/* CSS Document */
body {
	font: 12px arial;
	color: #333;
	margin: 0;
	line-height: 1.7em;
	background-color: #333333;
	background-repeat: repeat-y;
	background-position: center;
}
#header { background: url(images/header.jpg);width: 790px; height: 106px; } 
#navcontainer { margin: 0 0 5px 3px; padding: 0; width: 780px;}
.main {padding: 0px 20px 0px 20px; 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;}
.page { background-image: url(images/pagebg.jpg); border: 1px solid #cccccc; padding: 0px; margin: 0px 0px 0px 0px;}

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: none;}
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;}
