body {
	text-align: center;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	color: #666666;
	background: #58582E url('images/bggrad.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	text-align: center;
	background-color: #FFFFFF;
}

#logo-zone {
	position: absolute;
	height: 80px;
	width: 400px;
	background-color: transparent;
}

#mainbody {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	text-align: left;
	background-color: #FFFFFF;
}

#menu {
	margin-bottom: 8px;
	padding-bottom: 10px;
	height: 66px;
	background: #FFFFFF url('images/logo.jpg') no-repeat;
}

/* beginning of menu CSS */
#menu ul {
	padding: 0px;
	margin: 20px 0px 0px 0px;
	float: right;
}
#menu li {
	float: left;
	margin: 0 0.5em;
	list-style: none;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 11px;
	font-variant: small-caps;
	color: #838A50;
}
#menu li a
{
	text-decoration: none;
	text-align: center;
	color: #838A50;
	margin: 0px;
	padding: 0px;
	float: none;
	font-style: normal;;

}
#menu li a:hover
{
	color: #3D3F6E;
}
#menu
{
}

#current {
	position: absolute;
	top: 35px;
}
/* end of menu CSS */

#flashblock {
	width: 800px;
	height: 193px;
	padding: 4px 0px 4px 0px;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#content {
	width: 800px;
	margin-top: 0px;
	/*background: #FFFFFF;*/
}

#leftside {
	width: 430px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	line-height: 18px;
	background: #FFFFFF;
}

#rightside {
	width: 300px;
	float: right;
	background: #FFFFFF;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-size: 11px;
	font-style: italic;
}

#rightsidesub {
	width: 300px;
	float: right;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	font-size: 11px;
	font-style: italic;
	background: #FFFFFF;
}

#captioncopy {
	font-size: 11px;
}

#maincopy {
	line-height: 18px;
}

#footer {
	font-size: 11px;
	font-style: italic;
	padding-bottom: 10px;
	color: #FFFFFF;
}

.separator {
	text-align: center;
	padding-bottom: 10px;
}

.whatsnew {
	font-family: Georgia, Georgia, serif;
	margin: 0px 0px 4px 0px; 
	text-align: center; 
	font-style: normal;	
}

.smallen {
	font-size: 10px;
	line-height: 14px;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

.arrow {
	position: relative; 
	top: 2px;
}
.hand {
	position: relative; 
	top: 4px;
}

.subhead {
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	font-size: 15px;
	color: #356001;
}

h1 {
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	font-size: 15px;
	color: #356001;
	margin: 0px 0px 4px 0px;
}
h2 {
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	font-size: 15px;
	color: #356001;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: Georgia, Georgia, serif;
	font-weight: normal;
	font-size: 13px;
	color: #356001;
	margin: 0px;
	padding: 0px 0px 10px;
}

p {
	margin-top: 0px;
}
a, a:visited {
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	color: #838A50;
}
a:hover {
	color: #3D3F6E;
}
.prettyhover a, .prettyhover a:visited {
	font-size: 11px;
	text-decoration: none;
	font-style: italic;
	color: #838A50;
}
.prettyhover a:hover {
	color: #3D3F6E;
}

b {
	font-weight: normal;
	color: #3D3F6E;
}

/* web tabs */
#webtabs {
	margin: 0px;
}

#webtabs p {
	font-size: 12px;
	padding: 0px 0px 5px 20px;
	margin: 0px;
	margin-left: 10px;
}

.selected {
}

.webselected {
	display: none; 
	position: absolute; 
	top: 0px; 
	left: 15px;
}
/* end web tabs */