html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color: black;
 font-family: tahoma, arial, sans-serif;
} 
 
a:link {
	color: #0000ff;
	text-decoration: none;
}

a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	color: #ffffff;
}

a:hover {
	color: #FF0;
	text-decoration: none;
}

#pagewidth{
	width:770px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
} 
 /* ---------------- header specific styles ----------------*/
#header{
 position:relative; 
 height: 240px; 
 background-color:#fff; 
 
} 
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin-bottom: 23px;
}
#header li {
	float: left;
	}
#header li a:link,#header li a:visited {
	display: block;
	background: #21497b;
	padding: .2em .9em;
	font: bold 13px/1.2 Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
	margin-right: .2em;
	}
#header li a:hover,#header li a:active {
	background: #9cc763;
	color: #fff;
	}
	
#header .HeaderTop{
	margin-top: 54px;
	}
#header .logo{
	padding: 1em 0 0 1em;
}

 h1 {
	font-size: 18px;
}

 h2, h3, h4 {
	font-size: 16px;
}

#content{
background-color: #FFFFFF;  
 text-align:left;  
 position: ralative;
 padding: 1em 1em 3em 180px;
 font-size: 14px;
 line-height: 2em;
 height: 100%;
 }
	
 /*  --------------- sidebar styles ------------ */


#sidebar  ul{
		margin: 0;
		padding: 0;
		list-style: none;
		position:absolute;		
}
	
#sidebar   ul  li{
	margin: 0;
	padding: 0;
	background: #395d84;
}
#sidebar   ul a{
	font:  bold 13px Tahoma, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	margin: 0;
	border-bottom: 1px  solid #fff;
	width: 115px;
	display: block;
	padding-left: 45px;
	line-height: 2em;
	background: url(../images/sidebar_bg.gif) no-repeat left center;
}
#sidebar ul a:hover{
	background-position: -160px  0px;
	color:  #395d84;
	}
#sidebar  .action {
border-bottom: none;
padding-left: 5px;
padding-top: 2em;
width: 155px;
background: #21497b;
font-size:  11px;
line-height: 2.5em;
color: #fff;
font: bold;
}

#sidebar .blank{
padding-top: 2em;
}
#sidebar .blank2{
padding-bottom: 5em;
background: #395d84;
}

#sidebar .first{
border-top: 1px solid #fff;
}

 #footer{
 height: 50px;
 background-color:#21497B; 
 font-size: 16px; color: #ffffff;
 clear:both; 
 } 
 
 .foot{
 	padding: 17px 0 0 0;
 }
 
.img.jpg{
	float: right;
}

	a img { border: 0; }

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
