﻿@import url("layout.css");
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #58839C;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #58839C;
}
a:hover {
	color: #333;
	text-decoration: underline;
}

#container {
	width: 630px;
	margin: 0 auto;
	background-color: #cdf;
}

#sidebar {
	float: left;
	width: 154px;
	background-color: #225778;
	position: relative;
	clear: both;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	font-weight: lighter;
}
#content {
	float: left;
	width: 446px;
	padding: 15 15px 15px 15px;
	overflow: scroll;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #D1BAA3;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}
#masthead img {
	float: left;
}
/* 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: normal;
	text-decoration: none;
	color: #4A9CD6;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	border-bottom: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
.h1 {
	border-style: 0;
	border-color: 0;
	padding: 5px 0px 3px 3px;
	border-width: 0px;
	font-family: Arial, Helvetica, sans-serif;
		font-size: small;
		font-weight: bold;
		color: #666666;
		text-align: center;
		background-color: #EFF7FF;
		width: 630px;
		height: auto;
		vertical-align: middle;
		line-height: normal;
	}
font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	text-align: center;
	background-color: #EFF7FF;
}
.style_bold {
	font-weight: bold;
}
.style_bold {
	font-weight: bold;
}
.h2head {
	padding: 2px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: center;
	background-color: #CCDDFF;
	width: 630px;
	height: 20px;
	vertical-align: middle;
}
