﻿body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#000;
}

#navCell {
	background:url(siteart/navbg.gif) repeat-x center;
	height:40px;
	text-align:center;
	padding:5px;
	border:1px #FFF solid;
	border-right:0;
	border-bottom:0;
	font-size:9pt;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
}

a.nav:hover {
	color:#000;
}

#address {
	border-top:1px #FF0000 dotted;
	border-bottom:1px #FF0000 dotted;
	padding:3px 0;
	width:200px;
}

#leftCell {
	vertical-align:top;
	background:#FFD701;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#FF0000;
}

a:hover {
	color:#000;
}