/* CSS Document */
html,body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: left top;
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	padding: 0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
td.blue {
background-image:url(images/blue.gif);
}
td.green {
background-image:url(images/green.gif);
}
td.tan {
background-image:url(images/tan.gif);
}
h1 {
	font-size: 32px;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #006699;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #168178;
}
a.menu {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
a.menu:hover {
	font-weight: bold;
	color: #FFF88D;
	text-decoration: none;
	font-size: 12px;
}
a.submenu {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
a.submenu:hover {
	color: #FFF88D;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}
.footnote {
	font-size: 10px;
}
.blueheading {
	font-weight: bold;
	color: #006699;
}
.greenheading {
	font-weight: bold;
	color: #168178;
}
.greenbackground {
	background-image: url(images/green.gif);
}
.bluebackground {
	background-image: url(images/blue.gif);
}
.tanbackground {
	background-image: url(images/tan.gif);
}
.imgborder {
	border: 1px solid #000000;
}
#container {
	margin: 0px;
	padding: 0px;
}
#topbar {
	height: 58px;
}
#leftnav {
	float: left;
	background-image: url(images/blue.gif);
	background-repeat: repeat;
	background-position: left top;
	width: 180px;
	padding: 5px;
}
#leftnav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}
#content {
	margin-left: 190px;
	padding: 10px;
}
#footer{
clear: left;
width: 100%;
}
