/* 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:12px; 
	color:#5A0A00;
	line-height:16px;
	
}
a, a:visited
{
	color:#32817C;
	text-decoration:none;
	border-bottom: 1px dotted #32817C;
}
a:hover
{
	text-decoration:none;
	border-bottom: 1px dotted #758E00;
	color:#758E00;
}
h1 
{
	font-size:26px;
	font-family: geneva, helvetica, arial;
	color:#758E00;
	font-weight:normal;
	line-height:28px;
	
}
h2 
{
	font-size:22px;
	font-family: geneva, helvetica, arial;
	color:#32817C;
	font-weight:normal;
	line-height:24px; 
	margin-bottom:-5px;
}
h2 a, h2 a:visited
{
	color:#32817C;
	line-height:24px; 
	margin-bottom:-5px;
	border-bottom:0px;
}
h2 a:hover
{
	border-bottom: 1px dotted #D9A200;
	color:#D9A200;
}
h4 
{
	font-size:16px;
	font-family: geneva, helvetica, arial;
	color:#169007;
	font-weight:bold;
	line-height:22px; 
	margin-bottom:-5px;
}
.main
{
	display:block; 
	padding:10px;
	
	/*background:url(images/bg-main.jpg);*/
	background:#FFCD6D;
	width:804px; 
	text-align:left;
	position:relative;
	z-index:1;
	
	
}

.light{
	background:url(images/light.png);
	width:300px;
	height:300px;
	position:absolute;
	left:90px;
	top:100px;
}
.lines{
	position:absolute;
	background:url(images/bg-line.png); 
	width:880px;
	left:-30px;
	top:-10px;
	margin-bottom:-10px;
	height:100%;
	z-index:3; !important
}
.mainbottom
{
	background-color:#FFFFFF; 
	width:826px; 
	height:20px; 
	padding:0; 
	margin:0;
}

.menu
{
	float:left; 
	width:242px;
	height:100%; 
	margin:1px 0 0 20px; 
	position:relative;
	z-index:99 !important;
}

.menu a:hover
{
	border-bottom:0px;
}

ul
{
	font-family:  helvetica, geneva, arial; 
	font-size:12px; 
	color:#5A0A00;
	line-height:16px;
	
}
ul.leftmenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Helvetica, geneva, Verdana, Arial,  sans-serif;
	font-size: 14px;
	width: 235px;
	padding-left:0px;
	
}

ul.leftmenu li {
	line-height:42px;
}

ul.leftmenu li a, ul.leftmenu li a:visited {
	text-decoration: none;
	display: block;
	width: 221px;
	color: #5A0A00;
	border-bottom:0px;
	margin-bottom:2px;
	border:1px dashed #E8A429;
}

ul.leftmenu li.blue a {
	background:#64C4D6;
}
ul.leftmenu li.green a {
	/*background:url(images/menu-green.png);*/
	background:#A4BC20;
}
ul.leftmenu li.brown a {
	background:#E5A55D;
}
ul.leftmenu li a:hover {
	color: #5A0A00;
	width: 221px;
	border:1px dashed #5A0A00;
	background:#FFCD6D;
	opacity: .8;
}

.menutext
{
	padding-left:15px;
}
.menutext a
{
	border-bottom:0px;
}
.toptitle
{
	float:right; 
	margin-right:50px; 
	margin-top:20px;
}
.logo
{
	margin-left:55px;
}
.logo a:hover
{
	border-bottom:0px;
}
.content
{
	padding:15px;
	margin-left:275px;
	position:relative;
	z-index:100 !important;
}

.footer
{
		background:5A0A00;
	border:1px dashed #5A0A00;
	background:#A4BC20;
	margin:20px;
	font-size:10px;
	color:#5A0A00;
	position:relative;
	z-index:200 !important;
}
.footer a
{
	font-size:12px;
	
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:none;
	border-bottom:0px;
}
.banner
{
	margin:0;
	padding:0;
	margin-left:-5px;
}

.banner a
{
	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);
}