@charset "utf-8";
/* CSS Document */

body  {
	background: #FFF;
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg.gif);
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
}
p {
	margin-bottom: 3px;

}
p {
	margin-bottom: 8px;
	margin-top: 0px;
}

.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	height: 100%;
} 
.twoColFixRtHdr #header {
	height: 250px;
} 
.twoColFixRtHdr #navigation {
	height: 40px;
	background-image: url(images/nav-bg.gif);
	border-left: solid #FFED00 4px;
	border-right: solid #FFED00 4px;
}

.twoColFixRtHdr #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 30px 10px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: solid #FFED00 4px;
	border-right: solid #FFED00 4px;
	background-color: #FFFFFF;
} 
.navbutton {
	float: right;
	height: 40px;
	width: auto;
	margin: 0px 8px;
}


.twoColFixRtHdr #footer {
	height: 88px;
	background-color: #FFFFFF;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFED00;
	border-bottom-color: #FFED00;
	border-left-color: #FFED00;
	padding-top: 10px;

} 
.terms {
	font-size: 10px;
	margin-top: 20px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.header {
	font-size: 18px;
	font-weight: bolder;
	color: #0086CB;
	line-height: 24px;


}
.maintext {
	float: left;
	height: auto;
	width: 335px;
	font-size: 18px;
}
.textheader {
	float: left;
	height: auto;
	width: auto;
	margin-bottom: 20px;
}
.textbox {
	float: right;
	height: auto;
	width: 716px;
	padding: 15px 0px;
}
.textheader2 {
	float: left;
	height: 50px;
	width: auto;
	margin-bottom: 20px;
}
.maintextright {
	float: right;
	height: auto;
	width: 345px;
	font-size: 18px;
	line-height: 26px;
}
.smltext {
	font-size: 10px;
	line-height: 15px;
}
a:link {
	color: #E2007A;
	text-decoration: none;
}
a:visited {
	color: #E2007A;
	text-decoration: none;
}
a:hover {
	color: #162982;
	text-decoration: underline;
}
a:active {
	color: #E2007A;
	text-decoration: none;
}
.pink {
	color: #C20069;
}
.votingform {
	float: left;
	height: auto;
	width: 100%;
	font-size: 18px;
}
.pic-right {
	padding-left: 20px;
}
.subheader {
	font-size: 16px;
	font-weight: bolder;
	color: #0086CB;
	line-height: 22px;
}
.textboxborder {
	float: right;
	height: auto;
	width: 95%;
	border: 3px dotted #008bd0;
	padding: 15px;
}
.supportimage {
	margin-right: 30px;
	margin-bottom: 30px;

}

.textboxchalkboard {
	float: right;
	height: 100%;
	width: 650px;
	padding: 30px;
	background-image: url(images/chalkboard.png);
	color: #FFFFFF;
	border: solid 4px #ca9166;
}
.subheaderchalkboard {
	font-size: 16px;
	font-weight: bolder;
	color: #FEED01;
}
.supportimage2 {
	margin-bottom: 30px;
}
.supportimage3 {
	margin-right: 30px;

}

