html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, 
ol, ul, li, dl, dt, dd, td, form, fieldset, a,
#mainwrapper  
{
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	background-color: #000000;
	color: #FFFFFF;
}
h1,h2,h3,h4,h5,h6 {
   background-color: #000000;
   color: #ffffff;
   margin-bottom: 0.2em;
}
#header {
background-image:url(graphics/hte_logo_rc.jpg);
background-repeat: no-repeat;
background-position: center;
height: 200px;
}
img	{
border: none;
 }
#maincontent img {
padding: 1em;
}
#left-sidebar {
	position:absolute;
	width:180px;  
	top: 132px;   	
	left: 0;
	padding: 10px;	
	font-size: 100%;
    z-index: 600;
}

#left-sidebar {
	margin-top: 5px;
	color: #000066;
	line-height: 1.25em;
}


#left-sidebar p {	
	background-color: #000000;	
	color: #ffffff;
	font-size: 100%;
}

#left-sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ffffff;
	}

#left-sidebar ul li {
	position: relative;
	}
	
#left-sidebar li ul {
	position: absolute;
	left: 149px; 
	top: 0;
	display: none;
	}
#left-sidebar ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #000000; 
	padding: 4px;
	border: 1px solid #ffffff;
	}
#left-sidebar ul li ul a {
	border-bottom: 0;
	}

* html #left-sidebar ul li { float: left; height: 1%; }
* html #left-sidebar ul li a { height: 1%; }

#left-sidebar ul li a:hover { color: #000000; background-color: #ffffff; } 
		
#left-sidebar li:hover ul, #left-sidebar li.over ul { display: block; } 

#maincontent {
	position:relative; 
	width:auto;						
	top: 0px;						
	margin: 0 210px 0 180px; 		
	padding: 2em .2em 0 1em;			
	z-index:500;
	background: #000000;
}
#maincontent p {
	margin-bottom: 1em;
	}
#maincontent a {
	color: #FF0000;
		}	
	
#footer	{
	position: relative;
	top:10px;			
	background: transparent;
	padding: 1em;
	text-align: center;
	color: #ffffff;
	height: 40px;
	width: auto;
	z-index: 600;
}

#footer p{
	margin: 10px 6px 0px 0px;
	text-align: right;
	color: #ffffff;
	font-size: 80%;
	}
#footer a {
	color: #34B3E8;
	text-decoration: none;
	}
#footer a:link, #footer a:visited  {
	color: #34B3E8;
}
#footer a:hover, #footer a:active  {
	color: #FFFFFF;
	}

#horizontal li
{
display: inline;
list-style-type: none;
padding-right: 10px;
font-size:80%;
}
#horizontal {
text-align: center;
}
#right-sidebar			
{
	position: absolute;
	width: 189px;
	top: 29px;
	right: 0;
	background: #000000;
	padding: 0;
	font-size: 96%;
	z-index: 500;
}
/*.right-sidebar-all ul,	
.right-sidebar-all p {	
	background-color: #ffffff;	
	padding: 10px;
	color: #000066;

}
.right-sidebar-all h1, h2, h3, h4 {	
	background-color: #ffffff;	
	padding: 10px;
}

.right-sidebar-all ul {	
	list-style: none;
}

.right-sidebar-all li a 	{	
	width: 100%; 	
	display: block;
}

.right-sidebar-1 {
	border: 2px solid #000066;
	background-color: #ffffff;
	margin-bottom:10px;
}

.right-sidebar-2 { 
	border: 2px solid #000066;
	background-color: #ffffff;
	margin-bottom:10px;

}

.right-sidebar-3 { 		
	border: 2px solid #000066;
	background-color: #ffffff;
	margin-bottom:10px;

}*/
.figureleft{
float:left;
margin: 10px;
font-size:80%;
color:#e4e4d2;
text-align:center;
}
.figureright{
float:right;
margin: 10px;
font-size:120%;
font-weight: bold;
}
.floatleft {
float: left;
}
.floatright {
float: right;
}
.clearboth { clear: both; }

