html, body {
	height: 100%; /* needed for wrapper min-height */
	margin: 0;
	padding: 0;
	background: #000000;
	font: normal 1em Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #92998F;
}

p {
	font: 0.85em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #92998F;
}

td {
	font: 0.85em/1.4em Verdana, Arial, Helvetica, sans-serif;
	color: #92998F;
	background: top;
}
.fontLg {
	color: #99CC33;
	font: 3em/1em Georgia, "Times New Roman", Times, serif;
	background: bottom;
}


a:link {
	color: #F3F3F3;
	text-decoration: none;
}
a:visited {
 	color: #F3F3F3;
}
a:hover {
	color: #99CC33;
	border-bottom: thin dotted #99CC33;
	text-decoration: none;
}



/*navigation horizontal top*/
#navbar {
	background: #111111;
	font: 0.75em/1.75em Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}


#navbar li {
	list-style: none;
	margin: 0px 10px;
	display: inline;
}


#navbar ul li a:link, #navbar ul li a:visited {
	text-decoration: none;
	color: #999999;
	
}
#navbar ul li a:hover {
	color: #CCFF66;
	list-style: disc url(../images/threedots.gif) outside;
	border-bottom: thin dotted #99CC33;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
#navbar ul li.current a:link, #navbar ul li.current a:visited {
	text-decoration: none;
	color: #FFFFFF;
}




/*navigation vertical left*/

#nav {
	font: 0.75em/1.75em Verdana, Arial, Helvetica, sans-serif;
	width: 215px;
	float: left;
	text-transform: uppercase;
	margin-top: 10%;
	margin-bottom: 10%;
	text-align: left;
}


#nav li {
	text-align: left;
	display: list-item;
	list-style: none;
}


#nav ul li a:link, #nav ul li a:visited {
	color: #DBDBDB;
	text-decoration: none;
	text-align: left;
	display: list-item;
	list-style: none;
}
#nav ul li a:hover {
	color: #CCFF66;
	list-style: url(../images/threedots.gif) outside;
	border-style: none;
	display: list-item;
}
#nav ul li.current a:link, #nav ul li.current a:visited {
	text-decoration: none;
	color: #99CC33;
}

/*layout*/

#wrapper{
	position:relative; /* center, not in IE5 */
	width: 850px;
	height:600px!important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	margin-right: auto;
	margin-left: auto;
	background: #000000;
}


#header {
	height: 70px;
	width: 100%;
	position: absolute;
	margin-top: 0px;
	background: #000000;
	border-bottom: 12px solid #99CC00;
}
#logo {
	text-align: center;
	height: 100px;
	margin: 20px auto;
	background: #000000;
}
#content {
	width: 780px;
	min-height: 100%;
	text-align: center;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding:2em;
	margin-right: auto;
	margin-left: auto;
}
#contentLeft {
	width: 200px;
	padding: 10px;
	float: left;
	margin-top: 220px;

}
#contentRight {
	width: 600px;
	height: 500px;
	float: right;
	margin-top: 20px;
	margin-bottom: 20px;
	background: left;
}


#flashcontent {
	width: 600px;
	height: 500px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	font: 0.7em Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #666666;
	background: #000000;
	height: 20px;
	width: 800px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top: thin dotted #333333;
}

#footer a {
color:#999999;
}
