body {
	margin: 0px;
	text-align: center;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url(../images/lightbg.gif);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#bfb28a;
	}


#pagewrap {
	margin: 0 auto 0 auto;
	/**height: 950px;**/
	width: 900px;
	text-align:left;
	background-color:#FFF;
	}
	
#navcol {
	width: 150px;
	height: 525px;
	float: left;
	background-color:#8fa5d1;
	}

#maincontent {
	width: 648px;
	/**height: 525px;**/
	float: left;
	}
	
#clearer {
	clear: both;
	height: 5px;
	}

#navigation {
   list-style:none;
   margin: 0; 
   padding: 0px 0px 0px 0px;
   color: #fff;
}

#navspace {
	height: 5px;
	width: 150px;
	}

#navigation li {
   float: left;
}

#navigation li a {
   display: block;
   background: #8fa5d1;
   width: 130px;
   text-align: left;
   color:#FFF;
   padding: 5px 0px 5px 20px;
   text-decoration:none;
}

#navigation li a:hover {
   background: #8093ba;
   color: #fff;
   text-decoration: none;
}

#navinner {
	color: white;
	padding-left: 4px;
}

a:link  {
	color: #fff;
	text-decoration: none;
}
a:visited  {
	text-decoration: none;
	color: #fff;
}
a:hover  {
	text-decoration: underline;
	color: #fff;
}
a:active  {
	text-decoration: none;
	color: #fff;
}

a:link {
	
	color: #fff;
	text-decoration: none;
}
a:visited  {
	
	text-decoration: none;
	color: #fff;
}
a:hover.footer  {
	font-size:10px;
	text-decoration: underline;
	color: #666;
}
a:active.footer  {
	font-size:10px;
	text-decoration: none;
	color: #666;
}

/******** MAIN CONTENT LAYOUT *** COMMON TO ST MARG AND ST MARKS HOMEPAGES *********/

#main_copy {

	padding: 5px 10px 5px 10px;
	text-align:left;
	float: left;
	}
