﻿/* CSS layout */
}

body {
	margin: 0;
	padding: 0;
	
}
#masthead {
	width: 800px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
}
#container {
	border-style: double;
	border-color: #0000FF;
	min-width: 600px;
	width: 792px;
	right: auto;
	left: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#left_col {
	width: auto;
	float: left;
	border-style: solid solid none solid;
	border-color: #677D92;
	border: 1px;
	border-width: 1px;
	background-color: #9CA9B5;
	background-repeat: repeat;
	margin-top: 0px;
}
#right_col {
	width: 0px;
	float: right;
	background-color: #FFFFFF;
}
#page_content {
	margin-left: 200px;
	margin-right: 200px;
	right: auto;
	left: auto;
	background-color: #FFFFFF;
}
#footer {
	clear: both;
	width: 802px;
	right: auto;
	left: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#left_col li a {
	height: 200px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 24px;
	text-decoration: none;
	color: #000000;
}
	
#left_col li a:link, #left_col li a:visited {
	color: #000000;
	display: block;
	background: url(images/menu2.gif);
	padding: 8px 0 0 10px;
}
	
#left_col li a:hover {
	color: #000080;
	background: url(images/menu2.gif) 0 -32px;
	padding: 8px 0 0 10px;
}
	
#left_col li a:active {
	color: #FFFFFF;
	background: url(images/menu2.gif) 0 -64px;
	padding: 8px 0 0 10px;
}

