﻿/* CSS layout */
}
body {
	font-size: 11px;
	font: 12px/16px book antiqua,verdana,trebuchet,arial,helvetica;
	padding: 0px;
	margin: 0px;
	background-image: none;
	background-color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #4028A2;
	font-size: 14px;
	font-style: italic;
	font-weight: bolder;
}
a:visited {
	text-decoration: none;
	color: #800080;
}
a:hover {
	text-decoration: none;
	color: #D63223;
}
a:active {
	text-decoration: none;
	color: #4028A2;
}
#top_nav {
	padding: 10px 0px 10px 0px;
	margin: 0px auto 0px auto;
	background-color: #00FF00;
	width: 950px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#container {
	margin: 0px auto 0px auto;
	position: relative;
	width: 950px;
	background-color: #FFFFFF;
}
#left_col {
	padding: 0px;
	width: 165px;
	left: 0px;
	top: 0px;
	background-color: #5E11D1;
	float: left;
	height: 2600px;
	color: #FFFFFF;
}
#page_content {
	background-color: #FFFFFF;
	top: 0px;
	float: right;
	right: 0px;
}
#page_contentmap {
	background-color: #FFFFFF;
	top: 50px;
	float: none;
	right: 0px;
	margin-left:220px;
}
p {
	line-height: 14px;
	font-size: 10px;
	margin: 10px 0px 10px 0px;
	text-align: left;
	width: 50%;
	padding-left: 20px;
}
.imagefloatright {
	float: right;
	margin-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #000000 #000000 #C0C0C0;}
}
.imageleft {
	float: left;
    margin-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #000000 #000000 #C0C0C0;}
}
ul {
	list-style-type: none;
	padding: 5px;
	margin: 0px 0px 0px 20px;
	border: 0px none #FFFFFF;}
}	
#lower_col {
	background-color: #FF6600;
	width: 300px;
	top: 710px;
	position: absolute;
	margin-left: 640px;
}
#link_bar a:hover {
	background-color: #00FF00;
}
#link_bar ul {
	list-style-type: none;
	list-style-image: none;
}
#link_bar li {
	display: inline;
}

