body {background-image: url(./images/cnvbkgnd.jpg); 
	overflow:auto;
	background-repeat:repeat; 
	color: navy; 
	
	
	font-family: verdana, arial, sanf-serif;
	font-size: 12px; 


	}
h1, h3, h5 {color:navy;  font-family:arial} 
h2, h4, h6 {color:Navy; font-family:times new roman,times}

A:link {color: purple; }
A:visited {color: black; }
A:active {color: black; }


#header {
 background-color: #B0E0E6;
 border-bottom: 1px solid #333;
}
#columnLeft {
	position:absolute;
	top:250px;
	left:0px;
	width:200px;
	padding:10px;
}

#main {
		margin: 0px;
}

#columnCenter {
			border: 0px;
			margin: 0 210px 0 210px;
		}

#columnRight {
 top: 250;
 float: right;
 width: 200px;
 padding-top: 1em;
 margin-left: 200px;
 margin-right: 200px;
}
#footer {
 clear: both;
 background-color: #B0E0E6;
 padding-bottom: 1em;
 border-top: 1px solid #333;
 padding-left: 200px;
}  

#list-menu ul {
	margin: 0; 
	padding: 0;
	height: 100%;
	float: left;
	list-style-type: none;
} 

#list-menu li {
	margin: 2px 0 0;
} 

#list-menu a {
	display: block;
	width:120px;
	padding: 2px 2px 2px 10px;
	border: 1px solid #000000;
	background: #0000CD;
	text-decoration: none; /*lets remove the link underlines*/
} 


#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #FFFFFF;
}

#list-menu a:hover {
	border: 1px solid #000000;
	background: #FF0000;
	color: #ffffff;
} 
