@charset "utf-8";

/* General Body Text */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
		margin-top: -15px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	margin-left: -15px;
}

A:link				{
	color: #1E455E;
	text-decoration: none;
} 
A:visited			{
	color: #1E455E;
	text-decoration: none;
}
A:hover				{
	color: #5D8AA0;
	text-decoration: none;
}

/* headings and footers */

.head {
	color: #000000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
.subhead {
	color: #000000;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


/* misc */

 #navigation {
	position: absolute;
	top: 88px;
	left: 9px;
	width: 220px;
	height: 500px;
	vertical-align: top;
	z-index: 999;
 }

/* graphic bulleted side menu*/

#rollover ul, #rollover li {
	list-style-type: none;
	line-height: 18px;
	padding-left: 1em;
	margin-left: -35px;
}

#rollover li a {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;  
	background-position: 0 .0em;
	padding-left: 18px;
	color: #414659;
}

#rollover li a:hover {
	background-image: url(images/arrow-o.gif);
	background-repeat: no-repeat;  
	background-position: 0 .0em;
	padding-left: 18px;
	color: #ABABAB;
}

