/* CSS Document */
html{
	overflow: -moz-scrollbars-vertical;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#002F55;
	font-family:Arial,Verdana, Helvetica, sans-serif; 
	color:#ffffff;
	font-size:1em;
	}
#main{
width:100%;
height:100%;
}
#container{
	width:890px;
	margin-top:0px;
	margin-left:auto ;
	margin-right:auto;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
}
#header{
	width:890px;
	height:301px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	}

#logo{ 
	float:left;
	padding-top:20px;
	padding-left:10px;
	width:240px;
	height:50px;
	}
	
#topnavigation{
	float:right;
	width:500px;
	height:20px;
	padding-top:40px;
	padding-right:20px;
	text-align:right;
	font-size:.5em;
	}
	
#headline{
	padding-top:150px;
	padding-left:100px;
	}

#contents{
	float: left;
	width: 635px;
	padding-left: 5px;
	margin-top: 10px;
	font-size: .9em;
	font-weight: normal;
	background-image: url(../images/contentbg.gif);
	background-repeat: repeat-y;
	background-position: 5px 0px;
}
	
#footer{
	width:890px;
	height:20px;
	font-size:.5em;
	text-align:right;
	}
	
.clear {clear:both;}
 	
#headline h1{
	color:#ffffff;
	font-size:1.9em;
	font-weight:bold;}

#content h2{
	color:#000000;
	font-size:.9em;
	margin-top:-10px;}
 	
p{
	color:#ffffff;
	font-size:.8em;
	}
#contents li{
	color:#000000;
	font-size:1.2em;
	padding-left:30px;
	padding-right:30px;}	
	
h1{
	color:#5a5a5a;
	font-size:1.4em;
	padding-left:30px;
	padding-right:30px;}
	
.clear {clear:both;}




a:link  {color: #ffffff; text-decoration: none;font-weight:bold;}
a:visited  {color: #ffffff; text-decoration: none;font-weight:bold;} 
a:hover {color:#fff; text-decoration: underline; font-weight:bold;}