* 
{
	border:0;
	margin:0;
	font-family: arial;
}

img 
{
	vertical-align: middle;
}

body 
{
	background-color: #070d12;
}

#land_bk
{
	height: 200px;
	background-color: #ffffff;
	background: #ffffff url('../images/sky.png') repeat-x top;
	border-bottom: 1px solid #ffffff;
}

#sea_bk
{
	background: url('../images/sea_gradient.png') repeat-x;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
}

.contentBox
{
	margin: 0 auto;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 13 20 20 20;
    text-align: left;
    background: #ffffff url('../images/content_header.png') repeat-x top;
    border: 1px solid #000000;
    margin-bottom: 10px;
    width: 800px;
}

.contentText
{
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	margin-top: 20px;
}

.contentText p
{
	display: block;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 23px;
}

#main_menu
{
	text-align: right;
	float: right;
	margin-top: 10px;
}

#main_menu ul li
{
	display: inline;
	margin: 10px;
	padding-top: 10px;
}

#main_menu a
{
	color: #ffffff;	
	font-weight: bold;
	text-decoration: none;	
	font-size: 18px;
}

.sub_menu
{
	background-image: url('../images/links_box2.gif');
	color: #000000;
	display: none;	
	width: 450px;
	height: 140px;
	position: absolute;
}

.sub_menu .sub_icons
{
	float: left; 
	margin-bottom: 10px; 
	margin-left: 30px; 
	margin-top: 10px;	
}

.sub_menu .sub_links
{
	float: right; 
	margin-right: 130px; 
	margin-bottom: 10px;
	margin-top: 10px;
}

.sub_menu img
{
	margin-right: 10px;	
}

.sub_menu h2
{
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
	color: #000000;
}

.sub_menu ul
{
	padding: 0; 
}

.sub_menu li
{
	margin-top: 5px; 
}

#logo
{
	padding-top: 20px;
	font-family: tahoma, arial;	
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	float: left;
}

#logo .subtitle
{
	font-size: 20px;
	font-style: italic;
	display: block;
	margin-left: 270px;
	margin-top: -35px;
}

.faq
{
	margin-top: 7px;
	background-color: #eeeeee;
	padding: 3px;
}

.faq h2
{
	font-size: 14pt;
}

.faq p
{
	display: none;
}