
/* ---------------------------------------------- HEAD ---------------------------------- */
.head
{
	float:left;
	width:1000px;
	height: 150px;
	border: #003399 1px solid;
	background-color: abbedd;
	
}
.head-top
{
	float:left;
	width:1000px;
}
.head-top-left
{
	font-size: 14pxpx;
	color: #111111 ;
	float:left;
	width: 700px;
	height: 115px;
	text-align: center;
}

.head-bottom
{
	background-color: #abbedd;
	float: left;
	width: 1000px;
	height: 35px;
}

.head-bottom_nav
{
	float: left;
	background-color: #abbedd;
	margin: 5px 0px 0px 100px;
	height: 30px;
}

.h-logo-t-nav
{  
	font-family: Arial;
	font-size: 20px;
	color: #111111 ;
}
.h-logo-t-nav a
{  
	text-decoration: none;
	color:  #111111;
}
.h-logo-t-nav a:hover
{  
	text-decoration: none;
	color: #009900;
}

.h-subnav-t-nav
{  
	font-family: Arial;
	font-size: 12pxpx;
	color: #111111 ;
	font-weight: bold;
}
.h-subnav-t-nav a
{  
	text-decoration: none;
	color:  #111111;
}
.h-subnav-t-nav a:hover
{  
	text-decoration: none;
	color: #009900;
}


/* ------------------------------------------ Footer Style ---------------------- */
.footer
{
	float:left;
	WIDTH: 1000px;
	height: 75px;
	background-color: #003399;
	border: #003399 1px solid;
}

.footer-top
{
	WIDTH: 1000px;
}



