/* CSS Document */


body{
	margin: 10px;
	background-color:#005B9F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#005E9E;
	font-size: 13px;
	line-height:18px;
	text-align:center;
	background-image:url(../imago/blustar.jpg);
	
}

ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#005E9E;
	font-size: 13px;
	line-height:18px;
}

body a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#005E9E;
	font-size: 13px;
	line-height:18px;
}


#wrapper{
    margin: 10px auto;
	width:810px;
	height:100%;
	background-color: #005B9F;
	background-image:url(../imago/bg-gradient-d.jpg);
	background-repeat:repeat-x;
	background-position: top left;
}

#main
{
	 width: 750px;
	 background-color: #FFFFFF;
     height: 100%;
	 margin-left:40px;
	 margin-right:20px;
 
}

#leftcol{
	width:200px;
	float:left;
	height: 100%;
	margin-left:-20px;
}


#rightcol {
	width:550px;
	float:right;
	height:100%;
}

#logo {
	position:relative;
	float: left;
	width:216px;
	height:250px;
	z-index: 5;
	left: -20px;
	top: 15px;
	background-image:url(../imago/newearthlogo-text.jpg);
	background-repeat:no-repeat;
}

.sidebar-left{
	float:right;
  	padding: 10px;
	width: 160px;
	color: #006F9D;
	font-weight:bold;
	z-index:6;

}

.topnav {
	width:507px;
	height:20px;
	margin:auto;
	margin-top:80px;
	margin-right:16px;
	background-image: url(../imago/bg-gradient-horz-540.jpg);
	border: 1px solid #006699;
	color:#FFFFFF;
	padding:6px;
	font-size:12px;
	z-index:3;
}

.banner{
	width:530px;
	height:auto;
	margin:auto;
	margin-top:-5px;
	z-index:3;
}

.banner img{
	margin:3px;
	border:1px solid #CCCCCC;

}

#content{
	width:90%;
	display:block;
	padding:10px 20px ;
	text-align:left;
	margin-bottom:20px;
	margin-right:10px;
	margin-top:20px;
	float:right;
	background-color:#FFFFFF;
}


.clear {
  clear: both;
  height: 1px;
  overflow: hidden;   /* prevent IE expanding the container */
  margin: 0; 
  border:0;         /* keep flush with surrounding blocks */
}

.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 */


.footer {
	width: 734px;
	height:18px;
	margin:auto;
	margin-left:40px;
	font-size:11px;
	color:#005E9E; 
	background-color:#FFFFFF;
	padding:8px;
}

A.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 15px; 
	color: #005E9E; 
	text-decoration: none;
	font-weight : bold; 
}

A.menu:LINK {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 15px; 
	color: #005E9E; 
	text-decoration: none;
	font-weight : bold; 
}

A.menu:VISITED  {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 15px; 
	color: #005E9E; 
	text-decoration: none;
	font-weight : bold; 
}

A.menu:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 13px; 
	line-height: 15px; 
	color: #333399;
	text-decoration: none;
	font-weight : bold; 
}

A.menu:ACTIVE {
	font-family: Verdana, Arial, Helvetica, sans-serif;  
	font-size: 13px; 
	line-height: 15px;  
	color: #005E9E;
	font-weight : bold; 
}

A.menu:FOCUS {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	line-height: 15px; 
	color: #005E9E; 
	font-weight : bold; 
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif 
	font-size : 18px;
	color: #005e9e;
	font-weight : bold;	
}

H2 {
	font-size : 17px;

}

H3 {
	font-size : 16px;
}

H4 {
	font-size : 13px;

}

hr {
	color: #02A497;
	background-color: #02A497; 
	height:1px; 
	border: 1px solid;
	width: 90%;
}
.designer{color:#fff;text-align:center;margin-top:10px;margin:auto:}
.designer a:link,.designer a:visited{color: #0099CC;font-size:12px;text-decoration: none; padding:2px 6px; border:1px solid #000000;}
.designer a:hover{color: #99CCFF;}