html, body {
	background : #434343;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	text-align: center;
	margin: 5px 0px 0px 0px;
	padding: 0;
	color: #ffffff;

	voice-family: "\"}\"";

	voice-family:inherit;
	font-size: 0.8em;
}

#Container {
	width: 700px;
	text-align: left;
	background: #535353;
	margin: 0px auto 0px auto;
	padding: 0px 0px;
}

/*<group=Header>*/

#Header {
	background: #875006;
	height: 190px;
}

#HTop {
	height: 58px;
}

#HTitle {
	height: 15px;
    float: left;
	position: relative;
	left: 10px;
	top: 5px;
}

#HSearch {
	color: #ffffff;
	float: right;
	right: 10px;
	position: relative;
	top: 15px;
}

#HMenu {
	color: #ffffff;
	top: 4px;
	position: relative;
	font-size: 1.1em;
	text-align: center;
}

#HBanner {
	background: url(../images/home-splash-small.jpg) transparent no-repeat;
	height: 100px;
}
	
/*</group>*/

/*<group=Main>*/

#main {
	padding: 5px;
	min-height: 400px;
	_font-size: 0.9em;
	font-size: 1.2em;
}

#leftColumn {
	width: 29%;
	float: left;
	height: 98%;
	padding: 5px;
}

#rightColumn {
	float: right;
	width: 67%;
	height: 98%;
	padding: 5px;
}
	
/*</group>*/

/*<group=Footer>*/

#footer {
	height: 30px;
	background: #875006;
	color: #ffffff;
	font-size: 1.0em;
	clear: both;
}

#fLeft {
	float: left;
	height: 14px;
	padding: 9px;
}

#fRight {
	height: 14px;
	float: right;
	padding: 9px;
}
	
/*</group>*/

/*<group=Links>*/

a:link,a:visited {
	color : #ff7f00 !important;
	text-decoration: none;
}

a:hover,a:visited:hover {
	color : #f9ac00 !important;
	text-decoration: underline;
}

a.notes:link,a.notes:visited {
	color : #ffffff !important;
	text-decoration: none;
}

a.notes:hover,a.notes:visited:hover {
	color : #ffffff !important;
	text-decoration: none;
}


a.footer_link:link,a.footer_link:visited {
	color : #ffffff !important;
	text-decoration: none;
}

a.footer_link:hover,a.footer_link:visited:hover {
	color : #ffffff !important;
	text-decoration: underline;
}