@charset "UTF-8";
/* CSS Document */
body {	
	font-weight:normal;
	letter-spacing:1pt;
	font-size:8pt;
	font-family: Geneva;
	color:#362313
}	
a:link, a:visited, a:active{
	color: #660000 ;
	font-weight:normal;
	letter-spacing:1pt;
	font-size:9pt;
	font-family: Geneva;
	text-decoration:none;	
}
a:hover {
	color: #362313;
	text-decoration:none;
}
h1 {
	font-family:"Times New Roman";
	color: #FFF;
	margin-top:0px;
	padding-top:7px;
	font-size: 12pt;
	font-weight:normal;
	text-transform:uppercase;
}
hr {
	border:1px dashed #333333;
	border-bottom:none;
	margin:3px 0px 3px 0px;
}
#banner {
	width:800px;
}
#pageBody {
	clear:both;
	width:800px;
}
#menuContainer {
	float:left;
	width:207px;
}
#menu {
	width:175px; /* Total width should be 207px; */
	margin:0px 2px 0px 17px;
	padding-left:13px;
	background-color:#AD8059;
}
#mainFrame {
	float:left;
	width:573px;
	padding-left:10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	font-size:12px;
}
#mainFrame h1 {
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:"Times New Roman";
	font-size:18pt;
	font-weight:normal;
	text-transform:none;
}
#mainFrame h2 {
	margin:0px;
	padding:0px;
	color:#003300;
	font-family:"Times New Roman";
	font-size:14pt;
	font-style:italic;
	font-weight:normal;
}
#mainContent h1 {
	margin:0px;
	padding:0px;
	color:#000000;
	font-family:"Times New Roman";
	font-size:20px;
	font-weight:normal;
	text-transform:none;
}
#footer {
	width:800px;
	text-align:center;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	letter-spacing:normal;
	font-weight:normal;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	letter-spacing:normal;
	font-weight:normal;
}
#message {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CC0000;
	background-color:#FFFFCC;
	border:solid 1px #FFCC33;
	padding:10px;
	text-align:left;
}
.adminlink {
	font-size:12px;
}
.required {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CC0000;
}
.greenHeading {
	color:#003300;
	font-family:"Times New Roman";
	font-size:14pt;
	font-style:italic;
	font-weight:normal;
}
.bg {
	background-color:#E9D49B;
	background-image:url(style/layout/bg.jpg);
	background-repeat:repeat;
}
.form{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background-color: #ead59d;
	background-image: url(images/form-bg.jpg);
}
.green {
	color:#4C6842;
}
.gray {
	color:#666666;
}
.red {
	color:#CC0000;
}
.t10 {
	font-size:10px;
}
.t12 {
	font-size:12px;
}
.box {
	border: 1px solid #262626;
}
a.fakeh1 {
	font-family:"Times New Roman";
	color: #FFFFFF;
	font-size: 12pt;
	font-weight:normal;
}
.img {	
	border: 3px solid #FFF;
	margin: 2pt;
}