/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 11px;
	color: #666666;
	margin:0 0 15px 0;
}
a {
	color: #9B0000;
	text-decoration:underline;
}
a:visited {
	color: #9B0000;
}
.side {
	color: #000000;
}
.side a {
	color: #9B0000;
}
.side a:visited {
	color: #9B0000;
}
.footer {
	color: #9B0000;
	font-size:11px;
}
.footer a {
	color: #9B0000;
	text-decoration:none;
}
.footer a:hover {
	color: #9B0000;
	text-decoration:underline;
}
.footercopy {
	color: #FFCC00;
	font-size: 10px;
	font-weight: bold;
}
.header1 {
	color: #990000;
	font-size: 18px;
	line-height: 22px;
}
h4 {
	color:#990033;
}
.markermenu {
	width: 170px; /*width of menu*/
}
.markermenu ul {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #9A9A9A;
}
.markermenu ul li a {
	background: white url(images/arrow_right_white.gif) no-repeat 2px center;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #B5B5B5;
}
* html .markermenu ul li a { /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}
.markermenu ul li a:visited, .markermenu ul li a:active {
	color: #00014e;
}
.markermenu ul li a:hover {
	color: black;
	background-color: #ffffcb;
	background-image:url(images/arrow_right_red.gif); /*onMouseover image change. Remove if none*/
}
/* Holly Hack for IE \*/
* html .markermenu ul li {
	height: 1%;
}
* html .markermenu ul li a {
	height: 1%;
} /* End */

