body {
	background-color: #fffbeb;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#page { width: 770px; margin: 0em auto 3em; text-align: left; }
#maincontainer{
	width: 770px; /*Width of main container*/
	margin: 0 auto;
}

.clear { clear: both; }

#body {
	clear: both;
	/* IE hack */  
	_height: 1%;
	overflow:auto;
	position: relative;
	background-image: url(../images/s_body.gif);
	background-repeat: repeat-y;
	background-position: center;
	padding-top: 0em;
	padding-right: 22px;
	padding-bottom: 2em;
	padding-left: 22px;
}
	
#content {
	background-color: white;
	margin-top: 11px;
	padding: 11px 22px 22px;
	/* IE hacks */
	height: 1%;
	position: relative;
	background-image: url(../images/s_content.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	height: 174px;
}
#headerhomepage {
	height: 81px;
}
#banner {
	height: 125px;
}
#bannerhomepage {
	height: 234px;
}
/* ---- Columns ---- */

#breadcrumb { list-style: none; margin: 0; padding: 0; margin-bottom: 0em; font-size: .9em; position: relative; }
#breadcrumb li { 
	float: left; 	
	padding: 0; margin: 0;
	margin-right: .7em;
	color: #aaa; 
	background: url(../images/icon_arrow.gif) no-repeat top left; 
	background-position: 0px .5em;
	padding-left: 1.27em; 	
}
#breadcrumb li.first { background: none; padding-left: 0; }
#breadcrumb li a { color: #aaa; text-decoration: none; }
#breadcrumb li { color: #59654D; font-weight: bold; }

#column-main { clear: both; float: left; width: 410px; margin-right: 0px; }
#column-main-homepage { clear: both; float: left; width: 700px; margin-right: 0px; }
#column-side { float: right; width: 264px; _height: 1%; overflow:auto}

#footer {
	clear: both;
	padding: 12px 22px;
	margin-bottom: 3em;
	font-size: .9em;
	line-height: 1.8em;
	color: #59654D;
	background-image: url(../images/s_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer #legalinfo { float: left; width: 100%; }
#footer #legalinfo span {
	background: url(../images/icon_logo.gif) no-repeat; text-indent: -9000em; overflow: hidden;
	display: block; float: left; width: 25px; height: 13px; margin: 2px .5em 0em 0em;	
}

#footernav {  float: right; }

#utilitynav { margin: .3em 0em 0em 0em; padding: 0; font-size: .95em; }
#utilitynav li { display: inline; background: none; padding: 0; margin: 0; }
#utilitynav li a { font-weight: bold; color: #59654D; text-decoration: none; }

#validation {  text-align: right; margin: .7em 0em 0em 0em; padding: 0; font-size: .85em; }
#validation li { display: inline; background: none; padding: 0; }
#validation li a { font-weight: normal; color: #59654D; text-decoration: none; }
#mainnav a {
	font-size: 110%;
}
.handcursor {

 cursor: pointer }

