body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: verdana, tahoma, arial;
	background-color:#B10B0B;
}  

#maincontent {
	padding-right: 6px;
	padding-top:6px;
	padding-left:6px;
	position: absolute;
	padding-bottom: 0px;
	margin: 0px;
	font-family: verdana, tahoma, arial;
	font-size: 100%;
	left:190px;
	top:151px;
	height: auto;
	width:755px;
	background-image:url('./images/site/mainback.jpg');
	background-position:250px 100px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #ffffff;
	
	
	

} 	
#sidebar {
	width: 180px;
	height: inherit;
	top: 134px;
	font-family: verdana, tahoma, arial;
	font-size: 100%;
	background-color: #B10B0B;
	background-repeat: inherit;
	

}


#sidebar2 {
	width: 180px;
	height: 510px;
	top: 134px;
	font-size: 12px;
	background-color: #B10B0B;
	background-repeat: no-repeat;
	font-size: 100%;

}
#header {
	height:140px;
	margin:10px;
    background-image: url('./images/site/newheader2.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: 0;
     margin: 0;
}
h2 { font-size: 18px ;
	color: #B10B0B;  
	padding: 0;
    margin: 0;

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

}
h4 { font-size: 16px; 
	color:#B10B0B; 
}
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;
}
#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;
}

