body {scrollbar-base-color:#0033FF;
scrollbar-3dlight-color:#660033;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color:#ff0080;
scrollbar-face-color:#c3d3fd;
scrollbar-highlight-color:#FF3333;
scrollbar-shadow-color:#0033FF;
scrollbar-track-color:#660033;
 }

.style2 {color: #FFFFFF}
.style3 {color: #333366}
.style4 {font-size: 20px}
.style6 {
	font-size: 36;
	color: #0000FF;
}
.style9 {font-size: 9px}
.style10 {font-size: 10px}
.style13 {font-size: 12px}
.style14 {font-size: 12}
.style16 {color: #660033; font-size: 24px; }
.style17 {
	font-size: 50px;
	color: #660033;
}
.style18 {
	font-size: 40px;
	font-family: "Times New Roman", Times, serif;
}
.style19 {color: #660033; font-size: medium; }
.style20 {color: #660033; font-size: large; }
.style21 {font-weight: bold}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #660033;
width: 100%;
background: url(../davidsau/css/chromebg3.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 3px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #660033; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(../davidsau/css/chromebg3-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content:  url(../davidsau/css/chromebg3.gif);
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #660033; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #f4f4f4;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#cc6600,direction=135,strength=6); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #cc6600; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e6dedb;
}
/*Eric Meyer's based CSS tab*/

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
color: #000000;
background: #C1C1FF;
border-color: #227;
}

#tablist li a.current{
background: lightyellow;
}

