@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #E1E1E1;
}
#container {
	border: 1px #e1e1e1 solid;
	width: 820px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #D3D3D3;
}
#masthead {
	width: 820px;
	background-color: #e1e1e1;
}
#navigation {
	width: 820px;
	background-image: url('../images/NavGrad.gif');
	background-repeat: repeat-y;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #d3d3d3;
	position: relative;
	clear: both;
	display: inline;
	margin-left: 5px;
}
#content {
	float: right;
	width: 638px;
	margin-top: 0;
	margin-left: 0;
	padding: 10px 10px 0 10px;
	background-color: #ffffff;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 820px;
	background-color: #333399;
	color: #FFFFFF;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: thin;
}
#masthead img {
}
#masthead p {
	font-size: 0.8em;
	text-align: right;
}
/* Navigation Styles */
#navigation ul {
	background: #CCCCCC;
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
	float: right;
	clear: right;
}
#navigation li {
	float: left;
}
#navigation a {
	border-left: thin;
	text-decoration: none;
	color: #000000;
	display: block;
	margin: 0 1px;
	padding: 5px 5px 5px 5px;
	background-color: #CCCCCC;
	border-left-style: solid;
	border-left-color: #808080;
}
#navigation a:hover {
	text-decoration: none;
	color: #E1E1E1;
	background-color: #333399;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #118;
	display: block;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #118;
}
#content li{
	line-height: 150%;
}
#content p {
	padding: 0 20 0 20;
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #808080;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}