@charset "utf-8";
/* CSS Document */
body{
	text-align: center;
	background:#00031b;
	font-size:12px; color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif
}
p {}
#flashcontent {
	margin-left: auto; 
	margin-right:auto; 
	width:901px; 
	height:655px; 
}
h1 {
	font-size:14px;
}
h2{
	font-size:12px;
}
a:link{
	color: #FFFFFF;
	text-decoration:underline; 
	border:none
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline; 
	border:none;
}

#bg-gradient{
	width:100%;
	height:495px;
	background:#00031b url(../images/bg_gradient.gif) repeat-x top left;
	margin:0;
	padding:0;
}
#flash-content{
	padding:30px 0 0 0;
}

/* FOOTER */
#footer{
	display:block;
	width:800px;
	height:17px;
	margin: 0;
	border: none;
	padding: 0;
	background:url(../images/footer.gif) no-repeat bottom;
	font-size:12px;
	margin:0 0 0 220px;
	color:#065C68;
}

#footer ul li {
	float: left;
	padding: 0 7px 0 7px;
	border-right: 1px solid #065C68;
}
#footer ul li.end{
	border: none;
}

#footer ul li a {
	color: #065C68;
	font-weight: normal;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #065C68;
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 15px 0 0 170px;
	list-style-type: none;
}



