body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#topnav {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
#topnav a {
	color: #006600;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	letter-spacing: 1px;
	padding: 10px;
	text-align: center;
}

#topnav a:visited {

	color: #666666;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#side_nav {
	color: #006600;
	width: 140px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
#title {
	font-size: 12px;
	text-transform: uppercase;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#story h1 {
	font-size: 12px;
	text-transform: capitalize;
	color: #006600;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
}

#side_nav a {
	color: #006600;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;
	text-decoration: none;
	display: block;
}
#story {
	line-height: 22px;
}
#side_nav a:visited {

	color: #666666;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 5px;
	text-decoration: none;
	display: block;
}
#curve {
	background-image: url(../_img/topbarcurve.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.toparrow {
	background-image: url(../_img/top_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	color: #666666;
}
