body {
	height:100%;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-family: verdana, tahoma, arial;
	background-color:#B10B0B;
	background-image:url(images/site/background.png)
	
	
	
}  

#frame {
	height:100%;
	width:1010px;
	/*margin: 10px auto;*/
	text-align:left;
	/*overflow: auto;*/
	background-color:#B10B0B;
}



#maincontent {
	padding-right: 6px;
	padding-top:6px;
	padding-left:6px;
	padding-bottom: 0px;
	position:relative;
	min-height:100%;
	/*margin-left:185px;
	margin-right:200px;*/
	font-family: verdana, tahoma, arial;
	font-size: 100%;
	float:left;
	width:518px;
	background-position:250px 100px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-color: #ffffff;
	background-position:top;

} 	
#sidebar {
	
	float:left;
	width: 210px;
	height: inherit;
	position:relative;
	padding-right:.25em;
	font-family: verdana, tahoma, arial;
	font-size: 100%;
	background-color: #B10B0B;
	background-repeat: inherit;
	font-size: 100%;
	
}

#sidebarright {
	
	width: 260px;
	height: inherit;
	position:relative;
	padding-top: 6px;
	font-family: verdana, tahoma, arial;
	font-size: 100%;
	background-color: #B10B0B;
	background-repeat: inherit;
	font-size: 100%;
	float:right;
}


#header {
	height:140px;
	margin-top:10px;
	margin-left:10px;
    background-image: url('./images/site/newheader3.jpg'); no-repeat;
	background-repeat: no-repeat;
	padding-left:5px;
}
#footer {
	background-color: #FFFFFF;
	height:133px; 
	color: #CCCCCC;
	background-image: url('./images/site/header.jpg');
	background-repeat: no-repeat;
}

td, p, ul {
	font-family: verdana, tahoma, arial;


}
h1 { font-size: 24px ; 
        color: #B10B0B;
		padding: 0px;
		margin: 0px;

}
h2 { font-size: 18px ;
	color: #B10B0B;  
}
h3 { font-size: 16px;
	color: white;
	font-family: verdana, tahoma, arial;
	padding: 0px;
    margin: 0px;

}
h4 {
	font-size: 16px;
	color:#000;
}
h5 {font-size: 100%; color:#000000;
}

#sidebar a {
	padding: 1px;
	display: block;
	border: 0px solid #FFF;
	text-decoration: none;
	line-height:1.5em;
	
}
#sidebar a:link, #sidebar a:visited {
	color: #e1e1e1;
}
#sidebar a:hover, #sidebar a:active {
	color: #B10B0B;
	background-color: #FFFFFF;
	border: 0px solid #000;
}
sidebarright a {
	padding: 1px;
	display: block;
	border: 0px solid #FFF;
	text-decoration: none;
	line-height:1.5em;
	
}
#sidebarright a:link, #sidebarright a:visited {
	color: #e1e1e1;
}
#sidebarright a:hover, #sidebarright a:active {
	color: #B10B0B;
	background-color: #FFFFFF;
	border: 0px solid #000;
}
#sidebar ul {
	padding-left: 1em;
	padding-right: 0em;
	list-style-type: none;
	margin-left: 0em;
	margin-right: 1em;
}

#sidebar li {
	border-bottom: 1px solid #e1e1e1;
}
a:link {
	font-weight: bold;
	color: #B10B0B; 
	text-decoration: underline;
}
a:visited {
	font-weight:bold;
	color: #B10B0B;
}
a:hover {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #B10B0B;
	text-decoration: none;
}
.highlight {
	color: #FF0;
}
#frame #sidebar ul li a strong {
	color: #FF0;
}

