html {height:100%;}

body {background-color: #000000;
margin:0;
padding:0;
height:101%;}

a:link {text-decoration: none; color: #000000;}
a:visited { text-decoration: none; color: #000000;}
a:hover {text-decoration: underline;}

#main a:link {text-decoration: underline; color: #56718f;}
#main a:visited { text-decoration: underline; color: #56718f;}
#main a:hover {text-decoration: underline;color: #56718f;}

h1 {font-family:LithographLight; font-size:28px; color:#77A39C;margin-right:15px; }
h2 {color:#597491;font-family:lithographlight;font-size:22px;}
h3 {color:#597491;font-family:lithographlight;font-size:14px;}

p {margin-right:15px;}

dt {margin-right:15px;}

dd {margin-right:15px;}

p.one {border-top: 1px solid #597493; border-bottom: 1px solid #597493;}

a.two{position:relative;
left:10px;}

#content {
	width:750px;
	margin:auto;}

#header{position:relative;margin-right:auto;margin-left:auto;
width:750px;}

#container {position:relative;
	float:left;
	margin:auto;
	width:750px;
	background-color:#ffffff;
	}

	
#sidebar {position:relative;
	float:left;
	width:202px;
	background-color:#fff;
	padding: 20px 20px 30px 30px;
	font-family:verdana;
	color:#000000;
	font-size: 14px;
	z-index:1;
}

#main {	position:relative;
          margin-right:40px;
	float:right;
	padding: 10px 10px 0px 10px;
	background-color: #ffffff;
	font-family:verdana;
	color:#000000;
	width:428px;
	font-size:15px;
}

#web {position:relative;
	width:184px;
background-color:#78a39c;
color:#fff;
margin-top:30px;
text-align:center;
padding:1px;
-webkit-box-shadow: 0px 2px 2px #666;
	-moz-box-shadow: 0px 2px 2px #666;
	box-shadow: 0px 2px 2px #666;
margin-left:-30px;

 /* For IE 8 */ 
    
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')"; 
    
/* For IE 5.5 - 7 */ 
   
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666'); 

}

ul.tabs {margin-left: 0px;
padding-left: 0px;
}

ul.tabs li {display:inline; 
}

ul.tabs a{border: solid 1px #000000;
border-bottom: none;
padding: 5px 25px 5px 25px;
background-color: #597491;
text-align: center;
}



ul.simple {list-style-type:none;}



hr { color:#597491;
}

p.copyright {position:relative;
color:#77A39C;
font-weight: 400;
text: "ttt";
}



table#sample {background-color:white;
font-size:18px;
    }
  
table#sample td {background-color:white;
    padding: 10px;
font-size:16px;
}

table#sample thead {font-weight:bold; }


.shadow {
-webkit-box-shadow: 0px 5px 5px #666;
	-moz-box-shadow:0px 5px 5px #666;
	box-shadow: 0px 5px 5px #666;


 /* For IE 8 */ 
    
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')"; 
    
/* For IE 5.5 - 7 */ 
   
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');

}

