/* navigation styles */
/* text links and external navigation styles */
#terms a:link {
	color: #999;
	text-decoration: none;
}
#terms a:visited {
	color: #F00;
	text-decoration: none;
}
#terms a:hover {
	color: #98BC92;
	text-decoration: none;
}
/* page footer navigation styles */
a.foot:link, a.foot:visited {
	color : #999;
	text-decoration: none;
	font-weight: bold;
}
a.foot:hover {
	color : #666;
}
#rightcol a:link {
	color: #999;
	text-decoration: none;
}
#rightcol a:visited {
	color: #F00;
	text-decoration: none;
}
#rightcol a:hover {
	color: #98BC92;
	text-decoration: none;
}
.linkbox a:link {
	color: #9B0404;
	text-decoration: none;
}
.linkbox a:visited {
	color: #C10000;
	text-decoration: none;
}
.linkbox a:hover {
	color: #98BC92;
	text-decoration: none;
}
ul#midnav li {
	display:inline;
	float:right;
	list-style-type:none;
	text-transform: uppercase;
	margin-top: 70px;
	height: 20px;
}
ul#midnav li a {
	outline:none;
	color: #900;
	text-decoration: none;
	font-size: 6pt;
	font-weight: bold;
	display: inline;
	text-align: center;
	margin-right: 10px;
}
ul#midnav li a:hover {
	color: #FFF;
	font-weight: bold;
	display: inline;
	text-align: center;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#navblock {
	margin-bottom: 1em;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	margin-top: 5px;
	width: 180px;
}
* html #navblock { /*IE 6 only */
	w\idth: 170px; /*Box model bug: 180px minus all left and right paddings for #navblock */
}
#navblock ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#navblock li {
	margin: 0;
}
#navblock li a {
	display: block;
	padding: 5px 5px 5px 8px;
	text-decoration: none;
	width: 100%;
	color: #F00;
	font-size: 10pt;
}
html>body #navblock li a { /*Non IE6 width*/
	width: auto;
}
#navblock li a:hover {
	color: #F00;
	font-size: 10pt;
}

