@charset "utf-8";
/* CSS Document */

a:link {color:#FFF}
a:visited {color: #FFF6;}
a:hover {color:#A4FFFF;}
.text{
	display: none;
	margin: 0 auto;
	text-align: justify;
	font-size:18px;
	height: 100%;
	width: 800px;
	color: #FFF;
	padding-top: 20px;
}
#text0{display: block;}

html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

body {
	font-family: Century Gothic, Calibri, Arial;
	margin:0px;
}
.footer {
	height: 30px;
	width: 100%;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
	color: #999;
}

.footer a:link { color:#666}
.footer a:visited {color:#666}

.menucontainer {
	margin: 0 auto;
	padding-top:10px;
	width: 800px;
	height:100px;
}
.menubar {
	float: right;
	width: 500px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#menubar ul li { display: inline; }
#menubar ul
{
margin: 0;
padding: 0;
list-style-type: none;
}
#menubar ul li a {
	font-size:18px;
	color: #666;
	text-decoration: none;
	padding-right: 20px;
}
#menubar ul li a:hover {color:#3D7BA5;}

.menulogo {
	float:left;
	border:0;
}

.maincontainer {
	width:100%; 
	background:#3D7BA5 url(../img/bg_fade.png) repeat-x top; 
	margin-top:0px;
	padding-bottom:35px;
}
