* { 
padding : 0; 
margin : 0; 
} 

body { 
font : 85% "Trebuchet MS", Arial, Helvetica, sans-serif; 
font-size : 14px; 
background : #B4B4B4; 
} 

.clear { 
clear : both; 
background : none; 
} 

 

#wrapper { 
margin : 10px auto; 
width : 800px; 
} 






#content { 
float : left; 
color : #333; 
background : #D5F0F7; 
border: 1px ;
border-color: #666F83;
border-style: solid;

padding : 10px; 
margin : 20px auto; 
min-height : 450px; 
width : 780px; 
display : inline; 
text-align : justify; 
font-size : 1.2em; 
} 

#content h1 { 
color : #073570; 
font-size : 3.1em; 
font-weight : bolder; 
text-align: center;
} 

#content h2 { 
color : #073570; 
font-size : 1.6em; 
font-weight : bold; 
padding-top : 20px; 
} 

#content h4 { 
color : #073570; 
font-size : 1.1em; 
font-weight : bold; 
padding-top : 20px; 
background: #B4B4B4;
padding: 4px;
} 


.navigation { 
height : 30px; 
width : 500px; 
margin : 0 0 0px 0px; 
padding : 5px; 
position: relative;
top: 50px;
left: 140px;
} 


.navigation a { 
color : #5B5F5F; 
display : block; 
float : left; 
font-size : 1.2em; 
font-family : "Trebuchet MS", Verdana, Arial; 
text-decoration : none; 
width : 150px; 
height : 30px; 
} 


.navigation a:hover { 
color : #ffffff; 
} 


.navigation ul { 
padding : 0; 
margin-left : 1px; 
margin-bottom : 0; 
}

 
.navigation li { 
display : inline; 
background-color : #B4B4B4; 
width : 150px; 
height : 28px; 
float : left; 
margin-left : 5px; 
text-align : center; 
} 


.navigation li a { 
color : #FFF9BD; 
display : block; 
float : left; 
line-height : 28px; 
text-decoration : none; 
} 


.navigation li a:hover, .navigation li.selected a { 
color : #f1f1f1; 
} 


.dropmenu { 
position : absolute; 
border : 1px solid #0066CC; 
border-width : 0 1px; 
font :  Verdana; 
font-size : 1.1em; 
line-height : 30px; 
z-index : 100; 
min-width : 148px; 
visibility : hidden; 
margin-top : 1px; 
} 


.dropmenu a { 
width : auto; 
display : block; 
background-color : #F5F3CC; 
text-indent : 5px;
text-align: left; 
border :0 solid #B4B4B4; 
border-bottom-width : 1px; 
text-decoration : none; 
color : #000066; 
} 


input
{
padding: 4px; 
}

table
{
padding: 20px; 
margin-left: auto;
margin-right: auto;

}

