/************ Body Styles **************/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	font-style: normal; 
	font-weight: normal; 
	color: #323232; 
	line-height: 14px;
	margin-left: 0px;
	margin-top: 0px;
}
a:link, a:visited{
	color: #993300;
	text-decoration: underline;
}
a:hover{
	color: #62622D;
	text-decoration: none;
}
ul {
	list-style: outside;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding-left: 1.3em;
	text-indent: 0em;
}

/************ Links **************/

.leftnavlinks a:link, .leftnavlinks a:visited {
	display: block;
	background-color:  #F7F7D9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 5px 4px 13px;
	color: #62622D;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #313900;
}
.leftnavlinks a:hover{
	background-color:  #62622D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 5px 4px 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #313900;
}
.rightlinks:link, .rightlinks:visited, .rightlinks:hover {
	color: #666633;
	font-weight: bold;
	text-decoration: underline;
}

/************ Other **************/
.leftnav {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #313900;
	background-color: #C1C183;
}
.footer {
	background-color: #F7AB42;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313900;
}
.contentarea {
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 20px;
	padding-left: 12px;
	height: 341px;
}
.pageheader {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	color: #993300;
	line-height: 18px;
}
.whiteheader {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 7px;
}
.rightbox {
	color: #666633;
	padding: 12px 12px 14px;
}
