.content
{
   font-family: Verdana; 
   font-size: 10px; 
   color: #5D7887; 
   text-decoration:none;
}

a.copyright-link, a.copyright-link:link ,  a.copyright-link:visited ,  a.copyright-link:active
{
   font-family: Verdana; 
   font-size: 10px; 
   color: #ffffff; 
   text-decoration:none;
}
a.copyright-link:hover
{
   font-family: Verdana; 
   font-size: 10px; 
   color: #000000; 
   text-decoration:none;
}
#menu
{
	float: left; width: 180px;
	background-color: #EFEFEF;
	padding-top: 30px;
	font-size: 90%;
}
#menu a {display: block; width: 100%; color: darkBlue; text-decoration: none; 
         padding: 4px; margin-left: 8px; margin-top: 2px; margin-bottom: 2px;}
#menu a:hover {color: darkOrange; background-color: White;}

#menu a.on {color: red; background-color: yellow;}

.copyright
{
   font-family: Verdana; 
   font-size: 10px; 
   color: #ffffff; 
   text-decoration:none;
}

a.category, a.category:link ,  a.category:visited ,  a.category:active
{
   font-family: Verdana; 
   font-size: 10px; 
   color: #1E4157; 
   text-decoration:underline;
}
a.category:hover
{
   font-family: Verdana; 
   font-size: 10px; 
   color: #000000; 
   text-decoration:underline;
}

a.bottom-links, a.bottom-links:link ,  a.bottom-links:visited ,  a.bottom-links:active
{
   font-family: Verdana; 
   font-size: 9px; 
   color: #5D7887; 
   text-decoration:underline;
}
a.bottom-links:hover
{
   font-family: Verdana; 
   font-size: 9px; 
   color: #000000; 
   text-decoration:underline;
}

.title
{
   font-family: Verdana; 
   font-size: 10px; 
   color: #ffffff; 
   text-decoration:none;
   font-weight:bold;
}

.green
{
   font-family: Verdana; 
   font-size: 10px; 
   color: #5D7887; 
   text-decoration:none;
}.pageTitle {
	font-family: Verdana;
	font-size: 12pt;
	color: #669999;
	text-decoration:none;
	line-height: normal;
	font-weight: bold;

}
.contentInner {
	font-family: Verdana;
	font-size: 8pt;
	color: #333333;
	text-decoration:none;
	font-weight: normal;

}
.contentInnerHigh {
	font-family: Verdana;
	font-size: 10pt;
	color: #666633;
	text-decoration:none;
	font-weight: bold;

}
.links {

   font-family: Verdana; 
   font-size: 10pt; 
   color: #333333; 
   text-decoration:none;
}
a.links:hover {

   font-family: Verdana; 
   font-size: 10pt; 
   color: #FF0000; 
   text-decoration:none;
}
.tableTitle {

	font-family: Verdana;
	font-size: 10pt;
	color: #908F57;
	text-decoration:none;
	line-height: normal;
	font-weight: bold;
}
.contentDescription {

   font-family: Verdana; 
   font-size: 10px; 
   color: #5D7887; 
   text-decoration:none;
}
.contentDescriptionHigh {
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
	text-decoration:none;
	font-weight: normal;

}
IMG 	{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	}
.clsTitle
{
	
	FONT-SIZE: 13pt;  
	FONT-FAMILY: Verdana, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	color:White;
	FONT-WEIGHT: bolder; 
	font-family: Verdana;
	background-color:Maroon;
	
}
.pageHeading {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR:White; FONT-FAMILY: Verdana, Helvetica, sans-serif; TEXT-DECORATION: none
}

/* categories */

ul#categories {
	width:150px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 11px;
	top: 0px;
	left: 0px;
}

ul#categories li {
	display: block;
	padding: 0px;
	line-height: 30px;
	border-bottom: 1px #e4d0c7 solid;
	border-top: 1px solid #f9faf7;
	height: 30px;
	margin-top: -2px; 
	margin-bottom: -2px;
}

*> ul#categories li { margin-top: 0px; margin-bottom: 0px; }

ul#categories li.selected {
	text-decoration: none; 
	background-color:Transparent;
}

ul#categories li a {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 40px;
	line-height: 30px;
	text-decoration: none;
	font-size: 15px;
	color: #000;
	background: url(img/arrow.gif) 26px 12px no-repeat;
}
ul#categories li a:hover { 
	text-decoration: underline; 
	background-color:Gray;
	
}
