body, html {
font-style: normal; 
font-variant: normal; 
font-weight: normal; 
font-family: Verdana;
background-color: #BFE0DB; 
color: #000000;
margin:0;
margin-top:5px;
margin-bottom:5px;
padding:0;
}

/*table {font-size:12px; background-color: #ffffff; border:1px solid #2A7B6B;}*/

#jsborder {
border: 1px solid #2A7B6B;
height: 200px;
width: 200px;
}

#wrapper {
width:800px;
margin:0 auto;
border:1px solid #2A7B6B;
background-color:#ffffff;
}

#header {
height: 169px;
width: 800px;
padding:0px;
margin:0px;
background-image: url(images/main.jpg); 
background-repeat: no-repeat;
}

#sidebar {
float:left;
width:150px;
background-color: #ffffff; 
color: #388E8E; 
text-align:right;
font-size:12px;
padding:10px;
/*border-left:1px solid #2A7B6B;*/
/*border-right:1px solid #2A7B6B;*/
word-wrap: break-word;
overflow: hidden;
}


#content {
width:610px;
float:right;
background-color: #ffffff;

color: #000000;
font-size:12px;
padding:10px;
/*border-right:1px solid #2A7B6B;*/
/*display:inline;*/
}

#contentbottom {
height:135px;
background-image: url(images/runner.gif); 
background-position: bottom right;
background-repeat: no-repeat;
}


#footer {
clear:both;
background-color: #ffffff; 
color: #2A7B6B;
font-size:10px;
text-align:center;
padding-top:5px;
padding-bottom:5px;
border-top:1px solid #2A7B6B;
}

a:link, a:active, a:visited {
color: #2B7D6C; 
font-weight: bold; 
text-decoration: none; 
}

a:hover{
color: #2B7D6C;
font-weight: bold; 
text-decoration: underline;
}

#sidebar a:hover{
color: #ffffff;
background-color: #2B7D6C; 
font-weight: bold; 
text-decoration: none;	
display: inline;
}

.source { font-size:10px; font-weight: bold; font-style: italic; display:inline;}
.source a{ font-size:10px; }

.hdrtxt {
color: #000000;
font-size: 14px;
font-weight: bold;
}

