body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	background: url(imgs/content_tile.gif) repeat left;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #483D8B;
	text-transform: uppercase;
}
#masthead {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 204px;
	z-index: 1;
	visibility: visible;
}
#navbar {
	position: absolute;
	left: -19px;
	top: 193px;
	width: 592px;
	height: 20px;
	z-index: 7;
	visibility: visible;
}
#navbar ul li {
	display: inline;
	list-style-image: none;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	line-height: 14px;
	margin-left: 0px;
	padding-right: 12px;
}
#navbar a:link {
	color: #8B0000;
	text-decoration: none;
	border-left: 6px solid #FFCC00;
	padding-left: 4px;
}
#navbar a:visited {
	color: #8B0000;
	text-decoration: none;
	border-left: 6px solid #FFCC00;
	padding-left: 4px;
}
#navbar a:hover {
	color: #003399;
	text-decoration: none;
	border-left: 6px solid Red;
	padding-left: 4px;
}
#title {
	position: absolute;
	left: 41px;
	top: 242px;
	width: 363px;
	height: 36px;
	z-index: 5;
	visibility: visible;
}
#main {
	padding-left: 15px;
	position: absolute;
	left: 32px;
	top: 305px;
	width: 457px;
	z-index: 2;
	visibility: visible;
}
#sidebar {
	position: absolute;
	left: 549px;
	top: 301px;
	width: 211px;
	height: 234px;
	z-index: 3;
	visibility: visible;
}
.img_right {
	float: right;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 10px;
}
.img_righttop {
	float: right;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 10px;
}
.img_left {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 0px;
}
.text_bold {
	font-weight: bold;
}
.text_tiny {
	font-size: .8em;
}
.footer {
	font-size: .8em;
}
ol li{
	padding-top: 12px;
}
.horizdivider {
	border-top: 1px dotted #FFCC00;
}

/* zoom image */

#zoom a {
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #000;
	text-indent: -1000em; /* hide the link text */
	overflow: hidden;
	display: block;
	width: 150px; /* show only thumbnail */
	height: 104px;
	background: url(imgs/zoom.jpg) no-repeat top left;
	}

#zoom a:hover {
	width: 300px; /* adjust size to zoomed photo */
	height: 207px;
	background-position: 0 -106px; /* move the image so only the big one shows */
	}
