@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #333333;
	color: #333333;
}
.floatR {
	float: right;
}
h1 {
	font-size: 22px;
	text-align:justify;
	color:#666666;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 5px;
	line-height: 32px;
}
.quoteBlue {
	color: #0066FF;
}
.infoBlue {
	color: #0066CC;
}
.uppercase {
	text-transform: uppercase;
}
a {
	text-decoration: none;
	color: #0066CC;
	outline:none;
	cursor: pointer;
	}
#wrapper {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 11px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	background-color: #FFFFFF;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 12px;
	background-image: url(imgs/bg-test.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	overflow: hidden;
}
#top {
	height: 70px;
	position: relative;
	margin-bottom: 8px;
}
#logo {
	width: 310px;
	float: left;
}
#info {
	float: right;
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 300px;
}
#info ul {
	list-style-type: none;
	text-align: right;
	text-decoration: none;
	display: block;
}
#banner {
	overflow: hidden;
}
#menu {
	background-color: #2754B8;
	height: 16px;
	margin-top: 11px;
	width: 830px;
}
#menu ul {
	list-style-type: none;
}
#menu  li  {
	display: inline;
}
#menu a {
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	padding-right: 13px;
	padding-left: 13px;
}
#menu a:hover {
	background-color: #003399;
}
#header {
	padding-left: 10px;
	margin-bottom: 12px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #999999;
}
#text {
	width: 585px;
	float: left;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	margin-left: 10px;
}
#text p {
	margin-bottom: 1.2em;
	text-align: justify;
}
#text ul {
	margin-left: 34px;
	margin-bottom: 12px;
}
#textSponsors {
	width: 225px;
	float: left;
	margin-bottom: 25px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 10px;
	margin-left: 10px;
}
#textSponsors ul {
	list-style-type: none;
}
#textSponsors p {
}
#textSponsors img {
	width: 250px;
	margin-bottom: 5px;
}
#logoBox {
	float: left;
	min-height: 800px;
	width: 375px;
}
#logoBox img {
	width: 300px;
}
#imgBox {
	float: right;
	width: 200px;
	height: 1px;
	margin-top: 0px;
	position: relative;
	visibility: visible;
}
#hiddenFooter {
	clear: both;
	height: 1px;
}
#footer {
	color: #000000;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 10px;
}
#footer p {
	text-align: center;
	margin-bottom: 5px;
}
#footer a {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	color: #aeadad;
}
