body {
	margin: 0px;
}
a:link, a:visited {
	color: #003466;
	text-decoration: none;
}
a:hover, a:focus {
	color: #680e0d;
}
a:active {
	color: #003569;
}
a img {
	border: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #000;
}
#container {
	float: left;
	height: 1000px;
	width: 1000px;
}
#header {
	float: left;
	height: 110px;
	width: 1000px;
}
#nav {
	float: left;
	height: 785px;
	width: 200px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	list-style-type: circle;
	list-style-position: inside;
	padding-right: 5px;
	padding-top: 10px;
}
#mainarea {
	float: left;
	height: 795px;
	width: 530px;
	padding-left: 15px;
}
#right {
	float: right;
	height: 770px;
	width: 270px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 1px;
}

#footer {
	float: left;
	height: 50px;
	width: 990px;
	background-color: #060;
	padding: 5px;
}
.footertext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}

.headingtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #e31818;
}
/*** navigation ***/
#nav {
	float: left;
	width: 150px;
	padding-right: 20px;
	color: #004080;
}
#nav ul {
	list-style-type: none;
	margin: 1em 0px;
	padding: 0px;
}
#nav ul li a {
	display: block;
	padding-left: 13px;
	font-weight: bold; 
	font-size: 14px;
	text-decoration: none;
	background: url(blt.gif) no-repeat left center;
	margin-bottom: 8px;
}
#nav ul li a:hover {
	background: url(blt-hover.gif) no-repeat left center;
	text-decoration: underline;
}
#nav ul li ul li a {
	background: none;
	font-weight: normal;
	margin-bottom: 4px;
	color: #951413;
}
#nav ul li ul li a:hover {
	background: none;
}
#nav ul li.current a {
	background: url(blt-current.gif) no-repeat left center;
	color: #060;
}
#nav ul li.current li a {
	background: none;
}
#nav h2 {
	font-size: 12px;
}
#nav h3 {
	font-size: 11px;
}
