
/* CSS Document */


<!--


body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
/*url(bkgrnd6.jpg) repeat-x bottom; */
margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
padding: 0;
background: #ea8f05 /*url(bkgrnd9.jpg) repeat-x top; */
}


#wrapper{
width:100%;
padding: 0px;
}


#content{
width:800px;
margin: 0px auto;
padding: 0px;
background-color:#FFFFFF;
}

#center_column{
width:800px;
min-height:700px;
margin: 0px auto;
padding-top: 0px;
background-color:#FFFFFF;
background-image:url(content_bkgrnd.gif);
}

#cntr_left_col{
background-color:#FFFFFF;
line-height:normal;
float:left;
width:140px;
padding: 11px;
}


#cntr_rt_col{
float:right;
width:500px;
padding-left:5px;
padding-right:120px;
padding-top:11px;
padding-bottom:30px;
}

#content a {
font-weight:bold;
font-size:12px;
text-align:left;
text-decoration:none;
color:#ac3328;
}

#content a:hover {
font-weight:bold;
text-align:left;
font-size:12px;
text-decoration:underline;
color:#ac3328
}


#navigation{
width:800px;
margin: 0px auto;
height:25px;
padding-top:10px;
background-color:#a62426;
}


#nav_bar{
margin-left:85px;
display:inline-block;
font-size:12px;
text-align:left;
color:#FFFFFF;
}


#nav_bar a {
margin-left:15px;
margin-right:10px;
margin-top:10px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}

#nav_bar a:hover {
margin-left:15px;
margin-right:10px;
margin-top:10px;
font-weight:bold;
text-decoration:underline;
color:#FFFFFF;
}


#footer{
width:800px;
margin: 0px auto;
height:35px;
padding-top:10px;
background-color:#a62426;
font-size:11px;
text-align:left;
color:#FFFFFF;
}




h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 1;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}


/* HERE */


#mainContent_left a {
text-decoration:none;
color:#333333;
}

#mainContent_left a:hover {
text-decoration:none;
color:#666666;
text-decoration:underline;
}

#footer img {
height:17px;
clear:both;
	width: 832px;
	margin: 0 auto;
	padding: 10px 0px 0px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}


#footer p{
clear:both;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	}



-->