html,
	body	{
	background: #EFFCFD url("../img/hbg.jpg") top left repeat-x;
	margin: 0; padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #175CAA;
	}

#main	{
position: absolute;
text-align: center;
width: 100%;
height: 100%;
}
#header	{
background: #7CAAF3 url("../img/header.jpg") top left no-repeat;
margin: 0 auto;
text-align: center;
width: 798px;
height: 132px;
border-top: 1px solid #FFF;
}
#navi	{
background: #7CAAF3 url("../img/navi.jpg") top left no-repeat;
margin: 0 auto;
text-align: center;
width: 798px;
height: 27px;
}
#content	{
position: absolute;
width: 798px;
background: transparent url("../img/content_small_bg.jpg") top left repeat-y;
}
* html #content {  
position: fixed;
margin: 0 auto;
width: 798px;
background: transparent url("../img/content_small_bg.jpg") top left repeat-y;
}
#center	{
width: 798px;
height: 450px;
margin: 0 auto;
text-align: left;
}
#footer	{
margin: 0 auto;
text-align: center;
width: 798px;
height: 15px;
}
.tcleft	{
float: left;
background: transparent;
width: 179px;
height: 100%;
margin: 0 auto;
padding: 10px;
text-align: center;
}
.tcright	{
width: 550px;
margin-left: 200px;
margin-top: 0px;
padding: 10px;
text-align: left;
}
a:link,
	a:visited	{
	color: #175CAA;
	text-decoration: underline;
	}
a:hover	{
	text-decoration: none;
}
a.main_nav:link,
	a.main_nav:visited	{
	float: left;
	color							 :	#FFF; 
	background				 :	transparent; 
	display						 :	block; 
	text-align				 : 	center; 
	width							 :	131px; 
	height						 :  17px;					
	border-right			 :	#FFF solid 1px; 	
	margin-top				 :	5px;
	font-family				 :  Arial, sans-serif;
	font-weight				 :	bold;
	font-size					 :	12px;
	text-decoration		 :	none;
	line-height				 :	135%;
}
a.main_nav:hover	{
	float: left;
	color							 :	#175CAA; 
	background				 :	#FFF; 
	display						 :	block; 
	text-align				 : 	center; 
	width							 :	131px; 
	height						 :  17px;					
	border-right			 :	#FFF solid 1px; 	
	margin-top				 :	5px;
	font-family				 :  Arial, sans-serif;
	font-weight				 :	bold;
	font-size					 :	12px;
	text-decoration		 :	none;
	line-height				 :	135%;
}
a.top_nav:link,
	a.top_nav:hover,
		a.top_nav:visited	{
	display: block;
	width: 167px;
	height: 12px;
	padding: 5px;
	text-align: center;
	border: 1px solid #FFF;
	background-color: #175CAA;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a.lnav:link,
	a.lnav:visited	{
	display: block;
	width: 167px;
	height: 12px;
	padding: 5px;
	text-align: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #B6CEF3;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #175CAA;
	text-decoration: none;
	}
	a.lnav:hover	{
	display: block;
	width: 167px;
	height: 12px;
	padding: 5px;
	text-align: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FF;
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
	color: #175CAA;
	text-decoration: none;
	}
h1	{
	color: #175CAA;
	font-size: 14px;
	line-height: 0px;
}
input, select, textarea	{
color: #175CAA;
border: 1px solid #7CAAF3;
}
.tadmin	{
border: 1px solid #7CAAF3;
}


