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

#masthead {
}
#top_nav {
	background-image: url('image004.gif');
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #FFFFFF;
}

#container {
	min-width: 600px;
}

#left_col {
	width: 200px;
	float: left;
}

#page_content {
	padding: inherit;
	margin-left: 200px;
}

#footer {
	clear: both;
}
a {
	color: #000080;
	text-decoration: none;
	font-style: inherit;
	font-weight: bold;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #00FF00;
	font-style: italic;
	font-weight: bold;
}
a:active {
	color: #800000;
	font-weight: bold;
}
