body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#017373;
	margin: 0; 
	padding: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: center; 
	color: #000000;
}

#container { 
	width: 780px;  
	background:#fff;
	margin: 0 auto;
	margin-top:10px;
	border: 1px solid #002a2a;
	text-align: left; 
} 

#header { 
	background: #DDDDDD;
	height:96px; 
	padding: 0 0px 0 0px;
	border-bottom:#017373 5px solid;
} 

#sidebar1 {
	float: left; 
	width: 170px; 
	padding: 10px 5px 10px 5px;
}

#sidebar1 a{
display:block;
list-style:none;
letter-spacing:1px;
font-size:12px;
margin-left:0px;
line-height:30px;
text-decoration:none;
text-align:center;
color:#000;
font-weight:bold;
border-bottom:1px solid #017373;
}

#sidebar1 a:hover{
background:#017373;
color:#fff;
}

#mainContent { 
	margin: 10px 0 0 185px; 
	padding: 0 5px; 
	width:570px;
} 

#footer{
    margin:5px;
    color:#000;
    text-align:center;
}

#footer a{
    color:#000;
}

a{
color:#017373;
text-decoration:underline;
}

h1{
font-size:18px;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
