﻿body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
}
#container {
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: 0;
}
#masthead {
	/*	position: fixed; */
	width: 100%;
	height: 86px;
	text-align: right;
	background-color: #0000FF;
	margin: 0;
	padding: 0;
	border: 0;
	top: 0px;
	color: #FFFFFF;
	position: absolute;
/*	margin-left: 138px; */
}
#masthead table {
/*	top: 70px;
	float: right; */
}
#masthead img {
	float: left;
	margin-left: 160px;
}
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
* html #masthead {
	 position: absolute;
}
#page_content {
	top: 86px; left: 160px;
}
#sidebar {
	position: fixed;
	float: left;
	width: 160px;
	background-color: #0000FF;
	margin: 0;
	padding: 0px;
	left: 0px;
	height: 100%;
	top: 0px;
}

* html #sidebar {
	position:absolute;
}
#content {
	background-color: #fff;
	left: 160px;
	top: 86px;
	padding-left: 5px;
}
#content_wm {
	left: 160px;
	top: 86px;
	background-image: url('../wwbpics/wwbwatermark3.gif');
	padding: 0px;
}
#footer {
	clear: both;
	width: 100%;
	overflow: inherit;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0;
	color: #FFFFFF;
/*	margin: 0 0 0 120px; */
	padding: 0;
	border: 0;
	background-color: #0000FF;
}
/* Header Fonts GO 12/30/10 */
h1 {
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	padding-top: 8px;
}
h2{
	text-align: center;
	font-size: large;
	font-weight: bold;
}
h3{
	text-align:center;
	font-size:medium;
	font-weight:bold;
}
h4{
	text-align: center;
	font-size: medium;
	font-weight: normal;
	padding-left: 5px;
	padding-right: 5px;
}
h5{
	text-align:center;
	font-size:small;
	font-weight:normal;
}
h6{
	text-align:left;
	font-size:small;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	margin-top: 8px;
}
#sidebar li {
	/*	display: block; */
	color: #00FFFF;
	font-size: small;
	vertical-align: top;
}
#sidebar a {
	background: #0000FF;
	border: #0000FF;
	font-weight: bold;
	color: #00FFFF;
	padding: 2%;
	background-color: #0000FF;
	outline-color: #0000FF;
	vertical-align: top;
	text-align: center;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: top;
}


/* Styles for Footer */
#footer p {
	font-size: small;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #00FFFF;
	text-decoration: none;
}

/* Other formatting */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #808080;
/*	font-style: oblique; */
}
.style_bold {
	font-weight: bold;
}
.style_boldblue{
	font-weight:bold;
	color:blue;
}
.style_italic {
	font-style: italic;
}
.style_center {
	text-align: center;
}
.style_left {
	text-align: left;
}
.style_right {
	text-align: right;
}
.style_noborder{
	padding: 5px;
	border-width: 0px;
	vertical-align: middle;
}
/* From layout.css */
.float_right {
	float:right;
}