/* CSS Document */

body {
	margin:0;
	padding:0;
	font: 1em Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
}

/*Layout*/
#container {
	width: 780px;
	\width: 800px;
	w\idth: 780px;
	border: 1px solid #CCCCCC;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	background-color: #FFFFFF;
		}

		#banner {
	margin-bottom: 5px;
	background-color: #ffffff;
	text-align: center;
	clear: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
		
		#content {
	background-color: #E8E7E6;
	margin-left: 205px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-right: 5px;
		}

		#sidebar-a {
	float: left;
	background-color: #ffffff;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 7px;
		}
							/*left nav*/
						.nav {
						width: 191px;
						background-color: #C2002C;
						margin-top: 0px;
						padding-top: 15px;
						padding-right: 0;
						padding-bottom: 0px;
						padding-left: 0;
						}
								
						.nav ul {
						margin-top: 0px;
						padding-top: 0px;
						margin-left: 5px;
						padding-left: 5px;
					}				
						.nav li {
						font: 90%/170% Arial, Helvetica, sans-serif;
						color: #FFFFFF;
						list-style: none;
						padding-right: 10px;
					}
										.nav a {
						color: #FFFFFF;
						text-decoration: none;
						border-bottom-width: 1px;
						border-bottom-style: dotted;
						border-bottom-color: #FFFFFF;
						display: block;
										}
										.nav a:hover {
						background-color: #464747;
					}
					
					
					.links {
						width: 191px;
						background-color: #464747;
						margin-top: 5px;
						padding-top: 20px;
						padding-right: 0;
						padding-bottom: 0px;
						padding-left: 0;
											}
							.links ul {
						margin-left: 15px;
						padding-left: 15px;
					}	
						.links li {
						color: #FFFFFF;
						list-style-image: url(../images/bullet.gif);
						padding-top: 0px;
						padding-right: 0px;
						padding-bottom: 20px;
						padding-left: 5px;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 120%;
						line-height: 120%;
						font-weight: bold;
						margin-top: 0px;
					}
					.links a {
						color: #FFFFFF;
						text-decoration: none;
					}
					.links a:hover {
					color: #C2002C;
					}
		
		
		.boxtop {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
		}
							.boxtop p{

							}
							.boxtop h2 {
						font-family: Georgia, "Times New Roman", Times, serif;
						font-size: 110%;
						color: #7F8082;
						border-bottom-width: 3px;
						border-bottom-style: double;
						border-bottom-color: #7F8082;
					}


		#footer {
	margin-top: 10px;
	background-color: #ffffff;
	margin-left: 210px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
		}
							#footer p {
						font: 70%/normal Arial, Helvetica, sans-serif;
						vertical-align: text-top;
					}	
					#footer a {
						color: #000000;
					}
					#footer a:hover {
						color: #C2002C;
					}

/*General styling*/		
img {
border: none;
}

h1 {
	margin-bottom: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #C2002C;
	margin-top: 0px;
}

p {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
}


.imageright {
	float:right;
	padding: 5px;
	line-height: 1em;
	border: 1px solid #999999;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 10px;
}
.boxtop li {
	line-height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C2002C;
}


.imageleft {
	float: left;
	padding: 5px;
	line-height: 1em;
	border: 1px solid #999999;
	margin-top: 0em;
	margin-left: 0;
	margin-bottom: 3px;
	margin-right: 10px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.call {
	font-size: 180%;
	font-weight: bold;
	color: #C2002C;
}


/*table*/
table caption {
	color: #7F8082;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	padding: 7px;
	text-align: left;
}
table table {
	width: 99%;
	text-align: left;
	font-size: 75%;
	border: 1px dotted #999999;
	border-collapse:collapse;
	color: #000000;
}
table td, .tablefloat th {
	padding: 7px;
	border: 1px dotted #999999;
}
table th {
	background-color:#E5E1CC;
	font-weight: bold;
	padding: 10px;
}
table tr.altrow {
background-color: #F2EFD9;
}
table tr:hover {
	background-color:#ffffff;
}
.boxtop a {
	color: #C2002C;
}
.boxtop a:hover {
	color: #000000;
	text-decoration: none;
}
.secondarynav ul {
	padding: 5px;
	margin: 0px;
	text-align: center;

}
.secondarynav li {
	color: #C2002C;
	font-weight: bold;
	display: inline;
	padding: 5px;
	margin: 0px;
	border-bottom-style: none;
	font-size: 90%;
}
.secondarynav a {
	color: #C2002C;
	text-decoration: none;
}
.secondarynav a:hover {
	color: #000000;
}
.lefttext p{
	text-align: left;
}

/*form styling*/

#mainForm 
{
	text-align: left;	
}



ul.mainForm
{
	list-style-type: none;
	font-family: Arial, Verdana, sans-serif;
	font-size:90%;
}

li.mainForm
{
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



input.mainFormError
{
	background-color: #FADADD;
}


textarea.mainFormError
{
	background-color: #FADADD;
}


select.mainFormError
{
	background-color: #FADADD;
}


#formHeader
{
	position: relative;
	width: 99%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#formInfo
{
	position: relative;
	width: 99%;
	
	margin:0 0 0 0;
}

h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	
}

#formFields
{
	
	width: 100%;
	margin:0 0 0 0;
}

label.formFieldQuestion
{
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 0;
	width: 200px;
	float: left;

	
}

label.formFieldQuestionbottom
{
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 0;
	width: 300px;
	float: left;
	margin-bottom: 70px;
	
}



/*label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1em;
	margin-top: -19px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 40px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	
}*/



input.formFieldStyle
{

	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/*End form styling*/
.clear {
	clear: both;
}
#container #content .boxtop #mainForm #fieldBox_16 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_38 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_40 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_41 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_43 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_44 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_45 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_46 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_48 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_50 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_52 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_54 {
	clear: left;
}
#container #content .boxtop #mainForm #fieldBox_55 {
	clear: left;
}
#mainForm fieldset {
	border: 1px solid #FFFFFF;
	margin top: 1.4em;
	padding: 0.6em;
}

