* { padding: 0; margin: 0; }

body
{
    background: url(images/bg.gif) repeat-x #FFE691;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 11px;   
}         

a {
      text-decoration: none;
}

a:hover {
      text-decoration: underline;
}         

/* ########################################################################################### */

#print
{
    display: none;
}

#align
{
    position: relative;
    width: 770px;
    margin: 0 auto;            
}                      
#container a img
{
    position: relative;
    float: left; 
    padding: 24px 0px 25px 0px;
    border: 0;
}

#container
{
    position: relative;
    float: left; 
    background: url(images/top.jpg) no-repeat top center;
    width: 740px;
    height: 100%;
    padding: 0px 15px 0px 15px;
    margin: 0 auto;                 
}

/* ########################################################################################### */

#topline
{
    position: relative;
    float: left;
    width: 720px;
    height: 23px;
    text-align: right;
    color: #FFFFFF;           
    padding: 5px 20px 0px 0px;          
}  

/* ########################################################################################### */

#content_container
{
    position: relative;  
    float: left;   
    width: 515px;              
}

#c_top
{
    position: relative;
    float: left;
    background: url(images/c_top.gif) no-repeat left;
    width: 515px;
    height: 20px;
}
#c_bottom
{
    position: relative; 
    float: left;
    background: url(images/c_bottom.gif) no-repeat left;
    width: 515px;
    height: 20px;
}

/* ########################################################################################### */

#content
{
    position: relative; 
    float: left;
    background: url(images/c.gif) repeat-y;
    width: 460px;
    padding: 0px 20px 20px 20px;
    font-family: Arial;    
    font-size: 13px;
    line-height: 180%;
    
}

#content h1
{                       
    font-size: 24px;
    color: #FB7524;
    font-weight: normal;
    padding-bottom: 10px;
}

#content h2
{                        
    font-size: 15px;
    color: #7c9430;
    font-weight: normal;
	line-height: 190%;
    padding-bottom: 10px;
}

#content h3
{                        
    font-size: 13px;
    color: #835f03;
    font-weight: bold;
	line-height: 150%;
    padding-bottom: 10px;
}

#content p
{
    padding-bottom: 10px;
}

#content ul
{
    list-style-type: disc;
	color: #835f03;
    margin-left: 30px;
	line height: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	
}

#content img
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#content li
{

}

/* ########################################################################################### */

#menu_container
{
    position: relative;
    float: left;
    width: 225px;            
}

#m_top
{
    position: relative;
    float: left;
    background: url(images/m_top.gif) no-repeat;
    width: 225px;
    height: 20px;
}
#m_bottom
{
    position: relative; 
    float: left;
    background: url(images/m_bottom.gif) no-repeat;
    width: 225px;
    height: 21px;
}

#m2_top
{
    position: relative;
    float: left;
    background: url(images/m2_top.gif) no-repeat;
    width: 225px;
    height: 20px;
    margin-top: 15px;
}
#m2_bottom
{
    position: relative; 
    float: left;
    background: url(images/m2_bottom.gif) no-repeat;
    width: 225px;
    height: 20px;
}

#m2
{
    position: relative; 
    float: left;
    background: url(images/m2.gif) repeat-y;
    width: 185px;
    padding: 0px 20px 0px 20px;   
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #E87F13;
    text-align: center;
    line-height: 180%; 
}                      
#m2 a img
{              
    padding: 0;
    margin-top: 5px;
    border: none;
}
/* ########################################################################################### */

#menu
{
    position: relative; 
    float: left;
    background: url(images/m.gif) repeat-y;
    width: 185px;
    padding: 0px 20px 0px 20px;   
}

#menu ul
{               
    position: relative; 
    float: left;
    width: 185px;
    list-style: none;
}

#menu ul li
{                            
    border-bottom: 1px solid #CEDD9B;                         
}
#menu ul li a
{
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #7C9430;          
    padding: 7px 0px 7px 0px;    
}
#menu ul li a:hover
{
    text-decoration: none;
    color: #526416;
}
#menu ul li a.sel
{
    font-weight: bold;
    color: #526416;
}

/* ########################################################################################### */

#footer
{
    position: relative;
    float: left;
    width: 740px;
    border-top: 1px solid #F6BD5F;
    padding: 10px 0 0 0;
    margin-top: 15px;
	margin-bottom: 15px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #e87f13;
	text-align: center;         
}
#footer a
{
    color: #e87f13;          
}