@charset "utf-8";
/* CSS Document */

a, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	border-bottom: none;
	text-decoration: underline;
}
body {
	font-family:"Times New Roman", Times, serif;
	margin: 10px auto;
/*	background-color: #6B5267;*/
}
#container {
	width: 934px;
	margin: 0 auto;
	border: 1px solid #000000;
	padding-left: 9px;
	padding-right: 9px;
}
#copyright {
	font-size: 10pt;
}
#designed_by {
	width: 934px;
	margin: 0 auto;
	text-align: right;
	font-size: 10pt;
}
#designed_by a, #designed_by a:visited {
	color: #FF6600;
	border: none;
}
#footer {
	clear: both;
	text-align: center;
	font-size: 11pt;
	padding: 10px;
}
#footer a, #footer a:visited {
	font-weight: bold;
}
#logo {
	border: none;
}
#side_nav {
	background: url(../images/side_nav_bg.gif) repeat-y;
	background-color: #000000;
	float: left;
	clear: both;
	height: 454px;
	width: 210px;
}
#side_nav ul{
	list-style: none;
	margin: 10px 0 10px 20px;
	padding: 0;
}
#side_nav ul ul{
	margin: -5px 0 0 20px;
}
#side_nav ul a, #side_nav ul a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13pt;
	line-height: 20pt;
	border: none;
	font-weight: normal;
}
#side_nav ul a:hover {
	color: #FFF560;
}
#side_nav ul ul a, #side_nav ul ul a:visited{
	line-height: 13pt;
}
li#side_nav_active a, li#side_nav_active a:visited {
	color: #FFF560;
	font-weight: bold;
}