.header{
	text-align: left;
}

.header .hat{
	height: 112px;
	background: #000000 url(../images/hat_bkg.png) no-repeat scroll top left;
	vertical-align: bottom;
	
}

.header .hat p{
	font-size:2px;
	padding-bottom: 0px;
	line-height: 112px;
	color: #ffffff;
} 

.navigation{
	height: 45px;
	background: #000000 url(../images/navigation_bkg.png) no-repeat scroll top left;
}


.navigation ul{
}

.navigation ul li{
	display: inline;
	padding-right: 10px;
	line-height: 45px;
	text-transform:uppercase;
}

.navigation a{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	font-size: 11px;
	letter-spacing: 0px;
	text-decoration: none;
}

.navigation a.active{
	text-decoration: none;
	color: #000000;
}

.navigation a:hover{
	color: #cccccc;	
}



.visual{
	height: 219px;
}


#visual_p1{
	background: #000000 url(../images/visual_p1_bkg.png) no-repeat scroll top left;
}


.content{
	text-align: left;
	background-color: #ffffff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content div{
}

.content div table{
	margin-left: 20px;
	margin-right: 20px;

}

.content div table tr td.thin{
	width: 225px;
	vertical-align: top;
	border-right: solid 1px black;
	margin-top: 20px;
	padding-bottom: 20px;	
}

td.thin div{
	width: 200px;
}

.content div table tr td.thick{
	vertical-align: top;
}

td.thick div{
	padding-left: 20px;
}

.thick h4{
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0px;
	padding-bottom: 10px;
	line-height: 20px;
	font-size: 19px;
	padding-top: 10px;
}

.thick h5{
	font-weight: bold;
	padding-left: 0px;
	text-align: left;
	letter-spacing: 0px;
	padding-bottom: 0px;
}


.thin h4{
	background-color: #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, sans-serif;
	letter-spacing: 0.5px;
	margin-bottom: 0px;
}

.thin img{
	margin-bottom: 20px;
}

.footer{
	background-color: #AD0604;
	clear: both;
	text-align: right;
	background: #AD0604 url(../images/footer_bkg.png) no-repeat scroll top left;
	padding-top: 20px;
}

#black{
	background: #000000 url(../images/footer_bkg_black.png) no-repeat scroll top left;
}

.footer p{
	padding-bottom: 20px;
	font-size: 10px;
	color: #D0DDE7;
	text-align: right;
}

.footer a{
	color: #D0DDE7;
	text-align: right;
}

.the_end{
	padding-top: 200px;
}


.the_end p{
	font-size: 10px;
	color: #cccccc;
	padding-bottom: 50px;
	padding-top: 20px;
}