a {
	color: #330000;
}
a:visited {
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
body
{
	background-color: #42adff;
	margin: 0;
}
h4
{
	margin: 0px;
}
.nav_block
{
	background-color: #ffffff;
	background-image: url(nav_bg.gif);
	width: 150px;
	position: absolute;
	top: 35px;
	left: 8px;
	z-index: 1;
}
 body>div.nav_block
 {
	position: fixed;
 }

.nav_items
{
	width: 135px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 13px;
	text-transform: capitalize;
	line-height: 18px;
	margin-left: 10px;
}
.nav_link
{
	color: black;
	text-decoration: none;
	z-index: 3;
}
.nav_current
{
	color: red;
	text-decoration: none;
	z-index: 3;
}
.printer_friendly
{
	background-color: #ffffff;
	margin: 10;
	
	font-family: Palatino, Times New Roman, Times, Serif;
	font-size: 12px;
	line-height: 18px;

}
.content
{
	font-family: Palatino, Times New Roman, Times, Serif;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	position: absolute;
	top: 8px;
	left: 155px;
	background-color: #ffffff;
	border: #0000ff solid 3px;
	width: 650px;
	padding: 4px 10px 10px 10px;
}

.header
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.subheader
{
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: brown;
	text-decoration: underline;
}
.date
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.list_link
{
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.acronym
{
	color: #ff0000;
}

.shortcut
{
	color: #0000ff;
	font-weight: bold;
}

.logo {
	left: 7px;
	top: 10px;
	position: absolute;
	z-index: 2;
}

body>div.logo
{
	position: fixed;
}

.ct
{
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
