html {
	scrollbar-face-color: #CC0000;
	scrollbar-track-color: #FFFFCC;
	scrollbar-arrow-color: #FFFFCC;
}

body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFFFCC;
}
	
	a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #996633;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a:active {
	color: #009999;
	text-align: center;
}

h1 {
	font-size: 18px;
	color: #FF6600;
	font-weight: normal;
	line-height: 22px;
	display: block;
	text-indent: 7px;
}
h2 {
	font-size: 16px;
	color: #FF6600;
	line-height: 20px;
	font-weight: bold;
	text-indent: 7px;
}
h3 {
	font-size: 14px;
	color: #FF6600;
	line-height: 16px;
	text-indent: 7px;
	float: right;
}
h4 {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
	
	#container {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
		}
		
	#headerblock {
	position:absolute;
	width:800px;
	height:100px;
	z-index:13;
	background-color: #CC0000;
	layer-background-color: #CC0000;
	border: 1px none #000000;
	top: 0px;
	visibility: visible;
	}
	
	#logo {
	position:absolute;
	width:105px;
	height:31px;
	z-index:12;
	left: 37px;
	border: 1px none #000000;
	top: 36px;
	visibility: visible;
	}
	
	 #title {
	position:absolute;
	width:325px;
	height:60px;
	z-index:11;
	left: 182px;
	top: 25px;
	border: 1px none #000000;
	font-size: 1.1em;
	font-weight: bold;
	color: #FFCC00;
	visibility: visible;
	 }
	 
	 #topimage {
	position:absolute;
	width:200px;
	height:75px;
	z-index:10;
	right: 25px;
	top: 13px;
	visibility: visible;
	 }
	
	#menublock {
	position:absolute;
	width:760px;
	height:35px;
	z-index:15;
	background-color: #FFCC66;
	layer-background-color: #FFCC66;
	border: 1px none #000000;
	margin-top: 100px;
	}
	
	#menu 	{
	position:absolute;
	width:800px;
	z-index:9;
	top: 100px;
	background-color: #FFCC66;
	layer-background-color: #FFCC00;
	visibility: visible;
	border-bottom: solid #CC0000 1px;
	border-right: solid #CC0000 1px;
	}
	
	#contentblock {
	position:absolute;
	width:800px;
	height:600px;
	z-index:8;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 1px none #000000;
	margin-top: 125px;
	overflow: auto;
	color: #000;
	font-size: 1em;
	border-top-color: #FFFFFF;
	top: 35px;
	visibility: visible;
	line-height: 1.3em;
	}
	
	#content-titleblock {
	position:absolute;
	width:703px;
	height:15px;
	z-index:2;
	top: 20px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFCC;
	padding: 3px;
	text-align: right;
	display: block;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FF9900;
	left: 25px;
	border: 1px none #000000;
	}
	
	#bottomblock {
	position:absolute;
	width:800px;
	height:15px;
	z-index:auto;
	background-color: #FFFFCC;
	layer-background-color: #FFFFCC;
	color: #000;
	font-size: 0.85em;
	vertical-align: top;
	border-top: 5px solid #FFFFCC;
	border-right: 5px none;
	border-bottom: 5px none;
	border-left: 5px none;
	top: 802px;
	visibility: visible;
	left: 201px;
	}
	
	#navlist
{
	position: relative;
	width: 100%;
	height: 1.25em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border: 1px none #CC0000;
	top: 4px;
	}

#navlist li
{
	float: left;
	margin: 0 0 0 5px;
	list-style-type: none;
	}

#navlist li a
{
	position: relative;
	width: 7em;
	display: block;
	margin: 0;
	padding: 1px 0.4em;
	background-color: #FFCC33;
	color: #CC0000;
	font: normal 0.8em/120% Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FFFFFF;
	}

#navlist li a:hover
{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FFFF00;
}

#navlist li#active a
{
	background-color: #FFFFCC;
	color: #CC0000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FF3300;
	border-bottom: 1px solid #FF3300;
	border-left: 1px solid #FFFFFF;
}

#navlist li#active a:hover {
	color: #CC0000;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFF00;
	border-right-color: #FF3300;
	border-bottom-color: #FF3300;
	border-left-color: #FFFF00;
}

#navlist ul#subnavlist
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 1.6em;
	height: 1.05em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border: 0px none;
	visibility: visible;
	overflow: visible;
	z-index: 10;
}

