@charset "utf-8";
/* CSS Document by Martin*/

* {
	padding:0;
	margin:0;
}

html {
	margin: 0;
	padding: 0;
	font: 12px verdana;
	color: #ffffff;
	background: url('images/bg.gif') #ffffff top left repeat-x;

}

#containerMain {
	margin-left: auto;
	margin-right:auto;
	width: 900px;
	height: 100%;
	min-height: 500px;
	border: #000000 solid 1px;
	background-color: #009836;
	
}

#header{
	min-height: 200px;
	width: 900px;
	background-color: #ffffff;
}

#main {
	border-top: 2px #000000 solid;
}

#leftmain {
	width: 180px;
	background-color: #015f12;
	min-height: 500px;
	border-right: #000000 1px solid;
	border-bottom: #000000 1px solid;
	float:left;
	
}

#rightmain {
	padding: 10px 10px 10px 10px;
	width: 680px;
	float: left;
}

#rightmain a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none ;
}

#rightmain a:hover {
	text-decoration: underline;
}

#rightmain p{
	padding: 10px 10px 0px 10px;

}

#footer {
	height: 100px;
	width: 900px;
	background: url('images/footer.jpg') #ffffff top left no-repeat;
	clear: both;
	
}

h1 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom: #015f12 1px dashed;
	
}

h5 {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	border-bottom: #015f12 1px dashed;
	
}



/*------------------------------------------  Links Start -------------------------------------*/

#links {
	width: 170px;
	height: 260px;
	float: left;

}

#links ul { 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	margin-top: 0px;
}

#links li { 
	width: 175px; 
	height: 36px; 
	float: left; 
	font: bold 13px tahoma; 
	text-align: left; 
	margin-bottom: 0px;
	
}

#links li a {
	width: 100%; 
	padding: 8px 0 0px 0; 
	display: block; 
	color: #00510f; 
	text-decoration:none;
	padding-left: 5px;
	height: 25px;	
	background-color: #99c000;
}

#links a:hover { 
	color: #ffffff;
	text-decoration:underline;
	background-color: #00911a;

}

#links li.current a { 
	color: #ffffff;
	text-decoration:underline;
	background-color: #00911a;
	}
	
#links li.current a:hover { 
	color: #000000; 
	text-decoration:none;
	background-color: #99c000;
}