 
body {

	margin: 0;
	padding: 0;
	background: url(blue10.jpg);
	font: medium Arial, Verdana, sans-serif;}

h1, h2, h3, h4 {

	color: #900;
	background: inherit;}

h2, h3 {

	border-bottom: thin solid;}

#header {

 	margin-bottom: 15px;
	text-align: center;
	border-bottom: thick solid;
	background: transparent;
	color: #900;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 1em;}

#header a, #header a:link {

	color: #900;
	background: inherit;}

#header #logo a, #header #logo a:link {
	color: white;
	background: transparent;}

#header a:visited {

	text-decoration: none;
	color: #900;
	background: inherit;}

#header a:hover {

	text-decoration: underline overline;
	color: red;
	background: white;}

#header a:active {

	text-decoration: line-through;
	color: yellow;
	background: black;}


#lhead {
	float: left;}

#rhead {

	float: right;}
	
p {
	line-height: 1.5em;}
	
li {
	line-height: 1.5em;}

#col1 {

	float: left;
	width: 18%;
	margin-left: 3%;
	display: inline;}

#col1 a {

	display: block;
	text-indent: 1em;
	text-decoration: none}

#col1 a:link {

	color: green;
	background: inherit;}

#col1 a:visited {

	color: red;
	background: inherit;}

#col1 a:hover {

	color: yellow;
	background: red;}

#col1 #current {
	
	color:black;
	background: orange;}

#col2 {

	float: left;
	width: 39%;
	margin-left: 3%;
	padding-right:1%;
	line-height: 1.5em;}

#col3 {

	float: left;
	width: 30%;
	margin-left: 3%;}

#col3 a {

	padding-bottom: 4px;}

#col4 {

	float: left;
	width: 69%;
	margin-left: 3%;}

#footer {

	clear: both;
	font-size: .8em;
	text-align: center;
	color: #777;
	background: inherit;
	border-top: thin solid;} 