@charset "utf-8";

/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
html {
	background-color:#730101;
	height:100%
	}
	
body {
	font-family: "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.6em;
	height:100%;
	background-color:#730101;
	color:#000000;
	}
	
a:link, a:visited {
	color:#ff5d1f;
	}
	
a:hover {
	color:#557e2b;
	}

ul {
	margin-left:30px;
	list-style:none;
	}
	
ul li {
	padding-left:14px;
	margin-bottom:4px;
	}
	
ol {
	margin:6px 0 6px 30px;
	}
	
ol li {
	background:none;
	margin-bottom:4px;
	}
	
h1, h2, h3 {
	padding:2px 0 8px 0;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:1.4em;
	}
	
h1 {
	font-size:26px;
	}
	
h2 {
	font-size:24px;
	}
	
h3 {
	font-size:18px;
	font-variant:small-caps;
	}
		
		
p {
	margin:2px 0 8px 0;
	padding:0;
	color:#000000;
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	line-height:1.4em;
	}
	
img, div { 
	behavior: url(./iepngfix.htc); 
	}

.img_right {
	float:right;
	padding:0 0 10px 10px;
	}

/*--------   Nav   --------------*/	

#navContainer {
	position: relative;
	width:1000px;
	height:36px;
	margin:0 auto;
	text-align:center;
	background: url(/images/nav_bg.jpg) repeat-x;
	}

/*--------   Nav   --------------*/	

	
/*--------   Home Styles     -----------------*/
#homeContainer {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	}
	
#header	{
	width:1000px;
	height:153px;
	background: url(/images/header.jpg) no-repeat center top;
	}
	
#homeContentContainer	{
	background-color: #ffffff;
	position:relative;
	width:960px;
	min-height:200px;
	line-height:1.4em;
	font-size:12px;
	margin:0 auto;
	padding:10px 20px;
	}
	
#footer	{
	position:relative;
	width:1000px;
	height:288px;
	background: url(/images/footer.jpg) no-repeat center top;
	}

/*--------   Home Styles End    -----------------*/

/*--------   Inner Styles     -----------------*/

#innerContainer {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}

#innerHeader {
	position:relative;
	background:url(./images/innerHead.jpg) no-repeat center top;
	height:216px;
	margin-left:auto;
	margin-right:auto;
	}

#innerBody {
	position:relative;
	background:url(./images/innerStrip.jpg) repeat-y center;
	margin-left:auto;
	margin-right:auto;
	}

#innerContent {
	position:relative;
	width:675px;
	margin:0 auto;
	}
	
#bodyContainer {
	position:relative;
	width:846px;
	overflow: hidden;
	line-height:1.4em;
	font-size:12px;
	border:1px solid #9e0b0f;
	background-color:#d9d9d9;
	margin:0 auto;
	
	}

#bodyContent	{
	width:826px;
	padding:10px;
	}

/*--------   Inner Styles End    -----------------*/



.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix {
	display:inline-block;
	_height: 1%;
}

.clearfix {
	display:block;
}
