.mainborder {
	border: 2px solid #CCCCCC;
}
.leftSolidBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.menuBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.newsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.size12Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.menuDivideBorder {
	border-top: 1px none #EFEFEF;
	border-right: 1px none #EFEFEF;
	border-bottom: 1px solid #EFEFEF;
	border-left: 1px none #EFEFEF;

}
.topBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.rightBorder {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
background {
	background-color: #EFEFEF;
}
a {
	color: #CC0000;
	text-decoration: none;
}
.handcursor {
	cursor: hand;
}
.allBorder {
	border: 2px solid #CCCCCC;
}
.rightDashed {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.rightThin {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* div#links {position: absolute; top: 81px; left: 0; width: 166px; height: 700px; font: 16px Verdana, sans-serif; z-index: 100;} */

div#links {
	width: 185px;
	padding: 0;
	margin: 0;
}

div#links a {
   display: block; 
   text-align: left; 
   padding: 5px 10px; 
   margin: 0 0 1px; 
   border-width: 0; 
   text-decoration: none; 
   color: #FFF; 
   background: #cc0000;
}

div#links a:hover {
   color: #FFF;
   background: #990000; 
   font-weight: bold;
   border: 1px solid #ccc;
}

div#links a span {
	display: none;
}

/* div#links a:hover span {
	display: block;
    position: static;
	width: 150px;
    padding: 5px; 
    color: #FFF; 
	background: #990000;
    font-size: 10px;
	font-weight: bold; 
    border: 1px solid #ccc;
	text-align: left;
}								*/

div#links a:hover span {
	display: block;
    position: absolute;
	top: 500px; 
	left: 420px; 
	width: 370px;
    padding: 5px; 
	margin: 10px; 
	z-index: 100;
    color: #FFF; 
	background: #990000;
    font: 12px;
	font-weight: bold; 
   border: 1px solid #ccc;
	text-align: center;}		

