a:hover      { color: #B35F10 }
.menubarcell { background-repeat: no-repeat; 
               background-position-y: top; background-color:#83420C }
a:link       { color: #4B72B8 }
a:visited       { color: ##4B72B8 }
a:active      { color: #B35F10 }
body         { font-family: Trebuchet MS; font-size: 12pt; background-image:url('images/stuccobkgd.jpg'); background-repeat:repeat; }
table        { font-family: Trebuchet MS; font-size: 12pt }
a:link.topnav {font-size: 10pt; text-decoration: none; color: #FFFFFF; font-family: Trebuchet MS, Helvetica, sans-serif;}
a:visited.topnav {font-size: 10pt; text-decoration: none; color: #FFFFFF; font-family: Trebuchet MS, Helvetica, sans-serif;}
a:active.topnav {font-size: 10pt; text-decoration: none; color: #FFFFFF; font-family: Trebuchet MS, Helvetica, sans-serif;}
a:hover.topnav {font-size: 10pt; text-decoration: none; color: #6F8DC6; font-family: Trebuchet MS, Helvetica, sans-serif;}
h1           { font-family: Trebuchet MS; font-size: 18pt; font-style: italic; font-weight: bold }
h2           { font-family: Trebuchet MS; font-size: 14pt; font-style: italic; font-weight: bold }
h3           { font-family: Trebuchet MS; font-size: 12pt; font-style: italic; font-weight: bold }
a:link.bottomnav {font-size: 10pt; text-decoration: none; color: #B35F10; font-family: Trebuchet MS, Helvetica, sans-serif;}
a:visited.bottomnav {font-size: 10pt; text-decoration: none; color: #B35F10; font-family: Trebuchet MS, Helvetica, sans-serif;}
a:active.bottomnav {font-size: 10pt; text-decoration: underline; color: #4B72B8; font-family: Trebuchet MS, Helvetica, sans-serif;}
a:hover.bottomnav {font-size: 10pt; text-decoration: underline; color: #4B72B8; font-family: Trebuchet MS, Helvetica, sans-serif;}

/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500;
}