/* CSS Document */
body {
font-family : Georgia, Serif; 
font-size : 12px; 
color : #074028; 
margin : 0; 
border : 0;
padding: 0;
background-color : #0d6741;
text-align : justify;
cursor:default; 
} 

table, tr, td {
margin : auto;  
border : 0; 
} 


A:link {COLOR: #53A766; text-decoration: none; font-weight:bold}
A:visited {COLOR: #53A766; text-decoration: none;  font-weight:bold}
A:hover {COLOR: #53A766; text-decoration: underline; font-weight:bold}


#container {
width : 950px; 
margin : auto; 
text-align : justify; 
margin-top : 0px;
float : left;

 
} 

#header {
width : 950px;} 

#main {
float : center; 
width : 700px; 
padding-bottom : 0px;
} 

#body {margin : auto; 
float : left; 
width : 300px; 
padding-bottom : 8px;
margin-left: 20px;
}

#footer
{
clear : both; 
margin : auto; 
padding: 0;
border: 0;
}

.text {
color : #074028; 
font-size : 12px; 
font-weight : normal; 
margin-bottom : 20px; 
margin-top : 15px; 
padding-bottom : 2px; 
width : 100%;
text-align : justify;  
} 

.title {
color : #059944; 
font-size : 14px;
font-variant:small-caps;
font-family : Georgia, Serif; 
text-align : right;
border-bottom: thin dotted #059944;   
margin-top : 0px;} 



