﻿body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #0D2064;
}
div#container {
	width: 780px;
	margin: auto;
	background-color: #cdf;
	padding: 1px 10px 10px 1px;
}
div#masthead {
	text-align: center;
	width: 780px;
	overflow: auto;
	background-color: #0D2064;
}
div#sidebar {
	padding: 5px;
	float: left;
	width: 180px;
	background-color: #cdf;
	position: relative;
	clear: both;
	display: inline;
}
div#content {
	float: right; /*min-height: 680px; */;
	width: /*450px*/ 575px /*2 columns*/;
	padding: 10px 5px 10px 5px;
	overflow: auto;
	background-color: #fff;
	margin: 0 0 5px 0;
	position: relative;
}
#content img {
	display: block;
}
div#footer {
	clear: both;
	padding: 3px 0 8px 0;
	width: 100%;
	background-color: #EFCF87;
	margin: 5px;
	text-align: center;
	line-height: 1em;
}
#masthead img {
	text-align: center;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-size: small;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cdf;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer .copyright{
	font-size:x-small;
	text-align:center;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.clear {
	clear: both;
}
div.clear {
	height: 1px;
}
div#menu {
	float: none;
	width: 575px;
	padding-top: 12px;
	background: #cdf;
	margin-left: 110px;
}
ul#nav, ul#nav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#nav {
	margin-left: 100px;
	width: 650px;
}
ul#nav li {
	float: left;
	margin-right: 3px;
	text-align: center;
}
ul#nav a {
	float: left;
	width: 7em;
	padding: 5px 0;
	background: #E7F1F8;
	text-decoration: none;
	color: #666;
}
ul#nav a:hover {
	background: #FFA826;
	color: #FFF;
}
ul#nav li.activelink a, ul#nav li.activelink a:hover {
	background: #FFF;
	color: #003;
}

