a:link.menu
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:visited.menu
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
} 
a:active.menu
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.menu
{
	color: #F8F8FF;
	text-decoration: none;
	font-weight: bold;
}




a:link, a:visited
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

a:active 
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover
{
	color: #B22222;
	text-decoration: underline;
	font-weight: bold;
}
body
{
	background-color: ghostwhite;
	color: #000000;
	margin-top: 10px;
	padding: 5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px; padding-top: 2px; padding-bottom: 2px;
}

table .nav-bar { font:Verdana, Arial, Helvetica, sans-serif; font-size:9px; font-weight:bold; color:333333;}

hr
{
	color: #CCCCCC;
	width: 98%;
}

img:a:link
{
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}

.pagetitle
{
	color: #B22222;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold; 
    text-align: left;
    border-bottom: 1px solid #cccccc;
    padding-left: 20px;
	margin-top: 10px;
}

.newsheading
{
	align: left;
	font-size: 10pt;
	font-family: Verdana;
	color: black;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 5px;
}

.newsdate
{
	align: left;
	font-size: 7pt;
	font-family: Verdana;
	color: gray;
	margin-top: 0px;
	margin-bottom: 1px;
}

.menuitems{
padding-left:5px;
padding-right:5px;
}

.borderit img{
border: 1px solid ghostwhite;
}

.borderit:hover img{
border: 2px solid #B22222;
}

.borderit:hover{
color: red; /* irrelevant definition to overcome IE bug */
}