﻿/* CSS layout */
#masthead {
}

#top_nav {
}

#container {
	position: relative;
	width: 800px;
}

#left_col {
	width: 175px;
	position: absolute;
	left: 0px;
	top: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #990000;
}

#page_content {
	margin-left: 190px;
}

#footer {
}
.footerlinks {
	font-family: "Franklin Gothic Book", "Lucida Sans", Helvetica, Arial;
	font-size: small;
	font-weight: bold;
	color: #999999;
}
a.footerlinks {
	color: #999999;
	text-decoration: none;
	font-family: "Franklin Gothic Book", "Lucida Sans", Helvetica, Arial;
	font-size: small;
	font-weight: bold;
}
a.footerlinks:hover {
	text-decoration: underline;
	color: #999999;
}
a.footerlinks:visited {
	color: #999999;
}
