body{
	font-family: .8em "Helvetica Medium",Arial,sans-serif;
	background-color: #C5D2E3;
}
#pageContainer{
	border: 1px solid #666666;
	background-color: #ffffff;
}
#bodyContent{
	padding: 20px 30px 20px 20px;
	color: #6c4821;
	font-size: .8em;
}
#bodyContent h1{
	color: #7F97B9;
	font-weight: bold;
	font-size: 1.0em;
}
#dataTable{
	color: #6c4821;
	font-size: .8em;
}
#dataTableHeader{
	color: #ffffff;
	font-size: .8em;
}
#title{
	padding: 20px 10px 0px 20px;
	font-size: 1.2em;
	font-weight: bold;
	color: #7F97B9;
}
#navList{
	width: 187px;
	margin: 5px 0px 15px 3px;
	color: #6c4821;
}
#navList ul {
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#navList li {
	background-image: url(../images/navBack.gif);
	background-repeat: repeat-x;
	margin-right: 5px;
}
#navList a{
	display: block;
	padding: 15px 2px 15px 8px;
	font-size: 14px;
	color: #7f97b9;
	text-decoration: none;
	font-weight: bold;
}
#navList a:hover, #navList a:active{
	color: #7b5933;
}
#navContainer{
	background-image: url(../images/navCellBack.gif);
	background-repeat: repeat-y;
	margin-top: 10px;
}
#subList{
	width:150px;
	margin: 5px 0px 15px 3px;
	background-image: url(../images/subnavCellBack.gif);
	background-repeat: repeat-y;
}
#subList ul {
	margin: 0px; /*removes indent IE and Opera*/
	padding: 0px; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
}
#subList li {
	padding: 0px;
}
#subList a
{
	padding-right: 2px;
	display: block;
	padding-left: 8px;
	font-weight: bold;
	font-size: 0.75em;
	padding-bottom: 1px;
	color: #7b5933;
	padding-top: 2px;
	text-decoration: none;
}
#subList a:hover, #subList a:active{
	color: #7b5933;
}
#copyright{
	font-size: 7pt;
	padding: 10px 0px 0px 0px;
	color: #6C4821;
	font-weight: bolder;
}
#activeLink a{
	color: #6c4821;
	}
#activeSubLink a{
	color: #7f97b9;
}
.OnlineFormHeader
{
	padding:4px;
	background-color: #567ca6;
	color: #ffffff;
	font-size: .7em;
	FONT-WEIGHT: bold; 
}
.OnlineFormFooter
{
	padding:5px;
	background-color: #cccccc;
	color: #000000;
	FONT-SIZE: .7em; 
	FONT-WEIGHT: normal; 
}
.OnlineFormLabel
{
	FONT-WEIGHT: bold; 
	FONT-SIZE: .7em; 
	COLOR: black; 
}
.Button
{	
	font-size:10pt;
}
.TextBox
{
	font-size: .7em;
}
.ListBox
{
	font-size: .7em;
}
.DropDown
{
	font-size: .7em;
}
.question{
	color: #7F97B9;
	font-weight: bold;
	font-size: .8em;
	padding-bottom: 10px;
	padding-top: 10px;
}
.answer{
	color:#7B5933;
	font-size: .8em;
}
.top{
	font-size: .8em;
	color:#567CA6;
}

.pdfs {
	font-family: Trebuchet MS;
	font-size: 12px;
	color: #6C4821;
	font-weight: bold;
}
a.pdfs:link, a.pdfs:visited { text-decoration: none; }
a.pdfs:hover { text-decoration: none; color: #cccc99; }
	