@charset "utf-8";
/* CSS Document */

#stopPress {
	border: 2px solid #000000;
	font-size: 80%;
	background-color: #FFFF00;
	padding-left: 5px;
}
#footer {
	font-size: 70%;
	display: inline;
	background-color: #FFFFFF;
}
#footer ul {
	text-align: center;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	color: #6b824c;
	margin: 5px;
}
.imglft {
	float: left;
	margin-right: 8px;
}
.imgrht {
	float: right;
	margin-left: 8px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	display: block;
	text-decoration: none;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
	text-decoration: none;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#nav a {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
#subNav a {
	padding: 0px;
	margin-bottom: 0px;
	display: inline;
	text-align: center;
}

#nav a:link, #nav a:visited {
	color: #000000;
	background-color: #99CCFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav a:hover, #nav a:active {
	color: #FFFFFF;
	background-color: #0066FF;
}
#subNav {
	font-size: 100%;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style-type: circle;
	text-align: center;
	border: 2px solid #000000;
	width: 100%;
}
#subNav ul {
	background-color: #FFFFFF;
	list-style-type: square;
}
#subNav li {
	background-color: #FFFFFF;
}


#subNav a:link, a:visited {
	color: #0000FF;
	background-color: #FFFFFF;
	font-weight: bold;
}
#nav {
	text-decoration: none;
	background-color: #EOEOEO;
}
#subNav a:hover, a:active {
	color: #FFFFFF;
	background-color: #0000FF;
	width: 100%;
}
.curvebox {
	width: 170px;
	padding: 20px;
	background-color: #660000;
}

