@charset "utf-8";

#wrap {
	width: 994px;
	/* border: 2px solid #c0c0c0; */
	margin: 10px auto;
	padding: 0;
	text-align: left;
}


/* Header 
 ************************************/
#header {
	width: 964px;
	height: 92px;
	margin: 0;
	padding: 20px 0 8px 30px;
}
	#header h1 {
		float: left; 
		margin: 0;
		padding: 40px 0 0 8px;
		font-weight: normal;
	}
		#header h1 a,
		#header h1 a:hover,
		#header h1 a:visited {
			color:#003300;
			text-decoration: none;
		}
	#header p.tagline {
		float: left; 
		margin: 54px 0 0 20px;
		font-weight: bold;
		font-style: italic;
	}
	
#header_menu {
	width: 994px;
	height: 46px;
	padding: 0;
	margin: 0;
}
	#header_menu div.left   { float: left; height: 46px; width: 9px; background: url('/_images/menu_left.png') top left no-repeat; }
	#header_menu div.center { float: left; height: 46px; width: 976px; background: url('/_images/menu_slice.png') top left repeat-x; }
	#header_menu div.right  { float: left; height: 46px; width: 9px; background: url('/_images/menu_right.png') top left no-repeat; }
	
	#header_menu ul {
		padding: 0;
		margin: 17px 0 0 4px;
		list-style-type: none;
	}
		#header_menu ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			float: left;
		}
			#header_menu ul li a {
				padding: 4px 6px 12px 6px;
				margin: 0 10px 0 0;
				text-decoration: none;
				color: #fff;
				font-size: 0.9em;
				font-weight: bold;
			}
				#header_menu ul li.selected a {
					color: #000;
					background-color: #fff;
				}
				#header_menu ul li a:hover { text-decoration: underline; }


/* Main 
 ************************************/
#main {
	background-color: #fff;
}
	#main #left { 
		float: left;
		width: 160px;
		margin: 0;
		padding: 10px;
		background-color: #e0ffe0;
	}
	#main #content {
		float: left;
		width: 754px;
		margin: 0;
		padding: 30px;
		background-color: #fff;		
	}
		#main #content.noleft { width: 936px; padding: 29px;}
	

/* Content 
 ************************************/
#content h1 {
	color: #006600;
	border: 0; 
	font-size: 24px; 
	padding: 0; 
 	margin: 0 20px 10px 20px;
	font-weight: normal;
}
	#content h1 a { color: #006600; }
 
#content h2 {
	border: 0; 
	font-size: 12px; 
	padding: 0; 
	margin: 20px 20px 10px 20px;
}
	#content h2 a { color: #000; }
 
#content h3 {
	border: 0; 
	font-size: 16px; 
	color: #64a634; 
	padding: 0; 
 	margin: 20px 20px 0 20px;
}
	#content h3 a { color: #64a634; }
	
#content p {
	font-size: 12px; 
	line-height: 1.75em; 
	padding: 0 20px;
}

/* Footer 
 ************************************/
#footer_pre {
	width: 994px;
	height: 9px;
}
	#footer_pre div.left   { width: 8px;   height: 9px; float: left; background: url('/_images/white_corner_btm-left.png') top left no-repeat; }
	#footer_pre div.center { width: 978px; height: 9px; float: left; background-color: #fff; font-size: 1px; }
	#footer_pre div.right  { width: 8px;   height: 9px; float: left; background: url('/_images/white_corner_btm-right.png') top left no-repeat; }
	
#footer {
	clear: both;
	width: 994px;
	color: #c0c0c0;
	margin: 0;
	padding: 8px 0;
	text-align: center;
	font-size: 0.85em;
}
	#footer p {
		text-align: center;
		font-size: 10px;
	}
	#footer a,
	#footer a:hover,
	#footer a:visited {
		color: #fff;
		text-decoration: none;
		font-size: 0.9em;
		font-weight: bold;
		margin: 0 10px;
	}



