@charset "UTF-8";
/* CSS Document */
* {padding:0px; margin:0px; outline:0px; border:0px}
html {font-size:100.01%; height:100%}
body {font:62.5% normal Verdana, Geneva, sans-serif; color:#666;}
#wrapper {width:100%; background:url(interface/top_repeat.jpg) repeat-x left top #FFF;}
#header { background:url(interface/headerBG.jpg) no-repeat right top; height: 230px; }
#header img { position: relative; }
#logo { width: 95em; margin-right: auto; margin-left: auto; }
#main {width:95em; margin-left:auto; margin-right:auto;}
#content {
	font-size:1.5em;
}
#footer {text-align:center; font-size:0.9em; padding:25px;}
.clear {clear:both;}
#left {
	float: left;
	width: 415px;
	padding-left: 25px;
	padding-top: 25px;
}
#right { width: 415px; float: right; background: #CCC; height: 500px; text-align: center; padding-top: 44px; }
#nav a {
	display: block;
	padding: 10px 21px;
	float: left;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
}
#nav a:visited {
	display: block;
	padding: 10px 21px;
	float: left;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
}
#nav a:hover {
	display: block;
	padding: 10px 21px;
	float: left;
	color:#FF9;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: .9em;
}
#nav a:active {
	display: block;
	padding: 10px 21px;
	float: left;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: .9em;
}






#nav {
	background: #06568A;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #06568A;
}
a {
	color: #06568A;
}
