/* CSS Document */
html{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	background-color: #000033;
}
body {
	margin: 0;
	margin-bottom: 50px;
}
.white{
	color: #FFFFFF;
	}
h2{
	font-size: 14px;
	padding-bottom: 5px;
	color: #0099FF;
	line-height: 14px;
	/*border-bottom: 1px dotted #444444;*/
	background-color: #000043;
	text-indent: 10px;
	}
h3{
	font-size: 18px;
	padding-bottom: 5px;
	color:#FF0000;
	border-bottom: 1px solid #444444;
}
h4{
	font-size: 10px;
	}
.floatleft{
	float: left;
	padding-right: 15px;
	}

/* ------------------------------- */
#top_line{
	background-color: #000000;
	border-bottom: 1px solid #444444;
	color: #FFFFFF;
	padding-right: 15%;
	text-align: right;
	font-size: 12px;
	height: 20px;
	}
#top_logo_area{
	height: 100px;
	}
#top_logo_area h1{
	font-size: 30px;
	color: #0473E1;
	}
.logo{
	width: 160px;
	}
.logotext{
	padding-top: 20px;
	line-height: 0px; 
	font-size: 28px;
	}
#top_logo_area table{
	width: 750px;
	margin: auto;
	}
	
/* ------------------------------- */
#web_site_body_area{
	}
.table{
	width: 750px;
	margin: auto;
	border-top: 1px #444444 solid;
	padding-bottom: 15px;
	border-bottom: 1px #444444 solid;
	}
.nav{
	width: 150px;
	vertical-align: top;
	text-align: left;
	padding-top: 10px;
	}
.content{
	width: 590px;
	vertical-align: top;
	padding-left: 10px;
	text-align: left;
	padding-top: 10px;
	font-size: 12px;
	letter-spacing: 0.1px;
	color: #999999;
	}

/* ------------------------------- */
#navigation{
	width: 150px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	}
#navigation ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	}
#navigation li {
	margin: 0px;
	float: left;
	display: inline;
	font-size: 11px;
	line-height: 25px;
	width: 160px;
	height: 25px;
	margin-bottom: 2px;
	background-color: #00000F;
	border-bottom: 1px #242424 solid;
}

#navigation a {
	display: block;
	padding-left: 15px;
	color: #888888;
	text-decoration: none;
}

#navigation a:hover{
	background: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
	color: #385B88;
}
/* ------------------------------- */

#advert_area{
	width: 150px;
	float: left;
	margin-top: 10px;
	font-size: 12px;
	border: 1px  #444444 solid;
	padding: 5px;
	color: #999999;
	}

/* ------------------------------- */
#highlights{
	width: 590px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#highlights td{
	vertical-align: top;
	}
#highlights span{
	font-size: 10px;
	font-weight: bold;
	}
#highlights img{
	}
	
/* ------------------------------- */
#footer_area{
	height: 40px;
	text-align: center;
	font-size: 12px;
	padding-top: 20px;
	color: #999999;
	}
/* ------------------------------- */
#portfolio{
	width: 600px;
	}
#portfolio td{
	vertical-align: top;
	}
#portfolio th{
	text-align: left;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	vertical-align: top;
	}
/* Contact Form Table */
#form{
	width: 310px;
	margin-left: 20px;
	border-right: 1px solid #333333;
	margin-right: 10px;
	}
#form td{
	vertical-align: top;
	}
#form .leftcells{
	text-align: right;
	}
#form textarea,input{
	background-color: #000000;
	color: #999999;
	border: 1px solid #666666;
	}