a:link, a:visited, a:hover {text-decoration: none}
a:link, a:visited {color:#0000ff}
a:hover {color:#ff0000}

.menulink
{
  display: block;
  padding: 1px;
  background-color: #808080;
  text-align: left;
  padding-left: 12px;
  width: 191px;
}

.menulink:link, .menulink:visited
{
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
	border-top-color: #c0c0c0;
	border-top-style : solid;
	border-top-width : 2px;
	border-bottom-color: #404040;
	border-bottom-style : solid;
	border-bottom-width : 2px;
	border-left-color: #c0c0c0;
	border-left-style : solid;
	border-left-width : 2px;
	border-right-color: #404040;
	border-right-style : solid;
	border-right-width : 2px;
}

.menulink:hover
{
	color: #44FF44;
	background-color: #505050;
	border-bottom-color: #c0c0c0;
	border-top-color: #404040;
	border-left-color: #404040;
	border-right-color: #c0c0c0;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.disclaimer
{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 9px;
	padding: 4px;
}












#thelogo
{
	width: 210px;
	height: 111px;
	position: absolute;
	top: 20px;
	left: 30px;
	background-image: url('images/logo.jpg');
}

#toppagerepeat
{
	background-image: url('images/bannerrepeater.jpg');
	background-repeat: repeat-x;
	position: absolute;
	top: 10px;
	left: 0px;
	height: 93px;
	width: 100%;
}

#sideimage
{
	width: 208px;
	height: 200px;
	position: absolute;
	top: 129px;
	left: 31px;
	background-image: url('images/sidepic.jpg');
}

#sidelinks
{
	width: 208px;
	position: absolute;
	top: 329px;
	left: 31px;
}

#topspacer
{
	width: 100%;
	height: 100px;
	float: left;
}

#leftspacer
{
	width: 260px;
	float: left;
	height: 420px;
}

#pagecontent
{
	width: 540px;
	float: left;
}

#footerspace
{
	clear: left;
	padding: 2px;
	background-color: #404040;
}

#footer
{
	clear: left;
	background-color: #808080;
}
