body {
	margin: 0px !important;

	color: #000000;
	font-size: medium;
	background-color: #FFFFFF;
	}
	
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 {
	position: relative;
	background-image: url(topbg.jpg);
	background-repeat: repeat-x;
	margin-top: -20px;
	margin-right: -20px;
	margin-bottom: 0px;
	margin-left: -20px;
	background-color: #FFFFFF;
	}
	
#header {
	height: 300px;
	width: 770px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-image: url(header.jpg);
	}
	
#logo {
	
	}
	
#outercontent2 {
	padding-top: 20px;
	background-image: url(contentBG.jpg);
	background-repeat: repeat-y;
	background-position: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	}
	
#outercontent {
	width: 856px;
	background-repeat: repeat-y;
	background-position: left;
	}
	
#content {
	margin-left:265px;
	position:relative;
	width:470px;
	border: thin solid #e2d9ba;
	background-color: #FFFFFF;
	background-image: url(maincontentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: left;
	padding-top: 55px;
	padding-right: 5px;
	padding-bottom: 150px;
	padding-left: 5px;
	min-height: 500px;
	margin-bottom: 25px;
	}

#prefooter {
	clear: both;
	}
	
#footer {
	height: 125px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -25px;
	}
	
	
	
	
/*-----LEFT SIDE NAVIGATION-----*/
#leftnav {
	width: 215px;
	background-image: url(bottomnavboxpic.jpg);
	background-position: bottom;
	padding-bottom:118px;
	float: left;
	margin-left: 25px;	
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	height:100%;
	}


#navbox    {
	
	}
	
	
#leftnav ul {
	width:215px;
	background-image: url(navbg.jpg);
	background-repeat: repeat;
	background-position: top;
	}

#leftnav ul li {
	background-image:url(nag-li-bg.jpg);
	background-repeat:no-repeat;
	font-size:14px;
	height:30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:15px 3px 5px 35px;
	text-align:left;
	width:215px;
	}
	
#leftnav a:hover, #leftnav a:focus, #leftnav a:active {
	color: #990000;
	}
	
#leftnav a {
	color: #000000;
	text-decoration:none !important;
	list-style:none;
	}
	

	
	
	
/*-----SUB NAVIGATION-----*/	
	


.subnav
{
	margin:1px;
	display:none;
}

ul.subnav
{
	position:absolute;
	z-index:25;
	margin-top:0px !important;
	padding-top:0px !important;
	background-image: none !important;
	background-color: #d8bba4;
	width:175px !important;
}

.subnav li
{
	background-image: none !important;
	margin:0px !important;
	padding:3px !important;
}


.subnav li a
{
	text-decoration:none;
	list-style:none;
	color:#000000;
	font-size:10px !important;
	line-height:110%;
	padding-left: 10px;
}

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


	
	
	
	
