body {
	margin: 10px;
	padding: 0px;
}
#header {
	display: block;
	position: absolute;
	z-index: 1;
	height: 75px;
	top: 5px;
	left: 0px;
	right: 0px;
}
html>body #header {
}
#header_spacer {
	display: block;
	height: 75px;
	padding-bottom: 5px;
}
#header br.spacer {
	line-height:3px;
}
#logo {
	z-index: 2;
	position: absolute;
	top: 5px;
	left: 43px;
}
#header h1 {
	display: block;
	margin: 0px;
	margin-bottom: 3px;
	/*padding: 0px;
	padding-left: 95px;
	padding-bottom: 3px;
	padding-top: 1px;*/
	padding: 1px 0px 3px 170px;
	background-color: #28518A;
	left: 0px;
	color: #EEEEFF;
	height: 37px;
	overflow: hidden;
}
#header h2 {
	margin: 0px;
	display: block;
	/*padding: 0px;
	padding-left: 115px;
	padding-top: 1px;
	padding-bottom: 3px;*/
	padding: 1px 0px 3px 190px;
	background-color: #BCD1E4;
	left: 0px;
	color: #28518A;
	height: 27px;
	overflow: hidden;
}
#left_bar {
	background-color: #00FFFF;
	position: absolute;
	left: 10px;
	width: 140px;
}
#navigation {
	background-color: #5276A8;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
#navigation ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	padding: 0px;
	margin: 0px;
}
#navigation ul li:hover {
}
#navigation ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 110px;
	display: block;
	border-top: 1px dotted #5276A8;
	text-decoration: none;
	padding: 0;
	margin: 0;
	line-height: 1.7em;
	border-left: 10px solid #5276A8;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #28518A;
	color: #FFFFFF;
}
#navigation ul li.first a {
	border-top: 0px none #000000;
}
#navigation ul li a:hover {
	border-left: 12px solid #082A55;
	width: 108px;
	background-color: #0C3F7F;
}
#sub_header {
	margin-left: 150px;
	margin-right: 210px;
	margin-bottom: 5px;
	height: 22px;
	overflow: hidden;
}
html>body #sub_header {
}
#sub_header h3 {
	color: #004488;
	display: inline;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#body {
	/*voice-family: "\"}\"";
	voice-family: inherit;*/
	margin-left: 150px;
	margin-right: 190px;
}
#body p {
	margin-top: 0px;
}
html>body #body {
}
#right_bar {
	position: absolute;
	right: 10px;
	width: 180px;
	height: 300px;
}
#footer {
	border: 0px solid #000;
	margin-top: 15px;
	clear: both;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#footer p {
	margin: 0px;
	font-size: 11px;
	color: #666666;
}
#footer p a, #footer p a:link, #footer p a:visited, #footer p :active {
	color: #999999;
}
#footer p a:hover {
	color: #333333;
}


/*** Side Bar ***/
div.article h4 {
	margin: 0px 5px 0px 5px;
	padding: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
div.article ul {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 180px;
}
div.article ul li a.odd {
	background-color: #ECF3F8;
}
div.article ul li a.even {
	background-color: #BCD1E4;
}
div.article ul li a.odd:hover {
	background-color: #D9E7F1;
}
div.article ul li a.even:hover {
	background-color: #AAC5DD;
}
div.article ul li a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height: 1.3em;
	padding-left: 10px;
}
div.article ul li ul {
	margin: 0px;
}
div.article ul li ul li a {
	padding-left: 20px;
}
.updated {
    font-size: 11px;
    color: #333333;
    float: right;
 }

