body {
	background: #000;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
#test_body
{
  background-color: #FFFFFF;
  background-image: none;
}
	
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #82251C;
	}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #82251C;
	}

h3 {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	}
	
	
p {
	line-height: 140%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}
	
	
	
	
/*-----MAIN CONTAINERS-----*/	
	
#container {
	width: 856px;
	position: relative;
	margin: 0px auto;
	background:#FFFFFF url(images/outercontent2-bg.jpg) repeat-y scroll left center;
	}
	
#header {
	background: #FFF url(images/header.jpg) no-repeat;
	height: 212px;
	}
	
#logo {
	
	}
	
#outercontent2 {
	background: #FFF url(images/outercontent2-bg.jpg) repeat-y left;
	padding-top: 20px;
	}
	
#outercontent {
	width: 856px;
	min-height:550px;
	background: #FFF url(images/navbar-bg2.jpg) repeat-y left;
	}
	
#content {
	margin-left:275px;
	position:relative;
	width:550px;
	min-height:550px;
	z-index: 1;
	}

#prefooter {
	clear: both;
	background: url(images/prefooter-bg.jpg) no-repeat;
	height: 112px;
	position:relative;
	}
	
#footer {
	background: url(images/footer.jpg) no-repeat;
	height: 49px;
	}
	
	
	
	
/*-----LEFT SIDE NAVIGATION-----*/
#leftnav {
	width: 240px;
	height: 100%;
	float: left;
	background: url(images/navbar-bg.jpg) no-repeat top left;
	position: relative;
	margin-bottom:20px;
	z-index: 1000;
	}
	
#navbox {
	width: 240px;
	height: 100%;
	float: left;
	background: url(images/navbar-bg.jpg) no-repeat top left;
	position: relative;
	}
	
#leftnav a:link, #leftnav a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	color: #000000;
	}
	
#leftnav ul {
	background-color:#FFFFFF;
	margin-left:45px;
	width:210px;
	margin-top:40px;
	
	}

#leftnav ul li {
	list-style: none;
	padding: 10px 0px;
	text-align: left;
	color: #82251C;
	font-size: 14px;
	width: 220px;
	}
	
	
	
/*-----SUB NAVIGATION-----*/	
	


.subnav
{
	margin: 1px;
	display: none;
	position:absolute;
	z-index:10000;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	background-color:#cccccc !important;
}

ul.subnav
{
	position:absolute;
	z-index:10000;
	background-color:#cccccc !important;
	margin-top:0px !important;
	padding-top:0px !important;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;

}

.subnav li a
{
	text-decoration:none;
	list-style:none;
	color:#000000;
	font-size:10px !important;
	padding:0px 5px 0px 5px;
}

.subnav li a:link, .subnav li a:active, .subnav li a:visited
{
	text-decoration:none;
}


	
	
	
	
	
	

