html, body {
	margin:0;
	padding:0;
	text-align: center;
	background-image: url(images/background.gif);
	font: 12px/16px Geneva, Arial, Helvetica, sans-serif;
	}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
img { border: 0; }
a { text-decoration:none; color:#3D4075; }
a:hover { text-decoration:underline; color:#506EAE; }

/*****Layout*****/
#frame 
	{
	width: 100%;
	background:  url(images/fullbg.gif) repeat-y center center; float: left;
	}
div.clear { clear:both; }
#container { 
	margin: 0 auto; 
	width: 800px;
	text-align: left }
#rubberBandLeft {
	margin: 0;
	width:800px;
	float:left;
	background:  #fff url(images/shadowleft.gif) repeat-y left top;
	padding-left: 30px;
	}
#rubberBandRight {
	width: 800px;
	float:left;
	background: #fff url(images/shadowright.gif) repeat-y right top;
	padding-right: 30px;
	}
	
	/*****main well layout*****/
div#contentWell {
	width: 800px;
	float:left;
	margin:0;
	padding:0;
	
}
div#contentWell div#left {
	float:left;
	width: 275px;
	
	
}


div#contentWell div#left #activeleft 
	{
	font-size: 11px;
	font-weight: bold;
	color: #ABA101;
	}

div#contentWell div#center {
	float:left;
	width: 430px;
	margin: 15px 32px 100px 20px;
}

div#contentWell div#right {
	float:left;
	width: 105px;
	padding: 0px 0 0 25px;
}


div#contentWell div#page_header {
	margin:0;
	padding:23px 0 0 20px;
	width: 605px;
	height: 50px;
	}
div#contentWell div#page_header div#center h1 {
	font: normal 36px/36px Georgia, "Times New Roman", Times, serif;
	letter-spacing:.05em;
	color:#630;
	text-shadow: #666 2px 2px 2px;
	margin:0;

}

/*****Header*****/
div#header {background: url(images/header_home.jpg) no-repeat left top; height:300px;}
div#header h1, div#header h2, div#header h3 { display:none; }
div#header p { 
	color:#666666; 
	font-size: 11px;
	letter-spacing:.01em;
	margin: 0 0 0 200px; 
	padding-top: 12px;  
	display:block;
	}
div#header p span { color:#3D4076; }
	
/*****nav*****/
div#navModule_bottom { 
	background: url(images/bottomNav.gif) top left no-repeat;
	height:99px;
	width:264px;
	}
div#navModule  {
	width:264px;
	margin: 0;
	padding: 0 0 0 20px;
	background: url(images/leftnavbkg.gif) top left repeat-y;
}
/*****footer*****/
div#footer {
	padding:5px;
	text-align:center;
	}
div#footer a { text-decoration:none; }
div#footer a:hover { text-decoration: underline; }
div#footer a, div#footer p {
	font-size:10px;
	margin:0;
	color:#000000;
	}
