html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	border: 0;
	margin: 0;
	font-size: 100%;
	outline: 0;
	padding: 0;
}

body {
	background: #F1E9D2 url(../images/bkgnd.jpg) repeat-x scroll 0 0;
	color: #000000;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}

h4 {
	color: #363363;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}

h2 {
	color: #345443;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

h1 {
	color: #1E3C00;
	font-size: 20px;
	font-weight: bold;
}

li {
	color: #4F442F;
	padding-bottom: 15px;
}

a, a:link, a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}

a:focus, a:active {
	color: #345443;
}



/*** LAYOUT ***/
#outerWrapper {
	background: transparent url(../images/bkgnd_body.png) repeat-y scroll 0 0;
	margin: 0 auto;
	text-align: left;
	width: 909px;
}



/*** HEADER ***/
#outerWrapper #header {
	background:#999999 url(../images/masthead.jpg) no-repeat scroll 0 0;
	height: 160px;
	position: relative;
}

#outerWrapper #contentWrapper {
	overflow: hidden;
}



/*** SIDE MENU ***/
#outerWrapper #contentWrapper #leftColumn {
	background-color: #402A10;
	float: left;
	width: 178px;
}



/*** CONTENT ***/
#outerWrapper #contentWrapper #content {
	margin: 0 0 0 175px;
	padding: 2px 54px 15px 54px;
}

#outerWrapper #capbottom {
	background: transparent url(../images/bkgnd_body-btm.jpg) no-repeat scroll 0 0;
	height: 16px;
	width: 910px;
}


/*** FOOTER ***/
#outerWrapper #footer {
	background-color: #F1E9D2;
	font-size: 10px;
	height:15px;
	padding: 10px 20px;
}

#footerCredit {
	float: left;
	margin:-8px 0 0 40px;
}

#footerNav {
	float: right;
	margin-top: -8px;
}

#footer2 {
	height: 40px;
	background-image: url(../images/bkgnd_footer.jpg);
	background-repeat: repeat-x;
}



/*** RIGHT SIDE CAPSULE ***/
#rightcapsule {
	background: transparent url(../images/featurednews_mid.jpg) repeat-y scroll 0 0;
	clear:right;
	color: #FFFFFF;
	float: right;
	margin: 0 0 25px 40px;
	width: 200px;
}

.rightcapsule_spacing {
	padding: 10px 15px 5px 17px;
}