body {
	font-family: arial, Helvetica, Sans-serif;
	font-size: .8em;
	background-image:url(images/bg.jpg);
	margin:0px;
    padding:0px;
}

#border {
	margin:0px;
    padding:0px;
	width:800px;
	background-color: white;
}
#header img{
	margin:0;
	padding:0;
}
#header{
	width:795px;
	margin:0;
	padding:0;
	background-color:white;
	float:left;
}
#date {
	height: 20px;
	background-color: #009999;
	color:white;
	padding-top: 2px;
	text-indent: 1em;
	text-align: left;
	font-size:.9em;
	font-weight: bold;
	clear:both;
	margin:0 3px 0 3px;
}



#rightcontent {
	width:125px;
	float:right;
	margin:0 8px 0 0;
}
	
	
#navcontainer {
	text-align: left;
	position: relative; 
	width: 200px;
	float: left;
	margin:0 0 0 3px;
}

#navcontainer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navcontainer li {
	margin: 10px;
	padding: 0;
	border-bottom: 1px #009999 solid;
	list-style-type: none;

}

#navcontainer a {
	color: #7bb9b9;
	text-decoration: none;
	font-weight:normal;
}

#navcontainer a:hover {
	color: #009999;

	font-weight:bold;
}

#navcontainer img{
	display:block;
	margin: 1em;
	border:none;
	}

#content {
	width:435px;
	padding: 5px 10px 10px 10px;
	margin: 0 2px 0 0;
	background-color:white;
	float:left;
}
.split{
	width:270px;
	margin: 5px 5px 0 0;
	float:left;
}
#contentbig {
	width:560px;
	padding: 5px 10px 10px 10px;
	margin: 0 2px 0 0;
	background-color:white;
	float:left;
}


a:link,  a:visited {
	color: #009999;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}


hr{
	
	color: #009999;
}



h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #009999;
	text-align: left;
	margin:0;	
}

h2{
	font-size: 1.2em;
	font-weight: normal;
	color: #009999;
	text-align: left;
	margin:0;	
}
.block{
	display:block;
	padding:2px;
	background-color: #009999;
	color:white;
}
.split a{
	color:gray;
}
.split li{
	color:gray;
}
.clear{
	clear:both;
}
ul li{
list-style-type: none;
padding: 0 0 1em 0;
text-align: left;
list-style-type: square;
color:#009999;
}

.low{background-color:#009999;
	color: white;
	text-indent:5px;
	padding:10px;}
.mid{background-color:#336699;
	color: white;
	text-indent: 5px;
	padding:10px;}
.high{background-color:#009966;
	color:white;
	text-indent: 5px;
	padding:10px;}
.high1{background-image:url(images/high.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	text-indent:28px;
		}

.mid1{background-image:url(images/mid.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	text-indent:28px;
		}

.low1{background-image:url(images/low.gif);
	background-repeat:no-repeat;
	list-style-type:none;
	text-indent:28px;
		}

p {
	text-align: justify;
	color: #333333;
	margin-top:0;
}

table{
	padding: 0;
	margin: 0;
	}


td {
	text-align: left;
	font-size: .8em;
	vertical-align: top;
	margin:0;
	padding:0;
}




	
#footer { 
   width: 100%;
   clear: both;
   margin: 0;
   padding: 10px;
   text-align: center;
}

#footer p{ 
   font-size: .7em;
   font-weight: bold;
   text-align: center;
   color: #575757;
}

#footer h2{ 
   font-size: .7em;
   font-weight: bold;
   text-align: center;
   color: #009999;
}

