body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 68%;
	background: #666 url(images/body-bg2.png);
}

* { padding: 0; margin: 0; }
	


/*---:[ core layout elements ]:---*/

#container {
	width: 1000px;
	margin: 20px auto;
	padding: 0;
	background-color: #666;
}

	
		#masthead {
	width: 100%;
	margin: 0 0 5px 0;
	padding: 0px;
	background-color: #666;
	height: 155px;
}
#masthead #logo {
	margin: 10px 5px 5px 10px;
	padding: 0;
	float: left;

}

#menu {
	margin: 0;
	padding: 0;
	text-align: center;
	float: right;
	height: 150px;
	display: block;
	}

#menu li {
	width: 7.2em;
	border-right: 1px solid #555;
	wrap: auto;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0;
	height: 150px;
	}

#menu a {
	font-size: 1em;
	display: block;
	height: 75px;
	width: 7.2em;
	line-height: 20px;
	padding: 75px 0 0 0px;
	text-align: center;
	color: #FFF;
	}
#masthead #menu a:hover {
	background-color: #731803;
}

		#content_box {
	width: 100%;
	background: #FFF url(images/content_bg.gif) repeat-y 0;
	text-align: left;
}

			#left_box {
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 10px 10px;
	width: 635px;
}
#wide_box {
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 10px 0px 10px 10px;
	width: 950px;
}


				#content {
	float: right;
	padding: 2px;
	margin-top: 35px;
	width: 325px;
}
	

		
		
		#footer {
	padding: 1.0em 0;
	border-top: 1px double #666;
}



/*---:[ headlines ]:---*/

h1, h2, h3, h4 {
	font: bold 1.0em;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
	line-height: 1.11111em;
	padding: 10px 10px 10px 10px;
	color: #000;
}


h2 { font-size: 1.8em; line-height: 1.11111em; padding: 1.11111em 10px 0 10px; border-top: 1px dotted #ddd; color: #111; }

	h2 a, h2 a:visited { color: #333; }
	

h3 { font-size: 1.23077em; line-height: 1.25em; color: #999; }

	.format_text h3 {
	margin: 1.875em 0 0em;
}

	.format_text h3.top { margin: 0 0 0.625em 0 !important; }

h4 {
	font-size: 0.84615em;
	line-height: 1.81818em;
	text-transform: uppercase;
	letter-spacing: 0.35em;
}



/*---:[ global elements ]:---*/

hr { display: none; }

a, a:visited {
	color: #003;
	text-decoration: none;
}

a:hover {
	color: #731803;
	text-decoration: none;
}

a img {
	border: 0px;
}


p.center {
	text-align: center !important;
	padding-bottom: 8px;
}

p.bottom { margin: 0 !important; }

p.unstyled {
	padding: 0 20px;
	font-size: 1.3em;
}

.format_text {
	font-size: 1.3em;
	line-height: 1.53846em;
	padding: 0 10px 5px 5px;
}
		
	.format_text a { text-decoration: underline; }
	
	.format_text a:visited {
	color: #000033;
	text-decoration: none;
}
	
	.format_text a:hover { text-decoration: underline; }
		
	.format_text p {
	margin: 0 0 .9em;
}
	

	.format_text ul {
	margin-bottom: 5px;
	padding-bottom: 5px;

}

	.format_text ol { margin: 0 0 1.53846em 20px; }
	
		.format_text li {


}
	
		.format_text ul li {
	padding: 0;
	margin: 0px;
	list-style: square inside;
	text-indent: .75em;
}
.navigation ul {
	list-style: url(none) none;
	display: inline;
	float: right;
}

		
			.format_text ul li ul, .format_text ul li ol, .format_text ol li ul, .format_text ol li ol { margin: 0 0 0 10px; }
	
		.format_text li code { line-height: inherit; } /* This is basically a Safari hack :( */
	

	.format_text img { }

		.format_text img.left { margin: 0 10px 1.53846em 0; float: left; clear: left; }
		
		.format_text img.right { margin: 0 0 1.53846em 10px; float: right; clear: right; }
		
		.format_text img.center { display: block; margin: 0 auto 1.53846em auto; float: none; clear: both; }
		
		.format_text img.block { display: block; margin: 0 auto 1.53846em 0; float: none; clear: both; }
	
		.format_text img.frame { padding: 9px; border: 1px solid #ddd; background: #eee; }
		
		.format_text img.stack { clear: none !important; }

.navigation {
	padding: 0.69231em 19px 0.76923em 19px;
	font-size: 1.1em;
	line-height: 1.53846em;
	clear: both;
	float: right;
	border-bottom: 1px solid #ddd;
	display: inline;
	width: 95%;
}

	.navigation p { text-align: right; }



/*---:[ footer styles ]:---*/

#footer p {
	font: normal 1.1em/1.63636em Verdana, sans-serif;
	color: #000;
	text-align: right;
}

	#footer a, #footer a:visited { color: #999; border-bottom: 1px solid #ddd; text-decoration: none; }

	#footer a:hover { color: #333; text-decoration: none; }
	
	

/*---:[ self-clearing floats from Dan Cederholm at simplebits.com ]:---*/

#container:after, #content_box:after, #nav ul:after, #footer_bottom:after, .navigation:after, #comments:after, dl#comment_list:after, dl#comment_list dd:after, #comment_form:after, #search_form:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.box {
	border: medium solid #666;
	height: 280px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 25px 0px;
	float: none;
	width: 305px;
}


.box ul li {
	padding: 0 0 0 14px;
	background: url('images/bullet_text.gif') 0 0.38462em no-repeat;
	list-style-position: inside;
	list-style-type: square;
	font: oblique small/normal Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
