* {
	font-size: 100%;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
body {
	background-color: #f9f9f9;
	text-align: center;
	position: relative;
}
#container {
	background-color: white;
	text-align: center;
	width: 800px;
	overflow: auto;
	margin: 30px auto 0;
	border: solid 1px silver;
}
a:link { color: #4e6295; font-weight: bold; }
a:active, a:hover { text-decoration: underline; }
#header {
	background-position: 0 0;
	width: 800px;
	height: 205px;
	float: left;
}
#nav {
	background-image: url(img/nav.jpg);
	background-repeat: no-repeat;
	width: 800px;
	height: 46px;
	float: left;
	display: block;
}
#nav ul { color: black; text-align: left; margin-left: 0; padding-top: 10px; padding-left: 0; list-style-type: none; }
#nav ul li {
	margin: 0;
	display: inline;
}
#nav ul li a {
	color: #4c4c4c;
	font-size: 13px;
	font-weight: normal;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 119px;
	height: 33px;
	padding: 10px 10px 6px;
}
#nav ul li a:hover {
	color: #3361ac;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: none;
}
#content { width: 485px; height: auto; float: left; display: block; text-align: left; font-size: 11px; margin-top: 15px; margin-bottom: 15px; }
#sidebar {
	width: 260px;
	height: 400px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-left: 1px solid silver;
	display: block;
	text-align: left;
}
h1 { color: #2c5aa9; font-size: 18px; font-weight: normal; text-align: left; margin-bottom: 13px; margin-left: 25px; }
p { color: #454545; font-size: 12px; line-height: 180%; text-align: left; margin-right: 15px; margin-left: 25px; padding-bottom: 13px; }
#footer {
	color: white;
	font-size: 10px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	text-align: left;
	width: 800px;
	height: 67px;
	float: left;
}
.left {
	color: white;
	font-size: 10px;
	float: left;
	padding-top: 30px;
	padding-left: 10px;
}
.right {
	color: white;
	font-size: 10px;
	text-align: right;
	float: right;
	padding-top: 30px;
	padding-right: 10px;
}
#footer a { color: white; font-size: 10px; text-decoration: none; }
#footer a:hover {
	color: white;
	text-decoration: underline;
}
#sidebar ul { text-align: left; margin-top: 10px; margin-left: 35px; padding-left: 0; list-style-type: square; }
#sidebar ul li {
	margin: 0;
	padding-bottom: 3px;
	list-style-image: url(img/bullet-small.gif);
	display: list-item;
}
#sidebar ul li a {
	color: #54699b;
	font-size: 12px;
	font-weight: bold;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 119px;
	height: 33px;
}
#sidebar ul li a:hover {
	color: #589097;
	background-image: none;
	background-repeat: no-repeat;
	text-decoration: underline;
}
h2 a:link,a:visited { color: #6c8ca9; font-size: 15px; font-weight: normal; text-align: left; margin-top: 10px; text-decoration: none; margin-bottom: 20px; }
ul {
	color: #454545;
	font-size: 12px;
	text-align: left;
	padding-bottom: 13px;
	padding-left: 55px;
}
ul li {
	color: #454545;
	font-size: 12px;
	text-align: left;
	padding-bottom: 8px;
}
ul li a { font-size: 12px; text-decoration: none; text-align: left; }
ul li a:visited { font-size: 12px; font-weight: bold; text-decoration: none; text-align: left; }
a:visited { color: #4e6295; font-weight: bold; }
