/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h1 {
	font-size: 16px;
	color: #333333;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
    font-size: 13px;
	color: #333333;
}
a {
	font-size: 11px;
	
}
a:visited {
	
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	
	font-weight: bold;
}
a:active {
	text-decoration: underline;
}
#frame {
	width:699px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color: #023F7E;
		}
		
#header {
		width:699px;
		padding:0px;
		}
   
#contentcenter {
	width:520px;
	padding:5px;
	float:right;
	clear:right;
	background-color: #FFFFFF;
		}
		
#contentleft {
    width:159px;
	padding:5px;
	float:left;
	clear:right;
	background-color:#023F7E;
	    }
		
#footer {
	width:699px;
	padding:0px;
	clear:both;
	background-color: #023F7E;
		}