.header {
	height: 100px;
	background-color: #ffffff;
}
.subHeader {
	background-color: #866900;
	background-image: url(/images/headerbarround.gif);
	background-repeat: no-repeat;
	background-position: right;
	width:800px;
	height:5px;
}


body {
	background-color: #827A99;
}
.mainContent {
	background-color: #fff8e3;
	border-right: solid 1px #864200;
	border-left: solid 1px #864200;
	padding:6px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
}
.loginTop {
	background-image:url(/images/loginTop.gif);
	width:332px;
	padding:0px;
	height:6px;
	margin:0px;
	overflow:hidden;
}
.loginBottom {
	background-image:url(/images/loginBottom.gif);
	width:332px;
	padding:0px;
	height:6px;
	margin:0px;
	overflow:hidden;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #866900;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 32px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #866900;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 6px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 24px;
}
h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #864200;
	display: inline;
}
.nav{
	background-color:#ecd4a4;
	padding-top:1px;
	padding-bottom:1px;
	padding-right:4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #864200;
	margin:0px;
	text-align:right;
	height:18px;
	overflow:hidden;
}
.navLink{
	text-decoration: none;
	color: #0071AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 2px 4px 2px 4px;
	margin: 0px 4px 0px 4px;
	font-weight:bold;
	background-color:#ecd4a4;
	border:solid 1px #864200;
	
}
.navMiniLink{
	color: #0071AA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}

