/* custom stuff */
#maincontainer{
width: 846px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background:#FFFFFF;
}

#mainmenusection {
        background:url(images/contentbg2.png) repeat-y;
        width: 846px;
		height:100%;
		font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 120%;
		color: #404040;
		padding: 0 0 0 0;
		
		
}
 

#footer {
	    margin-top: -10px;
	    margin-left: 0px;
        height: 131px;     
        text-align: center;
        clear: both;
        background:#a1a677 url(images/footer2.png);
		vertical-align:bottom;
		padding: 0 0 0 0;
}
 	
#bottom_bottom {
        height: 30px;
        background: #161e23;     
        clear: both;
        height: 30px;
        line-height: 30px;

}
 
#top {
        height: 160px;     
        clear: both;
		background:url(images/top.jpg) repeat-x;
}
#top_top {
        height: 30px;
        background: #161e23;     
        clear: both;
        color: #999;
}
 
a:link {
	color: #6F7441; 
	text-decoration: none;
}

 
a:hover {
        color: #324553;
      
}
 
a:visited {
        color: #a7d0ff
		text-decoration: none;
      
}
 
 
 
html {
  height: 100%;
  margin-bottom: 1px;
}
 
BODY {
        margin: 0px 0px 0px 0px;
        background-image: url("images/pagebg.jpg") repeat scroll 0 0;; 
	
        height: 100%;
}
 
td,tr,p,div,br{
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 150%;
		color: #404040;
		text-align: justify;
		vertical-align: top;
}
p.body{
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 120%;
		color: #404040;
}

p.body_small{
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 110%;
		color: #404040;
}
 
td.body_small{
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 110%;
		color: #404040;
}
span.body_small{
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 10px;
		line-height: 110%;
		color: #404040;
}

span.header{
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 110%;
		color: #404040;
}
p.header{
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 110%;
		color: #404040;
}
td.header{
        font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 110%;
		color: #404040;
}


#left_menu {
position:absolute;
	margin-top: -4px;
	margin-left: -3px;
	width: 167px;
}
#content{
position: relative;
left: 167px;

}
p.ul{
line-height:8px;
font-size:12px;
}
ul li {
	list-style: square;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 120%;
	padding-left: 10px;
}

