@charset "utf-8";
/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, topbar, summary {
	display: block;
}
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	color: #000;
	background: #999999;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 1150px;
	margin: auto;
	background: #bbd3f1;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
}
header {
	height: 100px;
}
header nav {
	height: 45px;
	width: 600px;
	position: relative;
	left: 550px;
	top: 60px;
}
header li {
	float: left;
	margin-right: 30px;
	list-style: url(none) none;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
.topbar {
	background: #FFF;
	height: 200px;
	width: 100%;
	border-top: 12px solid #294477;
	border-bottom: 12px solid #294477;
}
.topbar img {
	float: right;
}
.sidebar1 {
	float: right;
	width: 350px;
	background: #9f91b5;
	font-size: 85%;
}
.content {
	padding: 10px 0;
	width: 800px;
	float: left;
	text-align: justify;
	background: #FFF;
}
.content ul, .content ol {
	padding-left: 50px;
	margin-right: 15px;
	margin-bottom: 10px;
}
nav {
}
nav a, nav a:visited {
	width: 160px;
	text-decoration: none;
}
nav a:hover, nav a:active, nav a:focus {
	color: #FFF;
}
footer {
	position: relative;
	clear: both;
	background: #9f91b5;
	height: 70px;
	width: 800px;
	font-size: 85%;
	color: #FFF;
}
.content img {
	float: right;
	margin-left: 12px;
}
table {
	width: 800px;
	float: left;
	text-align: center;
	background: #FFF;
	font-size: 80%;
	color: #294477;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: middle;
}
.sidebar1 blockquote {
	background: rgb(249, 228, 130);
	font-size: 90%;
	padding-top: 5px;
}
.sidebar1 blockquote .quote {
	font-weight: bold;
	text-align: right;
	display: block;
	padding: 5px 0;
	font-size: 90%;
}
section blockquote {
	background: rgb(187,211,241);
	padding: 10px 0px 5px;
}
