body {
	text-align: center; /* IE centering */
	background: #F3E2C8;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%; /* for text re-sizing */
}

/* zero all default margins and padding */
body, div, p, a, span, h1, h2, h3, h4, h5, h6, form, fieldset, label, input, img, ul, ol, li {
	margin: 0px;
	padding: 0px;
}
/* remove default link borders for images */
a img { border: none; }
.clear { /* float clear */
	clear: both;
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#wrapper {
	text-align: left; /* fix for IE centering */
	margin: 0px auto; /* FF centering */
	width: 800px;
	background: url(../../images/homeBkg.jpg) repeat-y;
	padding-top:14px;
	padding-left:20px;
	
}
#wrapper .wrapperBottom
{
	clear:both;
	background-image:url(../../images/homeBkgBottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	width:800px;
	height:12px;
	margin-bottom:-2px;
	margin-left:-20px;
}
/* home header */
#homeHeader
{
	width:758px;
	position:relative;	
	
}
#homeHeader .topLinks 
{	text-align:right;
	position:absolute;
	top:2px;
	left:608px;
	width:130px;
	height:90px;
	padding-top:5px;
}
#homeHeader .topLinks a
{
	display:block;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	background-image:url(../../images/yellowArrow.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:9px;
	width:128px;
}
#topNavigation
{
	position:absolute;
	background-color:#48646F;
	top:97px;
	width:758px;
	height:31;
}

/*---------------------- search bar-----------------*/
#searchBar
{
	background-color:#718D95;
	width:748px;
	height:31px;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	padding-left:10px;
	margin-top:-3px;
	
}
#searchBar #submitButton{position:relative; top:4px;}
/* homeContent */
#homeContent{position:relative;	width:758px; margin-top:10px;}
#homeContent .contentLeft
{	
	display:inline;
	position:relative;
	float:left;
	width:338px;
	margin-left:10px;
	font-size:10px;
	padding-top:35px;
	
}
#homeContent .contentLeft .imageHeader{	margin-bottom:10px; }
#homeContent .contentLeft p{color:#FFFFFF;}
#homeContent .contentRight
{
	display:inline;
	position:relative;
	float:left;
	width:407px;
}
#homeContent .contentRight .highlight
{
	display:inline;
	position:relative;
	float:left;
	margin:0px 10px 0px 20px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFCD1;
}
#homeContent .contentRight .highlight a
{
	
	color:#FFFCD1;
	font-size:12px;
	font-weight:bold;
}
/* footer */
#homeFooter
{
	clear:both;
	position:relative;
	width:760px;
}
#homeFooter .footerTop
{
	background-image:url(../../images/homeFooterCap.jpg);
	background-position:top;	
	background-repeat:no-repeat;
	background-color:#708D95;
	padding-top:10px;
	clear:both;
	padding-bottom:15px;	 
}
#homeFooter .footerTop .highlightLeft
{
	border-right:1px solid #4F666E;
	width:258px;
	padding-left:15px;
	float:left;
}
#homeFooter .footerTop .highlightRight
{
	float:left;
	width:258px;
	padding-left:22px;
}
#homeFooter .footerTop p
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin-left:65px;
	margin-top:10px;
}
#homeFooter .footerTop a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFCD1;
	font-weight:bold;
}
#homeFooter .footerBottom
{
	position:relative;
	clear:both;
	background-image:url(../../images/homeFooterBottom.jpg);
	background-position:top;
	width:760px;
	height:28px;
	background-repeat:no-repeat;
	background-color:#708D95;
	
}
#homeFooter .footerBottom span
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	margin: 9px 10px 0px 10px;
}









