@charset "UTF-8";
body {
	background-color: #0065C0;
	background-image: url(../images/bkg_gradient.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
#header {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #0099CC;
	text-align: right;
	padding-right: 25px;
}
#left {
	width: 45%;
	float: left;
	height: 460px;
	position: relative;
}
#logo {
	position: absolute;
	height: 148px;
	width: 335px;
	left: 28px;
	top: 114px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #062865;
	padding-top: 15px;
}
#right {
	width: 48%;
	float: right;
	margin-right: 40px;
	font-family: Arial, Helvetica, sans-serif;
	color: #062865;
	font-size: 10px;
	text-align: justify;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8BCEE7;
	margin-bottom: 10px;
	list-style-type: square;
	list-style-position: outside;
	line-height: 14px;
}
h4 {
	font-size: 10px;
	line-height: 10px;
}

#right li {
	list-style-type: square;
	list-style-position: outside;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 6px;
}

#footer {
	clear: both;
	height: 30px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 10px;
	color: #00CCFF;
}
#wrapper {
	height: 555px;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#base {
	width: 1020px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	height: 555px;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #FFFFFF;
	font-style: oblique;
	font-weight: normal;
}
#info {
	color: #000033;
	padding-top: 15px;
	line-height: 10px;
}
#info_left {
	float: left;
	width: 50%;
	padding-top: 5px;
}
#info_footer {
	clear: both;
}
#info_right {
	float: right;
	width: 50%;
	padding-top: 5px;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #00CBFE;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
