/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	font-size: 14px;
	margin-left: auto;
margin-right: auto;
	text-align: center; /* IE centering fix for mainWrapper */
	height: 100%;
	background: #f7f7f1;
}

a {
	color: #c2340a;
}
 
#mainWrapper {
	text-align: left;
	background-color: #f3f3ed;
	width: 719px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#topHeader {
	width: 100%;
	height: 87px;
	position: relative;
}

#getInvolved {
	position: absolute;
	right: 100px;
	top: 100px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

/************************* Header *********************************/

#header {
	width: 100%;
	height: 252px;
	background: url('images/headerbackground.jpg');
	background-repeat: no-repeat;
	position: relative;
}

#headerMenu {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	position: absolute;
	bottom: 5px;
	left: 0px;
	width: 100%;
	height: 31px;
}

#headerMenu table {
	margin: 0px;
	padding: 0px;
	height: 31px;
}

td.headerMenu {
	width: 120px;
	height: 31px;
}

a.headerMenuLink {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: black;
	
	display: block;
	height: 31px;
	width: 120px;
	text-align: left;
	
	background: url('images/topnavbutton.gif');
} 

a.headerMenuLink:hover {
	background: url('images/topnavbuttonhover.gif');
	color: white;
}

div.headerMenuLink {
	padding-top: 10px;
	padding-left: 20px;
}

/************************* Content *********************************/

#content {
	width: 100%;
	float: none;
}

#content h2 {
	font-size: 21px;
	font-family: "Times New Roman, Times, serif";
	padding: 0px;
	margin: 0px;
}

#contentLeftWrapper {
	width: 240px;
	float: left;
}

#contentLeft {

	padding: 16px 15px 25px 25px;

}

#contentNewWrapper {
	float: left;
	width: 100%;
	background-color: #e8e6dd;
	height: 100%;
}

#contentRightWrapper {
	float: left;
	width: 479px;
	background-color: #e8e6dd;
	min-height: 300px;
}

#contentRight {

	padding: 10px 5px 5px 15px;
	min-height: 300px;
}

#contentRightHeaderWrapper {
	float: left;
	width: 479px;
	height: 43px;
	background-color: #dcd9cb;
}

#contentNewRightHeaderWrapper {
	float: left;
	width: 100%;
	height: 43px;
	background-color: #dcd9cb;
}



#contentRightHeader {
	padding: 9px 5px 0px 5px;

}
/*
	margin: 16px 16px 25px 25px;
	padding: 0px;
*/

/************************* Footer *********************************/
#footer {
	float: none;
	height: 64px;
	background: #000000;
	color: white;
	text-align: left;
	font-size: 10px;
}

#footerLeft {
	width: 217px;
	height: 64px;
	background: url('images/footerleftbackground.gif');
	float: left;
	
}

#ourAddress {
	padding: 10px 0px 0px 26px;
	
}

#footerMenu {
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
	margin: 0px;
	padding: 18px 0px 11px 0px;
}

#footerMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footerMenu li {
	display: inline;
	padding: 0px 3px;
}

#footerCopyright {

	text-align: center;

}

	
