@charset "utf-8";
/* CSS Document */
body {
font: 62.5%/1.6 Arial, Helvetica, sans-serif;
	background: #ffffff;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	
}
.oneColFixCtr #container {
	width: 870px;  /* 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. */
}
.oneColFixCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 820px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#branding {
	background-color:#FFF;
	width:800px;
	text-align: center;
	height: 195px;
	
	}

.imageSectionHeader {
	background:url(../images/black_box_header.jpg)  no-repeat;
	width:820px;
	height:25px;
	
}

.imageSectionBody {
	background: url(../images/black_box_middle.jpg)  repeat-y;
	width:820px;
}

.imageSectionBody h1{
	color:#FFF;
	margin-left: 20px;
	
	
}

.imageSectionBody h2{
	color:#FFF;
	margin-left: 20px;
}

.imageSectionBody a{
	color:#FFF;
}



.imageSectionFooter {
	background:url(../images/black_box_footer.jpg)  no-repeat;
	height:20px;
	margin:0px;
	width:820px;
}

#imageBox {
	width: 800px;
}

#imageBox h1{
	color:#FFF;
	font-size:2em;
	margin-left:20px;
}	
	
#imageBox p{
	font-size:1.2em;
	margin-left: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

.description {
	float: left;
	width: 250px;
	}
	
.imgFrame{ 
	float: left;
	margin-left: 30px;
	width: 450px;
}


#postingContent {
	background-color:#FFF;
	margin:70px;
	width: 650px;
	}

#postingContent p{
	font-size:1.2em;
	margin-left: 20px;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}

#postingContent .postIndent{
	margin-left: 40px;
	margin-right:20px;
}


#postingContent h1{
	color:#000;

}

#postingContent a{
	color:#000;
}

#postingContent li{
	font-size:1.2em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}


.imageSectionBody h2{
	color:#000;

}

.scaryRed{
	color:#F00;
	font-weight:bold;
	}

#clearDiv {
	clear: both;
	}
#footer {
	min-height:50px;
}

#footer p {
	color:#000;
	font-size:1.2em;
	text-align:center;
}


