/* CSS Document */

div#side_pagenav{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5em;
}
div#side_pagenav ul{
	list-style-type: none;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}
div#side_pagenav ul li{
	display: block;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999999;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	vertical-align: middle;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 2px;
}

div#side_pagenav a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
div#side_pagenav a:link{}
div#side_pagenav a:visited{}
div#side_pagenav a:hover{
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}
div#side_pagenav a:active{ }

#content_wrapper {
	text-align: left;
	background-color: #FFFFFF;
	width: 98%;
	height: auto;
}
#color_band {
	height: 5px;
	width: 100%;
}
#content_table {
}
div#header_wrapper {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#content_wrapper_div {
	position: relative;
	right: 0px;
	width: 600px;
	text-align: left;
}

.listhdr {
	text-align: center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
li.submenu {
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 0px;
	padding-left: 11px;
	display: block;
}

