﻿@import url("layout.css");
.style2 {
	vertical-align: sub;
}
.style3 {
	color: #0044BB;
}
.style4 {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #67b;
}
#container {
	width: 630px;
	margin: 0 auto;
	background-color: #04B;
/*	background-color: #cdf; */
}
#masthead {
	text-align: right;
	width: 630px;
	overflow: auto;
	background-color: #ddb;
}
#sidebar {
	float: left;
	width: 154px;
	background-color:#FF9900;
/*	background-color: #cdf; */
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 446px;
	padding: 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	clear: both;
	width: 630px;
	background-color: #dcb;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid  #FF9900;
/*	border: 1px solid #cdf; */
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #04b;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color:#FF9900;
/*	color: #04b; */
/*	border-bottom: 1px solid #f9f9f9; */
	background-color: #04B;
/*	background-color: #f9f9f9; */
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}



/* collapse/expand unordered lists */
.hide li { display:none; } /* target list items in "collapse" mode. */
.hide { list-style-type: disc; } /* change bullet to "collapse" */

.expand li { display:normal; }  /* target list items in "expanded" mode. */
.expand { list-style-type: circle; } /* change bullet to "expanded" */

ul { list-style-type: disc; }
.FinePrint {
	font-size: xx-small;
}
/* set the default bullet style */
