/* CSS Document */
body { font: 12px arial; color: #333; margin: 0; line-height: 1.7em; background: #6993BD;}
html { }

#wrapper { 
width: 790px;  
margin-top: 20px; 
margin-right: auto; 
margin-left: auto; 
border-top: 1px solid #333; 
border-right: 1px solid #333; 
border-bottom: 1px solid #333; 
border-left: 1px solid #333;
background: #fff;
}
#header { background: url(images/header.jpg);width: 790px; height: 106px; } 
#navcontainer { margin: 0 0 5px 3px; padding: 0; width: 780px;}
#main { width: 400px; margin: 5px 0 0 10px; font-size: 11px; text-align: justify; }

#rightcontent { float: right; border: 1px none #999; width: 280px; height: 700px; margin: 10px; }

#footer { height: 20px; background: #EDCA2B; border-top: 1px solid #333; padding: 4px; font-size: 10px; }

.image { float: right; border: 1px solid #999;  margin: 8px;}
hr { height: 1px; color: #999; border-botom: 1px solid #fff; }

#box { background: #F5F5FF; color: #333; border: 1px solid #999; padding: 4px; margin: 10px 0 10px 0;}

h1 { font-size: 18px; color: #6993bd; font-weight: bold; margin: 10px 0 10px 0;}
h2 { font-size: 14px; color: #136C4B; margin: 8px 0 5px 0;}

a:link { color: #316394; text-decoration: underline;}
a:active { color: #316394; text-decoration: none;}
a:hover { color: #98B3CE; text-decoration: underline;}
a:visited { color: #316394; text-decoration: none;}

#footer a:link { color: #316394; text-decoration: underline;}
#footer a:active { color: #316394; text-decoration: none;}
#footer a:hover { color: #98B3CE; text-decoration: underline;}
#footer a:visited { color: #316394; text-decoration: none;}


#navlist li
{
display: inline;
list-style-type: none;
margin: 0;
text-align: left;
padding-right: 3px;
padding-left: 0;
}

ul#navlist { margin: 0; padding: 0;}
#navlist a:link { font-size: 12px; color: #316394; font-weight:bold; text-decoration: none;}
#navlist a:active { font-size: 12px; color: #316394; font-weight:bold; text-decoration: none;}
#navlist a:visited { font-size: 12px; color: #316394; font-weight:bold; text-decoration: none;}
#navlist a:hover { font-size: 12px; color: #98B3CE; font-weight:bold; text-decoration: underline;}


.clearer {
clear:both;
height:1px;
overflow:hidden;
margin-top:-1px; 
}
p {
	font-family: Arial, Helvetica, sans-serif;

}
.blue {
	background-color: #ddFFdd;
}
