﻿html
{
    margin: 0px 0px 0px 0px;
    min-height: 100%;
    min-width: 100%;
}
body
{
	background-image: url(Images/backRep.gif);
	background-repeat: repeat-x;
	background-color: #01539d;
	margin: auto;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
TD
{
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}
img
{
	border: 0px;
	text-decoration: none;
	display: block;
}
p
{
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}
A:visited, A:link, A:active
{
	text-decoration: none;
	color: #0000ff;
}
A:hover
{
	text-decoration: underline;
	color: #ff0000;
}
.VoteImg
{
    vertical-align: middle;
    display: inline;
}
/*====================================================================================*/
/*                                      Layout                                        */
/*====================================================================================*/
.Container
{
    margin: auto;
    width: 900px;
    background-color: #ffffff;
}
.MainContent
{
    text-align: center;
    background-color: #ffffff;
}
/*====================================================================================*/
/*                                      Content                                       */
/*====================================================================================*/
.InnerContent
{
    margin: auto;
    width: 860px;
    background-color: #e5f0f6;
    text-align: left;
    padding: 10px 10px 10px 10px;
}
.SiteColumn
{
    float: left;
    width: 410px;
    padding: 10px 10px 10px 10px;
}
.gapWhitespace
{
    height: 10px;
    width: 860px;
    background: #ffffff;
}
.TableHeader
{
    margin: auto;
    height: 35px;
	background-image: url(Images/TableHeader.gif);
	background-repeat: repeat-x;
	color: #ff0000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 13pt;
	text-align: center;
}
.SubHeading
{
    color: #003074;
	font-weight: bold;
	font-family: Arial;
	font-size: 9pt;
}
.DivLeft
{
    margin: auto;
    float: left;
    width: 200px;
    height: 30px;
}
.DivRight
{
    margin: auto;
    float: left;
    width: 210px;
    height: 30px;
}
.DivSmallLeft
{
    margin: auto;
    float: left;
    width: 180px;
    height: 30px;
}
.DivSmallRight
{
    margin: auto;
    float: left;
    width: 230px;
    height: 30px;
}
.Clear
{
    clear: both;
}
.TextError
{
	color: #ff0000;
}
.Instruction
{
    margin: auto;
    width: 600px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #606060;
    text-align: left;
    color: #ffffff;
    font-family: Arial;
    font-size: 12pt;
}
.Instruction OL LI
{
    padding-bottom: 20px;
}
.BottomLinks:link { color: #000000; text-decoration: none; }
.BottomLinks:visited { color: #000000; text-decoration: none; }
.BottomLinks:hover { color: #000000; text-decoration: underline; }
.textBottom
{
	text-align: center;
	font-size: 8pt;
	color: #000000;
	padding-bottom: 25px;
	padding-top: 25px;
}
UL
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
LI
{
    padding: 0px 0px 0px 0px;
    margin-left: 20px;
    margin-bottom: 6px;
}
.ContentArea
{
    font-size: 10pt;
    padding: 5px 5px 5px 5px;
}
.NoBlock
{
    display: inline;
}
.ThankYouHead
{
    margin: auto;
    text-align: center;
    font-size: 16pt;
}
/*====================================================================================*/
/*                                      Vote Home Page                                */
/*====================================================================================*/
.VoteTitle
{
    font-weight: bold;
    font-size: 11pt;
    color: #2a5d8c;
    padding-left: 20px;
    padding-bottom: 10px;
}
.VotePic
{
    float: left;
    width: 250px;
    height: 250px;
}
.VoteDetailLeft
{
    float: left;
    width: 180px;
    height: 350px;
}
.VoteDetailRight
{
    float: left;
    width: 180px;
    height: 350px;
}
.VoteGap
{
    width: 10px;
    height: 15px;
}
.CenterVote
{
    text-align: center;
    margin: auto;
}
/*====================================================================================*/
/*                                      Vote Page                                     */
/*====================================================================================*/
.VotePageLeft
{
    float: left;
    width: 400px;
}
.VotePageRight
{
    float: left;
    width: 450px;
}
.VotePageTitle
{
    font-weight: bold;
    font-size: 11pt;
    color: #2a5d8c;
    padding-top: 8px;
    padding-bottom: 10px;
}
.VotePageDivLeft
{
    float: left;
    width: 160px;
    padding-bottom: 10px;
}
.VotePageDivRight
{
    float: left;
    width: 250px;
    padding-bottom: 10px;
}