@charset "UTF-8";

html, body{
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#666666;
	text-align:center; /*part 1 ie fix for centering div*/
	font-family:Verdana, Geneva, sans-serif;
	font-weight:normal;
	
	color:#484848;
	font-size: 14px;
	line-height: 22px;
}

a:link {
color:#1f68b0;
	/*text-decoration: none;*/
}

a:hover {
	color: #f47300;
}

a:visited {
	color: #f47300;
	}


#container{
	margin: 0px auto;
	min-height: 100%;
	width: 950px;
	background-color:#fff;
	left:0;
	text-align:left; /*part 2 ie fix for centering div*/
	
}
* html #container{ /*for ie*/
	height: 100%;
}
#header {
	margin-left: 0px;
	height: 216px;
	width:950px;
	padding-left:0px;
	
}
#footer p{
	margin: 0 0 0 185px; font-size:85%;
}
#footer{
	
	height: 40px; 
	margin: -40px auto;
	width:950px;
	font-size:90%;
	
	text-align:left;
}

#clearfooter{clear:both;height:40px;} /* same height as footer */
#menu{
	float: left;
	width: 170px;
	margin: 0 0px 0px 20px;
	min-height:100%;
	/*padding-left:5px;border:#009 solid 1px;*/
	padding-top:15px;		
}

#content{ /*bg color comes from image in wrapper*/
	margin-left: 185px;
	margin-top:0;
	margin-right:0px;
	padding:0;	
	/*right:950PX;*/
	/*float:left;
width:605px;*/
	/*top:0px;*//*border:#009 solid 1px;*/
	text-align:left;
	font-family:Verdana, Helvetica, sans-serif;


	
}

	
			
/*--------general______*/

	
#header table img, #header table img a {
   border: 0;
}
#header table {border-spacing:0; }
#header table td {padding:0;}
img { -ms-interpolation-mode:bicubic }

/* navbar */

#navigator {
padding-top:0px;
/*position:relative; */
  min-height: 100%;
 	
   }

#navigator ul, #navigator li {margin: 0; padding: 0;}
#navigator ul {padding-left: 0.5em; }
#navigator li {float: left; width:100%; }
#navigator a {text-decoration: none;}
#navigator li {float: left; list-style:none; margin-left: 1px; line-height:20px; 
}
#navigator li a {
	color: #666666;
	display:block;
	font-size: 15px;
	font-weight: 600;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	letter-spacing: 0.11em;
	/*border-top-style: none;
	border-right-style: none;
	border-left-style: none;*/
	padding:7px 2px;
	
	/*width:135px;margin:5px 8px;*/
	
	}

#navigator a:hover {color:#1f68b0;
		border-bottom:#1f68b0 1px dotted;  }
		
#navigator ul li a#current
{color:#f47300;
 border-bottom:#f47300 1px dotted;  }

