body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.85em;
}
a {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#999900;
	text-decoration:underline;
}

#nav_left p {
	font-size:.85em;
	color:#999;
	font-weight:bold;
	margin-left:5px;
}
.section_title {
	font-weight:bold;
	color:#888;
}
#content_main_subcats {
/*border:1px dotted #ddd;*/
	position:relative;
	float:right;
	text-align:center;
	margin-right:30px;
	top:130px;
	font-size:18px;
	color:#660000;
	height:150px;
	/*line-height:.95em;*/
}
#content_main_subcats a {
	text-decoration:none;
	color:#660000;
}
#content_main_subcats a:hover {
	text-decoration:underline;
	color:#CC9933;
}
#footer p {
	color:#999;
	margin-left:5px;
}

#footer a {
	padding: 0 2px 1px 20px; color: ##999900;
}

.bot-links {
	font-weight:normal;
	text-align:center;
	font-size:.85em;
}
/* highlight current in paging section */
.current_page {
font-weight:bold;
background-color:#999900;
color:#fff;
}

/* error messages or anywhere we want to highlight a message */
.hilite {
	color:#f00;
	}

