body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
	margin-bottom: 10px;
	color: #2B6489;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Helvetica, Verdana, sans-serif;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	color: #444;
	background-position: 0px 0px;
}
a {
	color: #569BBD;
	text-decoration: none;
}
a:hover {
	color: #C60;
	text-decoration: underline;
}
.header {
	height: 320px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.header #slides {
	background-color: #000;
	overflow: hidden;
	height: 320px;
}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#topnav {
	background-image: url(img/nav2.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5599bb;
}
#topnav ul {
	line-height: 41px;
	height: 41px;
}
#topnav ul li {
	float: left;
	font-size: 15px;
}
#topnav ul li.text {
	color: #C4DCE8;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5599bb;
}
#topnav ul li a {
	color: #C4DCE8;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5599bb;
}
#topnav ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #2D688D;
}
.container .main {
	overflow: hidden;
	background-image: url(img/bg_fade.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
.container .main p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 10px;
}
.container .main h1 {
	font-size: 26px;
	text-transform: uppercase;
}
.container .main .blockquote {
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #569BBD;
	background-color: #CDE1EC;
	padding: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}
.container .main .content .blockquote img {
	background-color: #FFF;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.container .main .content {
	width: 660px;
	float: left;
	background-image: url(img/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right 0px;
	padding: 20px;
}
.container .main .content img {
	float: left;
	padding: 4px;
	background-color: #D8E9F2;
	margin-right: 14px;
	margin-bottom: 14px;
}
.container .main .content form {
}
.container .main .content form fieldset label {
	font-size: 13px;
	font-weight: bold;
}
.container .main .content .post {
	margin-bottom: 20px;
}
.container .main .content .descr {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}
.container .main .content .info {
	font-size: 10px;
	border: 1px solid #ADDAF2;
	padding: 3px;
}

.container .main .sidenav {
	width: 160px;
	float: right;
	padding: 20px;
}
.container .main .sidenav p {
	text-align: center;
}
.container .main .sidenav h3 {
	text-align: center;
}
.sidenav ul {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDE1EC;
	margin-bottom: 20px;
}
.sidenav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDE1EC;
	line-height: 30px;
	font-size: 13px;
}
.sidenav li a {
	display: block;
	text-decoration: none;
	padding-left: 10px;
}
.sidenav li a:hover {
	color: #C60;
	background-color: #E9F1F3;
	text-decoration: none !important;
}
.container .main .sidenav hr {
	color: #CDE1EC;
	background-color: #CDE1EC;
	height: 1px;
	border: none;
}
#footer {
	background-image: url(img/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	color: #FFF;
}
#footer a {
	color: #B7D5E3;
}

