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

body		{margin:auto;width:100%; background-color: #F5F5F5;}
			

#Key1 {	height:3px;
		background-color: #E6E6E6;
		border-top: thin solid #666666;}
			
#Header {
	height:70px;
	background-color: #fff;
	text-align: left;
	text-indent: 50px;
}

#Key3 	{
	height: 2px;
	background-color: #CCCCCC;}


a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100% ; color: #999999  ; text-decoration:none;}
	
a:hover {
	color: #000000;
	text-decoration: underline;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-color: #000;
}
a:active {
	color: #CC0000  ; text-decoration: underline;}

 
#Nav { 
	height:30px;
	}

#Nav ul {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding:0; height:30px;
	list-style:none;
	width:100%;
	float:left;
	background:url(../siteart/mainNavbar_bg1.gif) repeat-x;
	font-size: 15px;
	}
	
#Nav ul li {
	float:left; height:30px;margin-left:1em;
	}

#Nav ul a:link { color: #666666;
	display:block;
	padding: 0 1.8em;
	line-height:2.1em;
	text-decoration:none;
	float:left;
	height:30px;
	
	}
	
#Nav ul.first a { font-size:9px; }

#Nav ul a:visited {color: #666666;
	display:block;
	padding: 0 1.8em;
	line-height:2.0em;
	text-decoration:none;height:30px;
	float:left; background-color:#CCCCCC;
	background-image: url(../siteart/mainNavbar_bg1.gif);
	}	
	
#Nav ul a:focus { color:#fff;
	display:block;
	padding: 0 1.8em;
	line-height:2.em;
	text-decoration:none;height:30px;
	float:left;
	background-image: url(../siteart/mainNavbar_bg1.gif);
	}
	
	
#Nav ul a:hover { color: #ffffff;
	display:block;
	padding: 0 1.8em;
	line-height:2.em;
	text-decoration:none;height:30px;
	float:left; background-color:#CCCCCC;
	background-image: url(../siteart/mainNavbar_bg2.gif);
	}
	
#Nav ul a:active { color: #FF3300;
	display:block;
	padding: 0 1.8em;
	line-height:2.em;
	text-decoration:none;height:30px;
	float:left;
	background-image:url(../images/mainNavbar_bg2.gif);
	}	


