﻿a:active {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #0099FF;
	text-decoration: none;
}
a:active.menubar {
	color: #FFFF00;
	text-decoration: none;
}
a:link.menubar {
	color: #0066FF;
	text-decoration: none;
}
a:hover.menubar {
	color: #00FFFF;
	text-decoration: none;
}
a:link.menubar {
	color: #FFFF00;
	text-decoration: none;
}
a:visited.menubar {
	color: #CCCC00;
	text-decoration: none;
}
body {

	font-family: Arial, Helvetica, sans-serif;
}
#main {
	padding: 0px;
	border-style: solid;
	margin: 0px auto auto auto;
	width: 670px;
	background-image: url('classicbkd.png');
	background-repeat: repeat-x;
}
#header {
	height: 125px;
	margin-left: 3px;
}
#menubar {
	border-width: 2px;
	width: 100%;
	border-style : solid none solid none;
	background-color: #C0C0C0;
	height: 20px;
	text-align: center;
	overflow: hidden;
}
#menubar li {
	font-size: medium;
	float: left;
	width: 90px;
}
#menubar ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#pagecontent {
	padding-left: 3px;
	padding-right: 3px;
}
#footer {
	border-top-style: solid;
	background-color: #C0C0C0;
	border-width: 2px;
	width: 100%;
	font-size: small;
	text-align: center;
}
