body {
	margin-top: 0px;
	margin-left: 0px;
	/* background-color: #CCCCCC; */
	background-color: white;
	font-family: Verdana;
	font-size: 10pt;
}

#header {
	margin-top: 0px;
	background-image: url('../images/topbar.jpg');
	width: 1005px;
	margin-left: 10px;
	margin-top: 0px;
	height: 42px;
	display: block;
	border-style: solid;
	border-width: 1px;
	border-bottom-style: none;
}

#topstrip {
	margin-top: 0px;
	position: absolute;
	background-color: white;
	top: 95px;
	padding-top: 1px;
	height: 40px;
	left: 10px;
	z-index: 0;
	width: 89%;
	border-top-style: none;

}

#topmenu {
	margin-top: 0px;
	position: absolute;
	background-image: url('../images/midbar.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	width: 1005px;
	left: 10px;
	height: 50px;
	z-index: 1;
	text-align: center;
	font-size: 11pt;
	top: 43px;
	padding-top: 1px;
	
	border-top-style: none;
	border-bottom-style: none;
}

#topmenu a {
	margin-right: 45px;
	text-decoration: none;
}

#topmenu a:visited {
	color: blue;
	text-decoration: none;
}
#mainpart {
	margin-left: 10px;
	width: 1005px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
}

#leftback {
	background-image: url('../images/botleft.jpg');
	background-repeat: repeat;
	padding-bottom: 600px;
	width: 50px;
	float: left;
	margin-top: 93px;
	border-left-style: solid;
	border-width: 1px;
}

#leftmenu {
	background-image: url('../images/botmid.jpg');
	float: left;
	margin-top: 93px;
	width: 220px;
	font-size: 14px;
	padding-bottom: 100px;
	height: 516px;
}

#content {
	float: left;
	margin-top: 93px;
	width: 60%;
}

.logo {
	position: absolute;
	left: 10px;
	top: 0px;
	border-left-style: solid;
	border-top-style: solid;
	border-width: 1px;
	z-index: 2;
}

.toplink {
	font-weight: bold;
	color: #006599;
	text-decoration: none;
}
a.toplink:hover {
	color: #000000;
	text-decoration: underline;
}
.searchbox {
	background-color: #EAEFF2;
	color: #006799;
	border: 1px solid #006599;
}
.searchbutton {
	border: none;
	font-size: 1.0em;
	font-weight: bold;
	color: #0A6A9D;
	text-decoration: none;
}

.copy {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyone {
	color: #FFFFFF;
	text-decoration: none;
}
.botlink {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.bc:hover {
	color: #000000;
	text-decoration: none;
}

.description li {
	font-size: 10pt;
}

h1 {
	font-size: 1.2em;
	padding: 3px;
	background-color: #f5f5f5;
	border: 1px solid #CCCCCC;
	text-align: center;
}