@media all
{

* { 
margin:0; 
padding: 0; 
}

* html body * { 
overflow:visible; 
}

* html iframe, * html frame { 
overflow:auto; 
}

* html frameset { 
overflow:hidden; 
}

html { 
height: 100%; 
margin-bottom: 1px; 
}

body {
color: #aaa;
background: #fff;
text-align: left;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 75.00%;  
}

#header { position:relative; }
#header #topnav {
position:absolute;
top: 10px;
right: 10px;
}

#header_container, 
#nav, 
#main, 
#footer { 
clear:both; 
}

#col_left{ 
width: 150px;

float:left;
}

#col_rgt { 
width: 200px;
 
}

#col_mid { 
width:720px; 

float:left;
}

#col_left_content, 
#col_mid_content, 
#col_rgt_content { 

}

textarea, code {
font-family:  "Courier New", Courier;  

}

h1,h2,h3,h4,h5,h6 { 
color:#132103;	
font-weight:bold; 
margin: 16px; 
}

h1 { 
font-size: 160%;  
}                      

h2 { 
font-size: 150%; 
}       

h3 { 
font-size: 140%; 
}                      

h4 { 
font-size: 130% 
}                   

h5 { 
font-size: 120% 
}                    

h6 {
font-size: 105%
} 

#header h1 {
font-size:2.5em;
letter-spacing:-2px;
line-height:65%;
color:#aaa;
}


p { 
line-height: 1.7em; 
margin: 0 0 2em 0; 
}

ul, ol{ 
line-height: 2em; 
margin: 0 0 2em 2em 
}

li { 
margin-left: 2em; 
line-height: 2em 
}

a {
text-decoration:none;
font-weight:normal;
color:#006622;
}

a:focus,
a:hover,
a:active {
text-decoration:underline;
color:#3fad11;
}

table { 
width: auto; 
border-collapse:collapse; 
margin-bottom: 0.5em; 
}

hr {
margin:1em;
height:1px;	
border:none;
border-top:1px solid #2e9c00;
}

acronym {
border-bottom:1px #2e9c00 dotted;
cursor:help;
}

fieldset, img { 
border: 0 solid; 
}

ul, ol, dl { 
margin: 0 0 1em 1em 
}
li { 
margin-left: 2em; 
line-height: 2em; 
}

blockquote { 
margin: 0 0 1em 2em; 
}
option { 
padding-left: 0.7em; 
}


}






 ul, ol, dl {
              position: relative;  }
