html,body{ margin:0; padding:0; height:100%; border:none; background-image: url(../images/bg.png); }
#fullheight { height:100%; }

.content { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 12px; color: #000000; }
.content p { padding-right: 5px; }
.content ol { padding-right: 5px; }
.content ul { padding-right: 5px; }
.content h1 { font-size: 14px; font-weight: bold; color: #000000; }

.locator { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 18px; font-weight:bold; color: #000000; }

.content a:link { color: #FF3333; }
.content a:active { color: #FF3333; }
.content a:visited { color: #FF3333; }
.content a:hover { border-bottom-style: dashed;	text-decoration: none; border-bottom-width: 1px; }

.sidenavborder { padding-right: 5px; border-right: solid 1px #000000; margin-right:5px; }


/**********************************
BEGIN FOOTER
**********************************/
.footer {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 5px;
}
.footer a:link {
	color: #9AFA04;
	text-decoration: none;
}
.footer a:visited {
	color: #9AFA04;
	text-decoration: none;
}
.footer a:hover {
	border-bottom-style: dashed;
	text-decoration: none;
	border-bottom-width: 1px;
}
/**********************************
END FOOTER
**********************************/