	
html, body {
      height:100%; margin:0;
    }
	html>body {
      min-height:100%;
      height:auto;
    }
 
    body {
      position:relative;
    }
	
body  {
 padding:0px;
 margin:0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;}

 
 #main {
      padding-bottom:445px;
    } 
 
 
 
 
img  {border: 0px;}
 div, p, ul, h2, h3, h4, h5, img {padding:0px; margin:0px;}

h1 { color: #025713;	font-size: 18px;	}
h2 { color: #025713;	font-size: 16px;	}

	h3 { color: #ff6800;
	font-size: 14px;
	}
	
td {font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #2e2e24 ;}
		
	
p { margin: 0px}

a:link {
color: #025713;
		font:13px Arial;
		font-weight:bold;
        text-decoration:none

}
a:hover {
color: #00a011;
		font:13px Arial;
		font-weight:bold;
        text-decoration: underline;

}
a:visited {
color:  #025713;
		font:13px Arial;
		font-weight:bold;
        text-decoration:none
		
}
a:active{
color: #f96c00;
		font:13px Arial;
		font-weight:bold;
        text-decoration:none

}


hr { color: #f2f7fa;}





#menu {
	
	background-image:url(img/menu-bg.jpg);
	width: 266px;
	margin-top: 0px;
	height:359px;
	background-repeat: no-repeat;
	padding: 14px 0px 0px 0px;
	text-align:center;
}



#menu li { list-style: none; }


#menu a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #555555;
	text-decoration: none;
	line-height: 41px;
}
#menu a:hover{
	color:#ff8304;
}
 
 
 
 