html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #f1eee3;
}
a {
	color: #7593A4;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#top-nav, #top-nav ul {
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
	position:absolute;
	line-height:1.7em;
	z-index:300;
	width:auto;
	font-weight:bold;
	right: 0;
	bottom: 0;
}
#top-nav li li a{
	color: #0A174B !important;
	font-weight: normal;
	text-decoration: none;
	border-top: none;
	border: none;
	border-bottom: none;
}
#top-nav li li a:hover{
	background: #F1EEE3 !important;
	color:#7593A4 !important;
}
#top-nav li li{
	border: none;
	border-bottom: none;
}
#top-nav li {
	display:block;
	padding:0.25em 1em;
	color:#FFFFFF;
	border-right:1px dotted #666666;
	text-decoration:none;
	background:#CECEC5;
	color: #0A174B;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
}
#top-nav li a {
	color: #0A174B;
	font-weight: normal;
	text-decoration: none;
}
#top-nav li.home {
	background: #F1EEE3;
}
#top-nav li.home a{
	color:#7593A4 !important;
	font-weight: bold;
}
#top-nav li:hover, #top-nav li.selected {
	background: #F1EEE3;
	color:#7593A4;
}
#top-nav li:hover a{
	color:#7593A4;
}
#top-nav li {
	float:left;
	position:relative;
}
#top-nav ul {
	position:absolute;
	margin:16px 0 0 0px;
	display:none;
	width:12em;
	top:.5em;
	left:-1px;
}
#top-nav ul a {
	border-left:1px solid #c8c8c8;
}
#top-nav li ul {
	border-top:1px solid #c8c8c8;
	width:14.1em;
}
#top-nav li ul a {
	width:12em;
	height:auto;
	float:left;
	border-bottom:1px solid #c8c8c8;
}
#top-nav ul ul {
	top:auto;
}
#top-nav li ul ul {
	left:10em;
	margin:0 0 0 0px;
	top:-.09em;
}

#page {
	margin: 0 auto;
	width: 898px;
	padding: 10px 56px;
	background:  url('images/wrapper.gif') left center repeat-y;
}
#header {
	margin: 0;
	padding: 0;
	position: relative;
	background: url('images/header.gif') left center repeat-y;
	width: 898px;
	height: 225px;
}
#page h2{
	color: #08104A;
	font-size: 20px;
	border-bottom: 2px dotted #7593A4;
	font-weight: normal;
	width: 630px;
}
h2 a {
	color: #08104A;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
}
h3 {
	color: #08104A;
	font-size: 16px;
	font-weight: normal;
}
#content {
	margin: 0;
	padding: 10px;
	background: #F1EEE3;
}
.entry p {
	font-size:11px;
	line-height:19px;
	text-align:justify;
}
#sidebar {
	margin: 0 0 0 10px;
	float: right;
	width: 200px;
	background: #7593A4;
	padding: 10px;
}
#sidebar a {
	color: #fff;
}
#sidebar h2 {
	margin: 10px 0 5px 0;
	padding: 0 0 0 0;
	width: auto;
	color: #fff;
}
#sidebar ul li,#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li li a{
}
#sidebar ul li li{
	list-style: none;
	background: url('images/square10.png') left center no-repeat;
	padding: 0 0 0 15px;
	color: #fff;
}
ol.commentlist {
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	margin: 0 0 5px 0;
	padding: 5px 10px;
	list-style: none;
	background: #fff;
}
ol.commentlist li img.avatar {
	padding: 5px 10px;
	float: left;
}
.clear {
	clear: both;
}
#left-container {
	float: left;
	width: 630px;
}
#right-container {
	float: right;
}
#footer {
	padding: 2px 10px;
	background: #cccdc3;
}