a:link {
	text-decoration: none;
	color: #CC0000;
	font-weight:bold;
}

a:link img {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
	font-weight:bold;
}

a:visited img {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

a:hover {
	text-decoration: none;
	color: #CC0000;
	font-weight:bold;
}

a:hover img {
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

a:active {
	text-decoration: none;
	color: #CC0000;
	font-weight:bold;
}

/*containers*/

#logodiv {
	/*position: relative;*/
	width: 800px;
	height: 208px;
	background-image: url(webheader.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#linkdiv {
	width: 800px;
	height: 50px;
	top: 108px;
	display: block;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

#linkcatdiv {
	width: 800px;
	height: 36px;
	display: block;
	position: relative;
	top: 108px;
	text-align: center;
	vertical-align: middle;
	background-color:#b7051a;	
}

/*main text styles*/

.linktext	{
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
	color: #990000;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
}

.linkcattext	{
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	text-decoration: none;
}