/* CSS Document */

body {
  	font: 12px Helvetica,Verdana,Arial,sans-serif; 
  	background-color:#f6f4f2;
 	margin: 0;
 	padding: 0;
  	text-align: center;
}

h1 {

	font-size: 18px;
	font-size-adjust:none;
	font-weight:bold;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	color:#c6beb1;

}

	

a {
	text-decoration: none;
	color:#666b75;
}

a:hover {
	text-decoration: underline;
	color:#000;
}


#banner {
  	 width: 100%;
 	 height: 151px;
	 margin-left: auto;
 	 margin-right: auto;
 	 background-image: url(altbanner.jpg);
	 background-repeat:repeat-x;
	 border-bottom:solid 1px;
	 border-bottom-color:#FFFFFF;
}

#title {
  	width: 700px;
  	height: 80px;
	text-align:center;
	margin:auto;
	margin-top:20px;
	/*background-image: url(title.png);*/
	color: #ffffff;
	border:none;
	padding:0px;
}


#nav {
  	width: 700px;
  	height: 30px;
	margin:auto;
	margin-top:6px;
	background-image: url(navlight2.gif);
	background-repeat:repeat-x;
	color: #fff;
	border:none;
	padding:0px;
}

#nav ul {
	list-style:none;
	margin: 0px;
	padding:8px;
	padding-left:50px;
	}
	

#nav li {
	float:left;
	list-style:none;
	text-decoration:none;
}

#nav li a{
	text-decoration:none;
	color:#464c58;
  	font-size: 14px;
	font-weight:bold;
 	line-height:14px;
  	text-decoration: none;
 	 padding: 7px 10px 7px 10px;

}

#nav a:hover {
	color:#464c58;
	background-image:url(navlighthover.jpg);
	background-repeat:repeat-x;
	
}

#contentbody {
	color:#000;
	width: 740px;
	min-height:500px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	font-size: 100%;
	line-height: 1.8em;
	text-align: left;
	background-color:#f6f4f2;
	background-image:url(contentbg.jpg);
	background-repeat:no-repeat;
	}


#content2 {
	width: 200px;
	min-height:400px;
	color:#ffffff;
	float: left;
	margin-left:19px;
	padding:20px;
	background-image:url(content2bg.jpg);
	background-repeat:repeat-x;
	}

#content {
	width: 400px;
	float: right;
	margin-right: 20px;
	padding:0px 10px 0px 10px;
	font-size: 120%;
	line-height: 1.5em;
	color: #666b75;
	background-color:#f6f4f2;
	}





