
/* ---------------------------------------------- HEAD ---------------------------------- */
.head
{
	float:left;
	width:1000px;
	height: 200px;
	border: #003399 1px solid;
	background-color: #F4EAEA;
	
}
.head-top
{
	float:left;
	width:1000px;
}
.head-top-left
{
	font-size: 13px;
	color: #000000 ;
	float:left;
	width: 700px;
	height: 165px;
	text-align: center;
}

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

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

.h-logo-t-nav
{  
	font-family: Verdana;
	font-size: 20px;
	color: #000000 ;
}
.h-logo-t-nav a
{  
	text-decoration: none;
	color:  #000000;
}
.h-logo-t-nav a:hover
{  
	text-decoration: none;
	color: ##FFFFC;
}

.h-subnav-t-nav
{  
	font-family: Verdana;
	font-size: 11px;
	color: #000000 ;
	font-weight: bold;
}
.h-subnav-t-nav a
{  
	text-decoration: none;
	color:  #000000;
}
.h-subnav-t-nav a:hover
{  
	text-decoration: none;
	color: ##FFFFC;
}


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

.footer-top
{
	WIDTH: 1000px;
}



