/* 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: 12px;
	color: #333333;
}
a {
	font-size: 11px;
}
a:visited {
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	background-color: #FFFFFF;
		}
#header {
		width:750px;
		padding:0px;
		}
#contentcenter {
	width:550px;
	padding:5px;
	float:left;
	clear:right;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #376DB2;
	border-right-color: #376DB2;
	border-bottom-color: #FD544F;
	border-left-color: #FD544F;
		}
		
#contentright {
		width:178px;
		padding:5px;
		float:left;
		border-top-width: thin;
		border-top-style: solid;
		border-top-color: #376DB2;
		}

#footer {
	width:750px;
	padding:0px;
	clear:both;
	border-top: thin solid #376DB2;
	border-right: thin none #FD544F;
	border-bottom: thin none #FD544F;
	border-left: thin none #FD544F;
		}