#navlist ul#subnavlist li
{
width: 16ex;
margin: 0;
border: 0;
}

#navlist ul#subnavlist li a
{
	width: auto;
	padding: 0.06em 1em;
	background-color: #FFCC33;
	color: #CC0000;
	font: normal 0.8em/100% Arial, Helvetica, sans-serif;
	border: 1px solid #FFFFCC;
	margin-left: 10px;
}

#navlist ul#subnavlist li a:hover
{
	color: #CC0000;
	font-weight: 400;
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
/* IE5/Mac disappearing item fix */
}

#navlist ul#subnavlist li#subactive a
{
	background-color: #FFFFCC;
	color: #CC0000;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FF3300;
	border-bottom: 1px solid #FF3300;
	border-left: 1px solid #FFFFFF;
}

* html > body #navlist, * html > body #navlist ul#subnavlist
{
width: 600px;
/* IE5/Mac fixed width fix */
}

.pageinfo {
	font-size: 0.885em;
	color: #990000;
	line-height: 0.975px;
	}
	
.p {
	margin: 0;
	font-size: 1em;
	line-height: 1.3em;
	color: #990000;
	padding: 5px 5px 15px 7px;
	display: block;
	float: right;
}

.up-image {
	left: 374px;
	bottom: 408px;
	width: 12px;
	height: 10px;
}

.linklist {
	font-size: 0.85em;
	line-height: 1.25em;
	color: #CC0000;
	padding: 2px;
	display: block;
	background-color: #FFCC00;
	height: auto;
	width: 50px;
	float: right;
	margin-right: 10px;
	border: 1px solid #CC0000;
	margin-top: 10px;
}
#navlist ul#subnavlist0 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 2.8em;
	height: 1.05em;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border: 0px none;
}
#navlist ul#subnavlist0 li {
	width: 16ex;
	margin: 0;
	border: 0;
}
#navlist ul#subnavlist0 li a {
	width: auto;
	padding: 0;
	background-color: #FFCC00;
	color: #CC0000;
	font: normal 0.8em/100% Arial, Helvetica, sans-serif;
	margin-left: 10px;
	border: 1px solid #FF6600;
}
#navlist ul#subnavlist0 li a:hover {
	color: #CC0000;
	font-weight: 400;
	background-color: #FFFFFF;
	border: 1px solid #FF6600;
}
#navlist ul#subnavlist0 li#subactive a {
	background-color: #FFFFCC;
	color: #CC0000;
	border-right: 1px solid #FF3300;
	border-bottom: 1px solid #FF3300;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-left-color: #FFCC00;
}
.list_small {

	font-size: 0.85em;
	color: #000;
	padding: 2px;
	display: block;
	background-color: #FFFFFF;
	height: auto;
	width: 50px;
	float: right;
	margin-right: 10px;
	border: 1px solid #CC0000;
	margin-top: 10px;
}

.text_med-sm {
	font-size: 0.95em;
	color: #000;
	}


.text_small {
	font-size: 0.85em;
	color: #000;
	display: block;
	}
	
.text_medium {
	font-size: 1em;
	color: #000;
	display: block;
	line-height: 1.2em;
}

.style1 {
	color: #FF9900;
	font-weight: bold;
	font-size: 1em;
}

.style2 {color: #FFFFFF}
.style3 {
	color: #FF9900;
	font-weight: bold;
	font-size: 2em;
}


.text_smallyelbkg {

	font-size: 0.85em;
	color: #000;
	display: block;
	background-color: #FFFFCC;
}
.orange3bold {

	color: #FF6600;
	font-weight: bold;
}
.text_tiny {
	font-size: 0.75em;
	color: #000;
	display: inline;
	background-color: #FFFFCC;
	border: 1px;
	border-color: #FFCC00;
	border-style: solid;
}
.text_smallBold {
	font-size: 0.95em;
	color: #000;
	display: block;
	font-weight: bold;
}

.list_med {
	font-size: 0.95em;
	color: #000;
	padding: 2px;
	display: block;
	background-color: #FFFFFF;
	height: 300px;
	width: 631px;
	float: right;
	margin-right: 10px;
	border: 1px solid #CC0000;
	margin-top: 10px;
}
.style4 {
	color: #FF9900;
	font-weight: normal;
	font-size: 1.5em;
}
