body {
font-family: Arial, sans-serif;
margin:0;
padding:0;
background-image: url(../nav/images/leftbar.gif);
background-repeat:repeat-y; 
}

#siteheader {
background-image:url(../nav/images/title-logo2.jpg);
height: 130px;
background-position:left;
background-repeat:no-repeat;
margin: 0; padding: 0;

}

#headerwrapper {
background-image:url(../nav/images/strip.gif);
background-color: #83cbf7;
height: 130px;
background-position: bottom;
background-repeat: repeat-x;
margin: 0; padding: 0;

}

#siteheader h1 {display: none; margin: 0; padding: 0; }

#topsection {
}

#title h2 {display: none}
#contentwrapper{width: 100%}

#contentcolumn{
margin-left: 120px; /*Set left margin to LeftColumnWidth*/
padding-left: 0;
font-size: 80%;
}

#links { border-bottom: 1px solid #ccc; margin-left: 5px}
#links ul {margin: 5px 0 5px 20px;}
#links li {display:inline; margin: 0 20px 0 0}

#content{
margin: 0 30px 0 20px; 
}

#leftcolumn{
width: 95px;
float: left;
display: inline;
padding: 0;}


#leftcolumn ul {list-style:none; margin: 0; padding: 0; font-size: 80%; font-weight: bold; text-align: center; margin:60px 0 0 10px;}

#leftcolumn li {margin: 0; width: 95px; background-image: url(../nav/images/button.gif); margin-top: 4px; padding-top: 3px}

#leftcolumn a { color: #000;
				text-decoration: none;}
#leftcolumn a:visited{ color: #000;}
#leftcolumn a:active, #leftcolumn a:hover {color: #666;}

#credit {margin-left: 10px; font-size: 60%}

#footer{
width: 100%;
margin-top: 10px;
text-align:center;
border-top: 1px solid #ccc;
}

#footer li {display:inline; margin-right: 20px}

a:link {
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	COLOR: #660099;
	TEXT-DECORATION: none;
}

A:hover {
   COLOR: #FF0000;  
}

A:active {
	COLOR: #330066; 
	TEXT-DECORATION: none;
}

ul {list-style-image: url(../images/watbul1.gif);}

h1 {
	font-size: 175%; 
	color: #669966;
}

h2 {
	font-size: 125%; 
	Color: #669966;
}

h3 {
	font-size: 100%; 
	color: #993333;
}

h4, h5 {
	font-size: 100%; 
	color: #669966;
}


ul, ol {
	padding: 0;
	margin: 0.25em 0.5em 1em 2.5em;
	}
	


@media print {
#contentcolumn {margin: 0}
#leftcolumn, #topnav {display: none}
#siteheader h1, #title h2 {display: block}

}

