body {background-color: #FFFFFF; }

a { font-weight: bold; text-decoration: none; color: #3300FF; }

a:link {}
a:visited {
	color: #330099;
}
a:hover { color: #000000; background-color: #FFFF66; text-decoration: underline; }
a:active { color: #000000; background-color: #FFFF66; text-decoration: underline; }

h1 { font-weight: normal; font-size: 180%; color: #666666;}
h2 { font-weight: bold; font-size: 180%; color: #666666}
h3 { font-weight: bold; font-size: 130%; color: #FF0066}
h4 { font-weight: bold; font-size: 100%; color: #666666}

hr { display: none; }

.dontshow { display: none; }

#pagenav { display: none; }

#header {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

#breadcrumbs {
	border-right: 1px solid none;
	font-weight: bold;
	text-align: right;
	margin: 6px;
}

#sidebar {
}

#content {
	clear: both;
}

#contentlist {
}

#mainNav {
	width: 9.5em;
	background-color: #EEEEEE;
	float: right;
	text-align: left;
}

#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}
