@charset "UTF-8";
/* CSS Document */

body, div, p, h1, h2, h3, h4, h5, h6, a, img, table, td, th, form {
	margin:0;
	padding:0;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

body{
	background-color:#170c86;
	font-size:63%;
}

a, a:link, a:visited{
	color:#06f;
	text-decoration:none;
}

a:hover, a:active, a:focus{
	color:#06f;
	text-decoration:underline;
}

.bigText{
	font-size:2em;
}

.captcha{
	width:50px;
	padding:3px 0px;
	border:1px solid #000;
}

.callOut{
	background-color:#fff;
	color:#e41818;
	padding:5px;
	border: 2px solid #e41818;
	font-weight:bold;
	font-size:1.5em;
}

.centerBlock{
	display:block;
	margin-left: auto;
	margin-right: auto;
}	

.clearBoth{
	clear:both;
}

.content{
	padding:15px;
	color:#000;
}

#contentWrapper{
	width:609px;
	height:588px;
	overflow:auto;
	border:1px solid #000;
	position:absolute;
	top:150px;
	left:228px;
}

.faq strong{
	font-size:1.5em;
	font-weight:normal;
	color:#e41818;
}

.floatRight{
	float:right;
}

#footer{
	width:828px;
	padding:10px;
	border:1px solid #fff;
	margin:20px auto;
	text-align:right;
	font-size:1.3em;
	color:#fff;
}

h1{
	font-size:3em;
	margin-bottom:10px;
	color:#e41818;
	font-weight:normal;
	text-transform:uppercase;
}

h2{
	margin-bottom:7px;
}

.homeLink{
	display:block;
	width:630px;
	height:80px;
	margin-top:35px;
	text-indent:-9999px;
	float:right;
}

.itemRight{
	float:right;
	margin:0px 0px 15px 15px;
}

input.math{	
	width:50px;
}

label input, select, textarea{
	width:100%;
	padding:5px 0px;
	margin:5px 0px;
	color:#000;
	border:1px solid #000;
}

label{
	display:block;
	font-size:1.3em;
}

.admin label, .admin input, .admin select{
	width: auto;
	padding:auto;
	margin:auto;
	display:inline;
}

#navigation, #navigation li{
	list-style:none;
	margin:0;
	padding:0;
}

#navigation li{	
	border-bottom:1px solid #000;
}

#navigation li a, #navigation li a:link, #navigation li a:visited{
	display:block;
	padding:6px 5px;
	font-size:1.1em;
	color:#000;
	text-decoration:none;
	font-weight:bold;
}

#navigation li a:hover, #navigation li a:focus{
	opacity: .3;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	background-color:#fff;
	color:#000;
	text-decoration:none;
}

#navigation li a.noshade:hover, #navigation li a.noshade:focus{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	background-color:#fff;
	color:#000;
	text-decoration:none;
}

#navigation li a:active{
	color:#000;
}

#navigation li span{
	display:block;
	padding:9px 5px;
	font-size:1.1em;
	color:#e41818;
	font-weight:bold;
}

ol{	
	padding-left:20px;
}

p, ol li{
	font-size:1.3em;
	color:#000;
	line-height:160%;
}
ol li ol li{
	font-size:1em;
}
p{
	margin:0px 0px 10px 0px;
}


.petition p{
	text-align:justify;
}

.petitionLink{
	display:block;
	width:180px;
	height:102px;
	margin:20px 0px 0px 0px;
	text-indent:-9999px;
	float:left;
}

.privacy{
	font-size:0.9em;
}
.submitBtn{
	clear:both;
	background-color:#e41818;
	border:2px solid #170c86;
	padding:10px;
	margin:25px 0px;
	display:block;
	width:550px;
	font-size:1.8em;
	color:#fff;
	font-weight:bold;
}

table.forwards{
	border:none;
	width:555px;
	border-collapse:collapse;
	margin:10px 0px;
	color:#000;
}

table.forwards tr td, table.forwards tr th{
	border-collapse:collapse;
	border:1px solid #000;
	padding:5px;
	margin:0;
	font-weight:normal;
	font-size:1.1em;
	color:#000;
}

table.petition tr td {
	padding:2px 5px;
	margin:0;
	display:table-cell;
	vertical-align:bottom;
}

ul#navigation{
	width:174px;
	height:588px;
	border:1px solid #000;
	position:absolute;
	left:18px;
	top: 151px;
}

#wrapper{
	width:848px;
	height:748px;
	background-image:url(../images/stimulate4.jpg);
	border:1px solid #fff;
	margin:20px auto;
	position:relative;
}

p.alert{
	color:#e41818;
	font-weight:bold;
}
p.alert span{
	color:#fff;
	font-weight:bold;
}
ol li p{
	font-size:1.1em;
}

