body {
	padding: 0px;
	margin: 0px;
	background-color: #2A2A2B;
}

p, li {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
}

a:link, a:visited {
	color: #009999;
}

a:hover {
	color: #006666;
}

/* Logo heading styles */
#logoHeadingContainer {
	background-image: url('../images/evp_bg.jpg');
	background-repeat: repeat-x;
	border-bottom: 3px solid #5C5C5C;
	text-align: center;
}

#logoHeading {
	width: 1106px;
	margin: auto;
}
/* end Logo heading styles */

/* Top content area styles */
#topContentAreaContainer {
	width: 100%;
	height: 166px;
	background-image: url('../images/body_bg.jpg');
	background-repeat: repeat-x;
	background-position: center;
}

#topContentArea {
	width: 1106px;
	height: 166px;
	background-image: url('../images/homepage_com_header_bg.jpg');
	background-repeat: no-repeat;
	margin: auto;
	text-align: center;
}

#topContentArea img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
/* Top content area styles */

/* Bottom content area styles */
#bottomContentAreaContainer {
	width: 100%;
	height: 480px;
	background-color: #FCFCFC;
	background-image: url('../images/homepage_com_body_gradient_bg.gif');
	background-repeat: repeat-x;
}

#bottomContentArea {
	width: 1106px;
	height: 306px;
	background-image: url('../images/homepage_com_body_bg.gif');
	background-repeat: no-repeat;
	margin: auto;
}
/* end Bottom content area styles */

/* Content box styles */
#contentBoxContainer {
	width: 390px;
	margin: auto;
}

div.contentBoxHeader {
	width: 100%;
	height: 28px;
	background-image: url('../images/box_head.gif');
}

div.contentBoxMiddle {
	width: 100%;
	background-color: #FBFBFB;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	height: 420px;
	margin-top: -11px;
}

div.contentBoxBlurb {
	padding: 0px 30px 0px 30px;
}

div.contentBoxFooter {
	width: 100%;
	height: 28px;
}
/* end Content box styles */

/* Footer styles */
#footerContainer {
	width: 100%;
	height: 60px;
	background-image: url('../images/footer_bg.gif');
	background-color: #2A2A2B;
	background-repeat: repeat-x;
	border-top: 6px solid #5C5C5C;
}

#footerCopyright {
	clear: both;
	text-align: center;
}

#footerCopyright p {
	font-family: Verdana, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-top: 10px;
}
/* end Footer styles */