/* CSS Document */
body {
margin:0px;
padding:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
}
img {
	border:0px;
}
p {
font-size:1.1em;
color:#706d62;
margin:0px;
padding:0px;
text-align:left;
}

h1 {
padding:5px 5px 8px 6px;
margin:0px;
color:#e18e05;
font-size:1.2em;
font-weight:bold;
}
#container {
margin:0px;
padding:0px;
}
#upperbody {
width:100%;
background-color:#0053a0;
height:141px;
}
#upperbody_int {
width:100%;
background-color:#0053a0;
height:83px;
}
	#homeheader {
	width:958px;
	margin:0px auto;
	height:141px;
	font-size:1px;
	}
	#intheader {
	width:961px;
	margin:0px auto;
	height:83px;
	font-size:1px;
	}
		.logobot {
		margin:0px 0px 0px 43px;
		}
		.logobot_int{
		margin:0px 0px 0px 44px;
		}
	
#lowerbody {
width:100%;
background-color:#eeedeb;
}
	#homecontent {
	width:958px;
	margin:0px auto;
	background:#fff url(images/bodybg.jpg) center top repeat-y;
	}
	#intcontent {
	width:961px;
	margin:0px auto;
	background:#fff url(images/intbodybg.jpg) center top repeat-y;
	}
		#leftnav {
		font-size:1em;
		font-weight:bold;
		width:201px;
		float:left;
		}
			#leftnav ul {
			list-style-type:none;
			margin-top:35px;
	
			}
			#leftnav li {
			margin:10px 5px 10px 5px;
			padding:0px;
			}
				#leftnav a:link {
				text-decoration:none;
				color:#00529f;
				}
				#leftnav a:visited{
				text-decoration:none;
				color:#00529f;
				}
				#leftnav a:hover{
				text-decoration:none;
				color:#e18e05;
				}
				#leftnav a:active{
				text-decoration:none;
				color:#00529f;
				}
			
		#maincopy {
		width:526px;
		float:left;
		margin-top:-40px;
		padding-bottom:30px;
		}	
			#maincopy p {
			padding:8px 10px 0px 18px;
			}
			#maincopy ul {
			font-size:1.1em;
			color:#706d62;
			}
			.homelist {
			list-style-type:none;
			margin:0px;
			padding:3px 3px 8px 40px;
			}
			#maincopy a:link {
			text-decoration:underline;
			color:#0053a0;
			}
			#maincopy a:visited {
			text-decoration:underline;
			color:#0053a0;
			}
			#maincopy a:hover {
			text-decoration:underline;
			color:#e18e05;
			}
			#maincopy a:active {
			text-decoration:underline;
			color:#0053a0;
			}
			
	#right {
	width:210px;
	float:left;
	margin-top:-40px;
	text-align:center;
	}
		#right form {
		text-align:left;
		padding:6px;
		}
		#right p {
		padding:6px;
		}
		
	#footer {
	background-color:#00529f;
	clear:both;
	color:#fff;
	margin:0px auto;
	width:917px;
	height:30px;
	}
		#footer p {
		color: #fff;
		padding:5px 0px 3px 10px;
		}
		#footer a {
		color: #fff;
		}
.yellow {
color:#e18e05;
}	
		
		
/*///////// Forms Attributes  /////////*/	
					
.row { /* contact form row */
margin-top:10px;
font-size:12px;
clear:both;
}

.row label {  /* contact form row label */
display: block;
float: left;
width: 140px;
font-size: 12px;
text-align: right;
padding-top: 10px;
padding-right: 3px;
}

.row1 { /* contact form row */
margin-top:10px;
font-size:12px;
}

.row1 label {  /* contact form row label */
display: block;
float: left;
width: 100px;
font-size: 12px;
text-align: right;
padding-top: 10px;
padding-right: 10px;
}

.boldLabel {
font-weight:bold;
width: 100px;
color: #990000;
margin-right: 5px;
}

.formField {
font-family:Arial, Helvetica, sans-serif;
width:220px;
font-size:12px;
}

.formField1 {
width:150px;
font-size:12px;
}

.formField2 {
width:50px;
font-size:12px;
}


input {
margin-top: 10px;
font-size:12px;
}

select {
font-size:12px;
margin-top: 10px;
}
