body {
	background-color: #90E7E8;
	color: #003264;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size: 12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image: url(images/header.jpg);
	width: 717px;
	height: 210px;
	position: relative;
}
#header ul{
	background-color: #296AAB;
	width: 711px;
	border: 3px solid #FFFFFF;
	display: block;
	top: 177px;
	position: absolute;
	margin: 0px 0px 0px 0px;
	height: 22px;
	padding: 5px 0px 0px 0px;
	text-align: center;
}

#header ul a{
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color: #66FFFF;
}

#header li{
	display:inline;	
}

#header_text {
	top: 81px;
	left: 445px;
	width: 230px;
	position: absolute;
}
#header_text p{
	font-size: 18px;
	color: #FFFF99;
}
#header_text a{
	color: #FFFFFF;
}
#header_text a:hover{
	color: #FFFF99;
}

#logo_w1 {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #3333CC;
	position: absolute;
	width: 282px;
	z-index: 3;
	top: 15px;
	left: 70px;
}
#logo_w1_shadow {
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #66CCCC;
	position: absolute;
	width: 282px;
	z-index: 1;
	top: 18px;
	left: 73px;	
}
#logo_w2 {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #3333CC;
	position: absolute;
	width: 282px;
	z-index: 1;
	top: 64px;
	left: 128px;
}
#logo_w2_shadow {
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	width: 282px;
	z-index: 3;
	top: 61px;
	left: 125px;
}

#logo_w3 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;	
	color: #FFFFFF;
	position: absolute;
	width: 118px;
	top: 10px;
	left: 590px;
	text-align: right;
}
#logo_w3 a{
	color: #296AAB;
	text-decoration: none;
}
#logo_w3 a:hover{
	color: #ffffff;
	background-color: #296AAB;
	text-decoration: underline;
}
/********************** Content ***************************/
#content {
	background-image: url(images/content_bg.gif);
	width: 717px;
}
img{
	border-width: 0px;
}
h1{
	color: #000000;
	font-size: 14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color: #85a157;
	font-size: 14px;
	text-align: center;
	width: 500px;
	margin: 10px 0px 10px 0px;
}
#title{
	color: #85a157;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
}
#center {
	float: none;
	margin-left: 0px;
	padding: 0px 20px 10px 20px;
}
#center a{
	color:#3333cc;
}
#center a:hover{
	color:#cc6699;
}
#right {
	float:right;
	width:140px;
	padding: 0px 10px 20px 10px;
	margin-top:10px;
	border-left: #FFF 2px solid;
}
#right a{
	color:#3333cc;
}
#right a:hover{
	color:#cc6699;
}
/********************** Footer ***************************/
#footerline {
clear: both;
background-image: url(images/footer.jpg);
font-size: 1px;
height: 10px;
}
#footer {
	width: 717px;
	text-align: center;
	padding: 20px 0px;
	font-size: 12px;
	font-style: italic;
	color: #0099FF;
}

