body {
	background: url(/images/backgrounds/backgroundimage.jpg);	
	scrollbar-face-color: #442d0e;
	scrollbar-highlight-color: #442d0e;
	scrollbar-shadow-color: #442d0e;
	scrollbar-3dlight-color: #442d0e;
	scrollbar-arrow-color: white;
	scrollbar-track-color: #ddd19e;
	scrollbar-darkshadow-color: #442d0e;	
	margin: 0px auto;
}
div#wrapper {
	margin: 0px auto;
	height: 650px;
	width: 800px;	
	background: #FFF url(/images/backgrounds/footerbackground.jpg) repeat-x bottom;	
}
div#header {
	width:800px;
	height: 231px;
	float:left;	
}
div#headerlogo {
	width:204px;
	height: 231px;
	float:left;	
}
div#headerimage {
	width:596px;
	height: 231px;
	float:left;	
}
div#headerspacer1 {
	width: 415px;
	height: 31px;	
	float:left;
	background: url(/images/header/header3.jpg) no-repeat 0 0;		
}
div#headerspacer2 {
	width: 181px;
	height: 31px;	
	float:left;
	background: url(/images/header/header4.jpg) no-repeat 0 0;		
	text-align:right;
	
}
div#leftnav 
{	
	width: 204px;
	height: 382px;	
	float:left;
	background: url(/images/backgrounds/navbackground.jpg) no-repeat 0 0;	
	
}
div#leftnav a, div#leftnav a:active, div#leftnav a:link, div#leftnav a:visited
{
	FONT-FAMILY: Arial, Times New Roman, sans-serif;
	font-size: 9pt;
	color:#000000;	
	text-decoration: none;	
	padding-left:2em;	
}

div#leftnav a:hover
{
	FONT-FAMILY: Arial, Times New Roman, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color:#442d0e;	
	text-decoration:underline;		
	padding-left:2em;	
}

div#leftnav a.NavLinkSelected, div#leftnav a.NavLinkSelected:active, div#leftnav a.NavLinkSelected:link, div#leftnav a.NavLinkSelected:visited, div#leftnav a.NavLinkSelected:hover
{
	FONT-FAMILY: Arial, Times New Roman, sans-serif;
	font-size: 9pt;
	color:#442d0e;	
	text-decoration: none;
	font-weight:900;
	padding-left:2em;		
	text-transform:uppercase;
}

div#leftnav ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: .9em		
}

.leftnavheader
{
	background: url(/images/navigation/navigationbutton.jpg) no-repeat left center;	
	width: 127pt;
	height: 30pt;
	font-size: 13pt;	
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	color: White;	
	margin:0px auto;
	line-height:30pt;
	padding-left:.5em;	
}

div#main {
	width: 596px;
	float: left;	
	height: 382px;
	background: url(/images/backgrounds/contentbackground.jpg) no-repeat 0 0;	
}

div#content {
	width: 576px;
	float: left;	
	height: 362px;
	padding: 0px 10px 10px 10px;
	overflow: auto;	
}
div#content a.NavLinkSelected, div#content a.NavLinkSelected:active, div#content a.NavLinkSelected:link, div#content a.NavLinkSelected:visited, div#content a.NavLinkSelected:hover
{
FONT-FAMILY: Arial, Times New Roman, sans-serif;
	font-size: 9pt;
	color:#442d0e;	
	text-decoration: none;
	font-weight:900;	
}

div#footer {
	width:800px;
	height: 37px;
	margin:0px auto;		
	float:left;
	FONT-FAMILY: Arial, Times New Roman, sans-serif;
	font-size: 8pt;
	color:#FFF;	
	line-height:37px;	
	}	

div#footerleft {
	width:200px;
	height: 37px;
	text-align: left;
	margin:0px auto;		
	float:left;	
	line-height:37px;
	padding-left:1em;	
	}	

div#footerright {
	width:570px;
	height: 37px;
	text-align: right;
	margin:0px auto;		
	float:left;
	
	line-height:37px;
	
	}
	div#footerright a, div#footerright a:active, div#footerright a:link, div#footerright a:visited {
		FONT-FAMILY: Arial, Times New Roman, sans-serif;
		font-size: 8pt;
		color:#FFF;	
		text-decoration: none;
	}
	div#footerright a:hover {
		FONT-FAMILY: Arial, Times New Roman, sans-serif;
		font-size: 8pt;
		color:#FFF;	
		text-decoration: underline;
}


.PageHeader
{
	font-size: 24pt;	
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	color: #442d0e;
}

.PageHeaderSmall
{
	font-size: 14pt;	
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	color: #442d0e;
}

.PageHeaderWhiteSmall
{
	font-size: 14pt;	
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	color: #fff;
}

.PageHeaderWhiteSmallItalic
{
	font-size: 14pt;	
	font-family: Times New Roman, sans-serif;
	font-weight: bold;
	color: #fff;
	font-style:italic;
}

.blackline
{
	color:Black;
	height:1pt;
	width:100%;		
}

.ContentBrown
{	
	font-size: 12pt;	
	font-family: Times New Roman, sans-serif;	
	color: #442d0e;		
}

.ContentBrownBold
{	
	font-size: 12pt;	
	font-family: Times New Roman, sans-serif;	
	color: #442d0e;	
	font-weight:bold;	
}

.ContentItalicBrown
{	
	font-size: 12pt;	
	font-family: Times New Roman, sans-serif;	
	font-style:italic;
	color: #442d0e;
	font-weight:bold;
}

.ContentTextSmall
{
	font-size: 8pt;	
	font-family: Times New Roman, sans-serif;	
	
}

.BrownBackground
{
	background-color: #442d0e;
}