﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	border-style: none;
	width: 100%;
}

#top_nav {
}

#container {
	min-width: 600px;
}

#left_col {
	border-style: none;
	margin: 3px 3px 1px 1px;
	padding: 1px 1px 3px 3px;
	width: 200px;
	float: left;
	height: auto;
	list-style-type: none;
	display: block;
	vertical-align: top;
	text-align: left;
	position: fixed;
	font-size: large;
	font-weight: bold;
}
#page_content {
	border-style: 5;
	margin-top: 40px;
	left: 200px;
}

#footer {
	clear: both;
}
.linkbar_top {
	border: 2px solid #33CC33;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	color: #990033;
	padding: 3px;
	margin: 3px;
	width: 150px;
	height: 20px;
	display: block;
	background-color: #FFFFCC;
	text-align: justify;
	float: none;
	visibility: visible;
	cursor: crosshair;
	text-indent: 3px;
	word-spacing: inherit;
	vertical-align: middle;
}

