/* ========================================= */
/* Page Layout styles for the Home Page only
/* ========================================= */
#pagewidth{ 
	width:1024px; 
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
	border-bottom: 1px solid #7C8D7D;
	background: url(images/bg-columns.gif) top left repeat-y; 
} 
 
#header{
	position:relative; 
	height:173px; 
	background-color:#CCCCCC; 
	width:100%;
	background: url(images/new-header.jpg);
	z-index:2;
} 

#leftcol{
	width:189px; 
	float:left; 
	position:relative; 
	background-color:#D1C59B; /*  D1C59B */
	border-left: 1px solid #7C8D7D;
	margin:0px;
	padding:0px;
	margin-top: -22px;
	z-index:3;
}
 
#twocols{
	width:834px; 
	float:right; 
	position:relative;
	margin-top: -42px;
	z-index:3;
}
 
#rightcol{
	width:202px; 
	float:right; 
	position:relative; 
	background-color:#9A9173; 
	margin-top: 20px;
	padding: 0px;
	border-right: 1px solid #626F63;
	z-index:1;
	background-image: url(images/new-header-cut.gif);
	background-repeat: no-repeat;
	background-position: top center; 
}
 
#maincol{
	/* background-color: #0000FF;   */
	float: left; 
	display:inline; 
	position: relative; 
	width:631px;
	margin:0px;
}
 
#nav{
	width:631px;
	padding:0px;
	margin:0px;
	margin-left: -54px; /* -85px; */ /* was -54px */
	padding-top: 2px;
	z-index:1500;
}

#bottomboxes { 
	width:629px; 
	float:left;
	text-align:left;  
	margin:0px;
	padding:0px;
	color: #FFF;
	border-top: 1px solid #7C8D7D;
	background: url(images/bg-boxes.gif) top left repeat-y; 
} 

.bottombox {
	float:left;
	width:292px;
	margin:0px;
	padding:0px 10px;
	color: #FFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

.bottomlink a:link {
	color: #FFF;
}
.bottomlink a:visited {
	color: #FFF;
}

.bottomlink a:hover {
	color: #00FFFF;
	background-color:#4C4F4C;
	text-decoration: underline;
}

.notice {
	margin:0px;
	padding:0px;
	color: #4C4F4C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

