﻿/* CSS layout */
#masthead {
	background-color: #E5E5E5;
	width: 990px;
	height: 21px;
	text-align: left;
	border-bottom: 1px #CCCCCC solid;
	font-family: Arial;
	color: #666666;
	font-size: 11px;
	font-weight: normal;
	padding-top: 9px;
	padding-left: 10px;
}
#logonav {
	background-color: #0e76bc;
	width: 990px;
	height: 45px;
	text-align: left;
	border-bottom: 0px #CCCCCC solid;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 10px;
}
#splashimage {
	width: 1000px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}
#pagecontent {
	background-color: #ffffff;
	width: 990px;
	text-align: left;
	border-bottom: 0px #CCCCCC solid;
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding-top: 3px;
	padding-left: 10px;
}
#framecontent {
	background-color: #ffffff;
	width: 700px;
	height: 300px;
	text-align: left;
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
}
#footer {
	height: 125px;
	text-align: center;
	font-family: Arial;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: normal;
}
body {
	margin: 0px;
}
input {
	border: 1px solid #915a31;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 8pt;
}
input.clr {
	border: 0px none;
	font-family: Arial, Helvetica, sans-serif;
	color: #82afd0;
	font-size: 8pt;
}
td.splash{
	padding-left: 10px;
	padding-right: 5px;
	text-align: left; 
	}
button {
	border: 1px none #915a31;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b435d;
	font-size: 8pt;
	font-weight: bold;
	background-color: #F4DA7D;
	border-style: ridge;
}
a:link {
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	font-family: Arial;
	color: #666666;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	font-family: Arial;
	color: #0e76bc;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
a:link.ftr {
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}
a:visited.ftr {
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: none;
}
a:hover.ftr {
	font-family: Arial;
	color: #ffffff;
	font-size: 13px;
	font-weight: bolder;
	text-decoration: underline;
}
a:link.ftr2 {
	font-family: Arial;
	color: #ffffff;
	font-size: 17px;
	font-weight: bolder;
	text-decoration: none;
}
a:visited.ftr2 {
	font-family: Arial;
	color: #ffffff;
	font-size: 17px;
	font-weight: bolder;
	text-decoration: none;
}
a:hover.ftr2 {
	font-family: Arial;
	color: #ffffff;
	font-size: 17px;
	font-weight: bolder;
	text-decoration: underline;
}

h1 {
	font-family: Arial;
	color: #915a31;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: -5px;
}
h2 {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 17px;
	font-weight: bold;
	margin-left: 0px;
	margin-top: 0px;
}
h3 {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	margin-left: 0px;
	margin-bottom: -10px;
}
h4 {
	font-family: Arial;
	color: #915a31;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}
hr {
	height: 1px;
	color:#C0C0C0;
}