/* CSS Document */

html {
     margin:0px;
     padding:0px;
     height: 100%;
	 left:0;
}

body {
     margin:0;
     padding:0;
     height:auto !important;
     height:100%;
     min-height:100%;
}

p
{
	font-family:  helvetica, geneva, arial; 
	font-size:13px; 
	/*color:#1B241E;*/
	color:#CEEBEB;
	line-height:16px;
	
}
a, a:visited
{
	/*color:#009961;*/
	color:#34B877;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	border-bottom: 1px dotted #34B877;
	color:#34B877;
}
h1 
{
	font-size:26px;
	font-family: geneva, helvetica, arial;
	/*color:#475E50;*/
	color:#85D7FF;
	font-weight:normal;
	line-height:28px; 
}
h2 
{
	font-size:22px;
	font-family: geneva, helvetica, arial;
	color:#89B41C;
	font-weight:normal;
	line-height:24px; 
	margin-bottom:-5px;
}
h2 a, h2 a:visited
{
	/*color:#3A9166;*/
	color:#89B41C;
	line-height:24px; 
	margin-bottom:-5px;
}
h2 a:hover
{
	border-bottom: 1px dotted #89B41C;
	color:#89B41C;
}
h4 
{
	font-size:16px;
	font-family: geneva, helvetica, arial;
	color:#89B41C;
	font-weight:bold;
	line-height:22px; 
	margin-bottom:-5px;
}
.main
{
	display:block; 
	padding:10px;
	background:#222D2D;
	/*background:url(/images/main-bg.jpg);*/
	
	width:806px; 
	text-align:left;
	/*border-right:10px solid #2F3E3E;*/
	border-bottom:15px solid #2F3E3E;
	border-right:1px dotted #567A68;
	border-left:1px dotted #567A68;
}
.greenglow
{
		background:url(images/hor-bg.png); background-repeat:repeat-y; width:1020px;
}
.mainbottom
{
	background-color:#FFFFFF; 
	width:826px; 
	height:20px; 
	padding:0; 
	margin:0;
}

.menu
{
	float:left; 
	width:237px;
	height:100%; 
	margin:1px 0 0 23px; 
}

.menu a:hover
{
	border-bottom:0px;
}

ul
{
	font-family:  helvetica, geneva, arial; 
	font-size:13px; 
	color:#CEEBEB;
	line-height:16px;
	
}
ul.leftmenu {
	padding: 0;
	margin: 0;
	background:url(images/menu-bg.png);
	background-repeat:repeat-x;
	list-style: none;
	font-family: Helvetica, geneva, Verdana, Arial,  sans-serif;
	font-size: 14px;
	/*width: 230px;*/
	padding-left:4px;
	padding-right:4px;
	padding-top:17px;
	border-top:1px dotted #567A68;
}

ul.leftmenu li {
	line-height:40px;
	border-top:1px dotted #567A68;
	border-bottom:1px dotted #567A68;
	margin-bottom:2px;
}

ul.leftmenu li a, ul.leftmenu li a:visited {
	text-decoration: none;
	display: block;
	/*width: 215px;
	color: #2A2B2D;*/
	color:#A7E2FF;
}
 ul.leftmenu li.bottom {
	border-bottom:3px solid #89B41C;
	margin-bottom:25px;
	padding-bottom:5px;
}
 ul.leftmenu li.top {
	border-top:0px;
	
}
ul.leftmenu li a:hover {
	/*background:#31856E;
	background:#009856;*/
	background:url(images/menu_bg_on.jpg);
	color: #85D7FF;
	/*width: 213px;*/
	
}

.menutext
{
	padding-left:15px;
}
.menutext a
{
	border-bottom:0px;
}
.toptitle
{
	float:right; 
	margin-right:50px; 
	margin-top:20px;
}
.logo
{
	margin-left:55px;
	margin-top:-5px;
	padding-bottom:7px;
}
.logo a:hover
{
	border-bottom:0px;
}
.content
{
	padding:15px;
	margin-left:275px;
}
.footer
{
	font-size:10px;
	color:#CEEBEB;
}
.footer a
{
	font-size:12px;
	color:#CEEBEB;
	text-decoration:none;
}
.footer a:hover
{
	
	border-bottom:0px;
	color:#A7E2FF;
	border-bottom:1px dotted #A7E2FF;
}
.banner
{
	margin:0;
	padding:0;
	margin-left:-5px;
	
}
.banner a:hover
{
	text-decoration:none;
	border-bottom:0;
}	
.list
{
	padding-left:3px;
	margin-left:0;
}
.list ul
{
	padding-left:0;
	margin-left:0;
}
.list li
{
	list-style: none;
	line-height:23px;
}
.listsquare
{
	padding-left:20px;
}
.listsquare ul
{
}
.listsquare li
{
	line-height:23px;
	list-style-image: url(images/square.gif);
}