body {
	font: 0.9em Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #FFF url(../images/background3.png) repeat-x 0 0;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.oneColFixCtrHdr #header { 
background-color: #8b0000; 
background-repeat: repeat; 
background-color: #000; 
background-position: 0 0; 
padding: 0 10px 0 20px; 
 
/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 { color: #fff; margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
}
#footer #a:link { color: #fff; }

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
a:link {
	color: #800000;
	 }
a:hover {
	color: #dedede;
	font-weight: bold;
	text-decoration: none; }
a:active {
	color:#F00
	font-weight: bold;
	background-color: #800000;
	text-decoration: none; }
a:visited {
	color: #b22222; }
/* **************Toolbar Styles ***************/
#navcontainer {
	display: block;
	padding: 0;
	position: relative;
	line-height: normal;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 20px;
	}
	
#navcontainer #top_grad {
position: absolute;
left: 0;
top: 0;
z-index: 3;
width: 100%;
overflow: hidden;
}
#navcontainer #current {
}
#navcontainer #current img {
position: absolute;
left: 49px;
bottom: 0;
}
#navcontainer #current:hover {
}
#navcontainer .currentAncestor {
font-weight: bold;
}
/* Parent - Level 0 */
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
display: block;
width: 100%;
height: 30px;
border-bottom: 2px solid;
}
#navcontainer li { width: 45px; display: inline; }
#navcontainer a {
text-decoration: none;
display: block;
float: left;
height: 23px;
color: #fff;
padding: 7px 20px 0;
text-align: center;
font-weight: bold;
position: relative;
z-index: 10;
}
#navcontainer a:hover {
}
#navcontainer a:active {
}

.container_12 .container_12 h2 {
	font: 1.2em Verdana, Geneva, sans-serif;
	text-align: left;
	font-size: 1.5em;
}

.header {
	height: 76px;
}

.title {
	height: 100px;
	padding-top: 60px;
	padding-bottom: 5px;
	margin-left: 20px;
}

.container_12 .grid_6 p {
	text-align: left;
}

a {
	color: #800000;
}

