@charset "UTF-8";
/* CSS Document */
body {
	background-color: #faf9f7;
	margin-top: 0px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}



#wrapper{
	height: auto;
	width: auto;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#mainframe{
	height: auto;
	width: 948px;
	border: 2px solid #9f9d9d;
	margin-right: auto;
	margin-left: auto;
}

#header{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9f9d9d;
	height: 74px;
	width: 948px;
	background-color: #FFFFFF;
}

#navwrap{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545454;
	text-decoration: none;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#navwrap a, #navwrap a:link, #navwrap a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #545454;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	background-position: left 0px;
	padding-left: 12px;
	padding-top: 1px;
	padding-right: 5px;
	width: auto;
}
#navwrap a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2a4f51;
	text-decoration: none;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/arrow2.gif);
	background-repeat: no-repeat;
	display: block;
	height: 15px;
	background-position: left 0px;
	padding-left: 12px;
	padding-top: 1px;
	padding-right: 5px;
	width: auto;
}

#logo{
	height: auto;
	margin-top: 13px;
	margin-left: 25px;
}

#greenbar{
}

#banner{
	height: 208px;
	width: 948px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9f9d9d;
}

#body{
	margin: 0px;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: left;
}

#footer{
	text-align: center;
	height: auto;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/footershadow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545454;
	text-decoration: none;
}
#footernav{
	padding-bottom: 3px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
#footernav a, #footernav a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#footernav a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#footernav a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

#footerbar{
	height: 1px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9f9d9d;
	margin-top: 3px;
	margin-bottom: 2px;
	text-decoration: none;
}

#footerdisclaimer{
	font-size: 10px;
	text-decoration: none;
}

#footerdisclaimer a, #footerdisclaimer a:link, #footerdisclaimer a:active{
	font-size: 10px;
	text-decoration: none;
	color: #333333;
}
#footerdisclaimer a:hover{
	font-size: 10px;
	text-decoration: none;
	color: #999999;
}
#footerdisclaimer a:visited{
	font-size: 10px;
	text-decoration: none;
	color: #666666;
}
#contentwrapper{
	height: auto;
	width: 95%;
	margin: 10px;
	padding-left: 35px;
	color: #333333;
}
#contentwrapper p{
	color: #333333;
}
h1 {
	font-size: 24px;
	color: #7a0909;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
a, a:visited, a:active {
	color: #7a0909;
	text-decoration: underline;
}

a:hover {color:#666;}

.picleft{
	border: 1px solid #666666;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.picright{
	border: 1px solid #666666;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 5px;
	float: right;
}
.bulletmargin{
	margin-left: 35px
}
#topline{
	background-image: url(../images/line.gif);
	background-repeat: repeat-x;
	background-position: center center;
	height: 3px;
	width: 100%;
	padding-left: 5px;
	margin-top: 15px;
}
.smallheader{
	color: #996600;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
label {
	text-align: right;
	float: left;
	width: 75px;
	padding-right: 10px;
}
legend {
	color: #FF0000;
	margin-bottom:5px;
}
input {
	margin-bottom: 2px;
}
