@charset "utf-8";
/* CSS Document */
body,html {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 3%;
	padding: 0;
	text-align: center;
	color: #000000;
}
a:link { text-decoration: none; color: black} 
a:visited { text-decoration: none; color: black} 
a:active { text-decoration: none; color: gray} 
a:hover { text-decoration: none; color: #770000} 
a img { border-width: 0px; }

#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0px solid #000000;
	text-align: left;
}
#header {
	width=100%;
	float:right;
	background: #FFFFFF; 
	text-align:right;
	padding-bottom: 15px;
}
#mainContent {
	float:left;
	width=898px;
	background: #FFFFFF;
}
#mainContentLeft { 
	float:left; 
	width:462px;
	background: #FFFFFF;
}
#mainContentRight { 
	float:right;
	width:434px;
	background: #FFFFFF;
	text-align:justify;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
} 
#mainContentLinksLeft {
        float:left;
        width:215px;
        background: #FFFFFF;
        text-align:left;
        font-size:11px;
        font-family:Verdana, Geneva, sans-serif;
        line-height: 170%;
}
#mainContentLinksRight {
        float:Right;
        width:215px;
        background: #FFFFFF;
        text-align:left;
        font-size:11px;
        font-family:Verdana, Geneva, sans-serif;
        line-height: 170%;
}
#menu {
	clear:both;
	padding-top: 12px;
	width:900px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	text-align:center;
}

