/* Main Sections */

*
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Helvetica, Verdana ,sans-serif;
	font-size: small;
	color: #fff;
	background-color: #333;
}


ol
{
	margin-left: 1em;
	padding-left: 1em;
}

ol li
{
	margin-left: 1em;
	padding: 0 0 .5em.3em;
	list-style: decimal;
}

h1
{
	font-size: 145%;
	font-family: Helvetica, Verdana ,sans-serif;
	color: #555;
}

h2
{
	font-size: 130%;
	color: #555;
}

h3
{
	font-size: 120%;
	color: #555;
	margin-top: 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

h4
{
	font-size: 100%;
	letter-spacing: .15em;
}

div.hr
{
	height: 15px;
	background-image: url(../img/hr1.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}
div.hr hr {
	display: none;
}

p { padding: 0 0 1em; }

a, a:link
{
	text-decoration: none;
	color: #f99;
}

a:visited
{
	color: #ff9;
}

a:hover
{
	color: #99f;
	text-decoration: none;
}

a:active
{
	color: #fff;
}


a img { border: 0px dotted #9BD402; }

img a:hover
{ 
background-color:#ccc;
border: 1px dotted #eee; }

img
{
	border: none;
	padding: 0px;
}

.imagebox {
background-color: #111;
border: 0px;
margin:8px;
padding:0px;
}
/*.imagebox  {
-webkit-box-shadow:2px 2px 5px rgba(0, 0, 0, 0.6);
}*/
/*
.imagebox:hover{
-webkit-box-shadow:2px 2px 5px rgba(200, 200, 200, 0.6);
}
*/

.black_overlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	/*-moz-opacity: 0.8;*/
	/*opacity:.80;*/
	/*filter: alpha(opacity=80);*/
}

.white_content {
	display: none;
	position: absolute;
	top:12px;
	left: 10px;
	min-width:908px;
	min-height:620px;
	width: 95%;
	
	padding: 8px;
	border: 8px solid #000000;
	background-color: #303030;
	z-index:1002;
	overflow: auto;
	text-align:center;
	vertical-align:middle;
}


ul
{
	margin: 0 0 20px 1em;
}

li
{
	font-size:11px;
	padding-left: 2px;
	margin-bottom: 3px;
}


li.pdflink
{
	list-style-image: url(../../../images/pdf_icon16x16.gif);
	list-style-type: circle;
	font-size:11px;
	padding-left: 2px;
	margin-bottom: 3px;
}

.clear
{
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}

#page
{
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	background-image: url(../img/contentbg_black.png);
	background-repeat: repeat-y;
}

#header
{
	width:930px;
	background-image: url(../img/header_seed.jpg);
	background-repeat: no-repeat;
	height: 154px;
	background-position: 18px 10px;
	margin: 0px;
}

#insideheader
{
	margin-left: 15px;
	width: 900px;
	height: 48px;
}

#insideheader h1
{
	font-size: 220%;
	color: #FFFFFF;
	padding: 16px 0 0 18px;
}

#middlebody
{
	height: 24px;
	margin: 0px;
	padding: 0px;
	padding-left: 20px;
	background: url(../img/middlebody_black.png) no-repeat 0 -54px;
}

#contentarea { }

#leftcolumn
{
	width: 170px;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444;
}

#leftcolumn h3
{
	/*background-image: url(../img/sideh3bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
	padding: 3px 0 5px 28px;
	margin-left: -14px;
	font-size: 120%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B7DB55;
}

#footer
{
	height: 40px;
	margin: 0px;
	background: url(../img/footer_black.png) no-repeat 0 -24px;
}

#infooter
{
	width: 600px;
	margin-right: 60px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 66px;
	text-align: center;
	margin-top: 10px;
}

#maincontent
{
	padding: 4px;
	margin-left: 200px;
	width: 730px;
	margin-top: 0px;
	height: auto !important;
	/* Detect height automatically, Incompatible w/IE */
	min-height: 300px;
}

#greyblock
{
	width: 465px;
	margin-top: 0px;
	float: right;
	margin-right: 64px;
	height: 200px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 5px;
}

#nav
{
	height: 32px;
	padding-top: 0.8em;
}
