.container
{
	margin: 0 auto;
	width: 890px;
	background: white url(bgsimple.png) repeat-y center;
	text-align: left;
	padding: 0;
	border: 0;
}
.middle
{
	margin-left: 71px;
	margin-right: 71px;
	padding: 0;
	background: white;
}

body
{
	background-color: #D5D9D9;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Georgia, Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

html
{
	min-height: 101%;
	overflow-y: scroll;
}

.header
{
	margin: 0 auto;
	background: #fff url(headerwheel.png);
	width: 750px;
	height: 150px;
	padding: 0;
	text-align: center;
	cursor: help;
}

.headerbar
{
	margin: 0 auto;
	background: white;
	width: 814px;
	height: 8px;
}

.quotetext
{
	font-family: Tahoma, Helvetica;
	font-size: small;
	color: #666666;
	vertical-align: middle;
	font-weight: bold;
	height: 125px;
	max-height: 125px;
	overflow: auto;
	bottom: 25px;
	margin: 0 auto;
	width: 100%;
	top: 2px;
	left: 0;
	position: relative;
}

.footer
{
	width: 814px;
	margin: 0 auto;
	background: Maroon;
	color: Yellow;
	height: 13px;
	font-size: 10px;
	clear: both;
	text-align: right;
	font-family: Georgia, Helvetica;
}

.footerbar
{
	width: 890px;
	margin: 0 auto;
	background: #D1D2D4 url(bgbottom.png) center;
	height: 38px;
}

.topbutton
{
	margin: 0 auto;
	background: white url(btwhite.png) center;
	display: inline-block;
	width: 100px;
	height: 20px;
	color: Gray;
	text-decoration: none !important;
	font-family: Tahoma, Arial, Helvetica;
	font-size: small;
	font-variant: small-caps;
	text-align: center;
}

.topbutton:hover
{
	background: white url(btwhitehover.png) center;
	color: Black;
}

.topbutton:active
{
	background: white url(btwhitehover.png) center;
	color: Red;
}


#contentfield
{
	width: 720px;
	min-height: 800px;
}

.bodycontent > .ajaxlink, #contentfield a, #contentfield a:link, #contentfield a:visited
{
	cursor: pointer;
	text-decoration: underline;
	border: 1px solid white;
	color: #B54141;
}

bodycontent > .ajaxlink:hover, .contentlegend a:hover
{
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

.clearboth
{
	clear: both;
}

.unselectable
{
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.bodycontent
{
	margin-top: 20px;
}

#accordionmenu
{
	margin-top: 22px;
	margin-right: -35px;
	float: left;
	position: relative;
	left: -40px;
	width: 140px;
	font-size: 8pt;
}

.slider a
{
	text-decoration: none;
	float: left;
	width: 130px;
	position: relative;
	left: -18px;
	white-space: nowrap;
}

.slider a: hover
{
}

.menulink
{
	cursor: pointer;
}

.menulink:hover
{
	text-decoration: underline;
	color: Gray;
}

.menulink:focus
{
	outline: none;
}

.menulink:active
{
	color: Red;
}

h4, h2
{
	font-family: Calibri, Helvetica;
	font-size: 13pt;
	color: #669999;
	text-shadow: 0.04em 0.06em Navy;
}

h1, #contentlegend
{
	font-family: Calibri, Helvetica;
	font-size: 14pt;
	color: #009999;	
	text-shadow: 0.04em 0.06em Navy;
}


#ajaximageholder
{
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
	padding-top: 20px;
}

.error
{
	color: Red;
}

.bold
{
	font-weight: bold;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.code
{
	font-family: 'Courier New' , Courier, monospace;
}

.padding10
{
	padding: 10px;
}

hr
{
	width: 300px !important;
	color: Silver;
}

.date
{
	clear: both;
	font-family: 'Times New Roman' , Times, serif;
	font-size: small;
}