@charset "utf-8";
/* CSS Document */
body 
#wrapper
{
	padding-left: 20px;
	background-color: #b42424;
}

* html #wrapper
{
	height: 1%;
}

#bottom
{
	background-color: #b42424;
	border-top: 0;
	padding-top: 20px;
}

.header, .overlay
{		
	left:0;
	top:0;
	width:100%;
}

.r{position:relative;}
	
.a{position:absolute;}

#mission
{
	position: relative;
	top: 200px;
	left: 80px;
	margin-left: 10px;
	background-color: #dfdfdf;
	width: 300px;
	float: left;
}


#targetedAudience
{
	position: relative;
	top: 200px;
	left: 275px;
	float: left;
}

.center
{
	text-align: center;
}	

/*Start of Middle */
#middle
{
	background-color: #ced93d;
	border: 1px solid #b5b97c;
	padding: 10px;
	color: #6b6a00;
}

#middle #serviceContent
{
	float: left;
	width: 300px;
}

#middle #serviceContent ul
{
	margin-left: 30px;
	list-style-image: url("../Images/action_forward.gif")
}

#middle #serviceContent ul li
{
	vertical-align: middle;
	padding-left: 5px;
}

#time, #contact
{
	float: left;
	width: 300px;
	margin-left: 10px;
}

#contact
{
	width: 300px;
}

#contact table tr td
{
	vertical-align: text-top;
}

/* End of Middle */

/*Start of Special Announcements and Events */
#announcementsAndEvents
{
	background-color: #901e1e;
	padding: 10px;
	color: #FFFFFF;	
}

#specialAnnouncements, #events
{
	width: 480px;
	float: left;
}


/* End of Special Announcements and Events */

