@charset "UTF-8";
/* CSS Document */

/***************************************
***************************************/
/*tags redefined*/
body {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	margin: 0px;
	text-align: left;
	color: #fff;
}

td img {
	display: block;
}

a {
	color: #FFFFFF;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #ff702f;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
h1 {
	font-size: 14px;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	color: #ff702f;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
}
h4 {
	font-size: 12px;
	color: #ff702f;
}

/***************************************
***************************************/
/*id-boxes*/

#box {
	margin: 0px;
}

#main {
	width: 1010px;
	height: auto;
	position:absolute;
  	left:50%;
	margin-left:-505px;
	background-color: #00376c;

}

#header {
	width: 1010px;
	height: 290px;
	border-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 3px;
}


/***************************************
***************************************/
/*content*/

#content {
	float: left;
	background-color: #00376c;
}
#contentbox {float: left;}

#leftbox { 
	width: 195px; 
	float: left;

}
#centerbox{ 
	width: 635px; 
	float: left;
	border-color: #fff;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
}
#rightbox { 
	width: 176px; 
	float: left;

}

#footer {
	width: 1010px;
	height: 105px;
	float: left;
}


.navi {
	width: 195px;
	height: 275px;
	float: left;
	display: block;
}
.newsletter {
	width: 195px;
	height: 120px;
	float: left;
	display: block;

}
.maincontent {
	width: 605px;
	height: auto;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	background-color: #00376c;
	float: left;
	
}

.hulogo {
	width: 176px;
	height: 145px;
	

}
.flashani {
	width: 176px;
	height: 222px;
	float: left;
}
.mwlogo {
	width: 195px;
	height: 105px;
	float: left;
}

.wiwexlogo {
	width: 176px;
	height: 105px;
	float: left;
}
.footermain {
	width: 635px;
	height: 20px;
	float: left;
	border-color: #fff;
    border-right-style: solid;
    border-right-width: 2px;
    border-left-style: solid;
    border-left-width: 2px;
	padding-top: 85px;
	text-align: center;
	font-size: 10px;
	
	}

/***************************************
***************************************/
/*clearfloat*/

.clr {clear: both;}
.clr-left {clear:left;}