@charset "utf-8";

body {
	background-color: #EEF3F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
a, a:link, a:visited {
	color: #8C0019;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}
input {
	margin: 5px;
	padding: 0px;
}
label {
	margin-right: 10px;
	display: block;
	float: left;
	text-align: right;
	width: 200px;
	font-weight: bold;
	margin-top: 7px;
	margin-bottom: 7px;
}

#outer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	padding: 0px;
	width: 955px;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #666666;
}
#header {
	height: 100px;
	background-color: #FFCC33;
	color: #000000;
}
#header img {
	margin: 4px;
}
#header p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-left: 102px;
	font-size: 12px;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .3em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-top: 18px;
	margin-top: 0px;
	font-size: 30px;
}

#header em {
	font-size: 90%;
}


#center {
	clear: left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	background-repeat: repeat-y;
	width: 100%;
	background-color: #FFC;
	background-image: url(../images/centerbackgroundyellow.gif);
}

#lnav   {
	float: left;
	width: 200px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
#main {
	margin-left: 211px;
}


#main .noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main table {
	clear: none;
}
#main .statesTable {
	border: 1px solid #FC3;
	text-align: center;
}
#main .statesTable th {
	background-color: #FC3;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .statesTable td {
	border: 1px solid #FC3;
	margin: 0px;
	padding: 3px;
}


#main h1 {
	margin-bottom: 10px;
	font-size: 180%;
}
#main  h2 {
	margin-bottom: 10px;
	font-size: 150%;
}
#main  h3 {
	margin-bottom: 10px;
	font-size: 120%;
}
#main  h4 {
	margin-bottom: 10px;
	font-size: 110%;
}

#main p {
	margin-right: 5px;
}
#main li {
	margin-right: 5px;
	margin-top: 3px;
	line-height: 1.2em;
}

#main img {
	border: 1px solid #666666;
	margin-right: 10px;
	margin-left: 10px;
}
#main sup{
	vertical-align: top;
	padding-top: 0px;
}

#footer {
	text-align: center;
	font-size: 80%;
	background-color: #8C0019;
	color: #FFFFFF;
}
#footer h3 {
	margin: 0px;
	padding-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .3em;
	font-size: 140%;
	font-style: italic;
	font-weight: bolder;
}
#footer p {
	margin: 0px;
	padding: 5px;
}

#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none; 
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
.floatRight {
	float: right;
}

