body	{
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

A:link, A:visited {color: #C03125; background: none; text-decoration: none;}
A:hover {color: #FEAA4C; background: none; text-decoration: underline;}
A:active {color: #FEAA4C; background: none; text-decoration: none;}

A.menuoff:link, A.menuoff:visited {color: #FFFFFF; background: none; text-decoration: none;}
A.menuoff:hover {color: #B369AB; background: none; text-decoration: none;}
A.menuoff:active {color: #B369AB; background: none; text-decoration: none;}

A.menuon:link, A.menuon:visited {color: #FFF6FD; background: none; text-decoration: none;}
A.menuon:hover {color: #FFF6FD; background: none; text-decoration: underline;}
A.menuon:active {color: #FFF6FD; background: none; text-decoration: none;}

TD.vertdiv {
	background: url('/images/divider.gif');
	background-repeat : repeat-y;
}

DIV.col1 {
	width: 320px;
	margin: 0 20px 0 0;
}

DIV.col2 {
	border-left: 1px dotted #918C8C;
	padding: 0 0 0 20px;
}

DIV.comments {
	background-color: #000000;
	border: 1px solid #918C8C;
	padding: 10px 10px 10px 10px;
	margin-bottom: 20px;
}

.searchbox {
	width: 120px;
	background-color: #ffffff;
	border: 1px solid #000000;	
}

.formfields {
	width: 300px;
	background-color: #B369AB;
	border: 1px solid #918C8C;
	font-weight: bold;
}

.formfieldsnowidth {
	background-color: #B369AB;
	border: 1px solid #918C8C;
	font-weight: bold;
}

<!-- Calendar CSS added by CW 10/4/04 -->
div#links {font-size: 12px; z-index: 100; 
	width: 200px; text-align:center; 
	padding-bottom: 5px;}
div#links a {text-align: center; text-decoration: none; }
div#links a:hover {color: Black; display:block; background-color:none;}
#links {text-align:center;}
div#links a span {display:none;}
div#links a:hover span {
	display:block; 	
    font-weight:normal;
    position: absolute; top: 145px; left: 130px;  /*set position here*/
    width: 740px; z-index: 100;   
    color:#FEAA4C; 	font-size: 17px; text-align:center;    /*set color of titles here*/ }

.calhead { background-color:#BBBBBB; color:Black;vertical-align:middle; text-align: center; width: 14%; border-bottom: solid 1px #AAAAAA; font-size: 13px; }
.calendar1 {width:14%; height:20px;    /*specifies 1st rotating cell info*/
	text-align:center; vertical-align:middle; 
	background-color:#eeeeee;
	border-bottom: solid 1px #BBBBBB; font-size: 13px;}
.calendar2 {width:14%; height:20px;    /*specifies 2nd rotating cell info*/
	text-align:center; vertical-align:middle; 
	background-color:#dddddd;
	border-bottom: solid 1px #BBBBBB; font-size: 13px;}
.caltoday {	font-size: 13px;          /*specifies this day's rotating cell info*/
	background-color:#BBBBBB; border-bottom: solid 1px #BBBBBB;
	vertical-align:middle; text-align: center; width: 14%;}
