	/* Sitewide settings */
body {
	background-color:#afafaf;
	font-family:arial, helvetica, sans-serif;
	line-height:1.5;
	font-size:small;
	}

#wrapper_page { /* The entire page */
	margin:0;padding:0;width:100%;height:100%;text-align:center;
	}
	
#wrapper_head { /* The banner and title */
	margin:0 auto;padding:0;width:966px;border-left:solid 1px #919191;border-right:solid 1px #919191;
	}
	
#head a { /* The title */
	display:block;height:91px;width:966px;overflow:hidden;background:url('../img/title.jpg') 0 0 no-repeat;text-indent:-9999px;
	}
	
	/* The navigation System */
#navigation { /* Modifies container */
	width:100%;height:70px;text-align:center;background:url('../img/nav_bg.jpg') 0 7px repeat-x #3d3c3c;
	}
#nav, #nav ul { /* all lists */
	font-weight:bold;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:9999;
}

ul#nav {width:49em;margin:0 auto;text-align:center;} /* Adjusts the UL so that it can be centered */

#nav a {
	display: block;
	width: 7em;
}

#nav li { /* all list items */
	display:block;
	float: left;
	width: 7em; /* width needed or else Opera goes nuts */
	z-index:9999;
}

#nav li a  {
	padding:10px 0;
	height:43px;
	text-align:center;
	background:url('../img/nav_inactive.jpg') top right no-repeat;
	border-top:solid 7px #3d3c3c;font-family:arial, sans-serif;
	color:#fff;
	text-decoration:none;
	z-index:9999;
}

#nav li a:hover {
	background:url('../img/nav_active.jpg')top right no-repeat;border-top:solid 7px #c3413a;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li a { /* second-level list items */
	width:8em;
	text-align:left;
	background:url('../img/nav_li_bg.jpg')top left repeat-x;
	border-bottom:solid 1px #252525;
	border-top:solid 1px #474747;
	height:15px;
	padding:5px 1em;
	font-weight:normal;
}

#nav li ul li a:hover {
	width:8em;
	text-align:left;
	background:none;
	border-bottom:solid 1px #252525;
	border-top:solid 1px #474747;
	height:15px;
	padding:5px 1em;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover, #nav li.sfhover {
    position: static;
}

#content {
	clear: left;
	color: #ccc;
}

.entry-meta {
	background:#dedede;
	padding:5px;
	color:#666666;
}

.entry-meta a {color:#666666;}

.entry-content {margin-top:10px;}

.clear_left {
	visibility:hidden;
	clear:left;
	margin:0;padding:0;height:0;width:0;
}

#wrapper_body { /* The container for the content */
	margin:0 auto;padding:0;width:966px;border:solid #919191;border-width:0 1px 1px 1px;background:#fff;text-align:left;
	}
	
#wrapper_content {
	padding:2.5em;
}
	
#wrapper_footer {
	padding:2em;
}
#wrapper_footer a {
	color:#000;
	font-size:90%;
	text-decoration:underline;
}
p {margin-bottom:10px;}

h1, h2, h3, h4, h5, h6 { /* Headings */
	font-family:Times, Serif;
	color:#666666;
	font-weight:normal;
	font-style: italic;
}
h1 {font-size:197%;}
h2 {font-size:182%;}
h3 {font-size:167%;}
h4 {font-size:153.9%;}
h5 {font-size:138.5%;}
h6 {font-size:123.1%;}

a {color:#000;}

ul {list-style:disc;margin:1em 0 1em 3em;}
blockquote {margin:1em 0 1em 1em;border-left: solid 4px #ccc;padding-left:1em;font-style:italic;}

/* nav border 3d3c3c */

/* page border c0bebe */
