<!--
.head    { font-family: Lucida Calligraphy, Tahoma, Arial, verdana; font-size: 30px; color: #0000FF; font-weight: bold; margin-left: 10; margin-right: 10; margin-top: 5; }
.head2    { font-family: Lucida Calligraphy, Tahoma, Arial, verdana; font-size: 25px; color: #0000FF; font-weight: bold; margin-left: 10; margin-right: 10; margin-top: 5; }
.head3    { font-family: Tahoma, Arial, verdana; font-size: 20px; color: #000000; margin-left: 10; margin-right: 10; margin-top: 5; }
.head4    { font-family: Tahoma, Arial, verdana; font-size: 20px; color: #CC0000; margin-left: 10; margin-right: 10; margin-top: 5; }
.headline    { font-family: Tahoma, verdana; font-size: 20px; color: #000000; margin-left: 10; margin-top: 20; margin-bottom: 7; font-style: italic;}
.headline2    { font-family: Lucida Calligraphy, Tahoma, verdana; font-size: 20px; color: #0000FF; font-weight: bold; margin-left: 10; margin-top: 20; margin-bottom: 7;}
.headline3    { font-family: Tahoma, Arial; font-size: 15px; color: #CC0000; font-weight: bold; margin-left: 10; margin-top: 20; margin-bottom: 7;}
.headline4    { font-family: Lucida Calligraphy, Tahoma, Arial, verdana; font-size: 20px; color: #0000FF; margin-left: 10; margin-right: 10; margin-top: 5; }
.txt    { font-family: Arial, verdana; font-size: 16px; color: #000000; margin-left: 20; margin-top: 10; margin-right: 20; margin-bottom: 5}
.txtb    { font-family: Arial, verdana; font-size: 16px; color: #000000; font-weight: bold; margin-left: 20; margin-top: 10; margin-right: 20; margin-bottom: 5}
.news   { font-family: Arial, verdana; font-size: 16px; color: #ffffff; margin-left: 20; margin-top: 5; margin-right: 20; margin-bottom: 5}
.foot     { font-family: Arial, verdana; font-size: 10px; color: #000000; margin-left: 110; margin-top: 2; margin-bottom: 2}
.nav     { font-family: Arial, tahoma, verdana; font-size: 15px; font-weight: bold;color: #0000FF; margin-left: 30; margin-top: 0; margin-bottom: 0;}
.link     { font-family: Arial, tahoma, verdana; font-size: 15px; font-weight: bold; color: #0000FF; margin-left: 20}
a:link { font-family: Arial, tahoma, verdana; font-size: 15px; font-weight: bold;color: #0000FF; text-decoration: none}
a:hover { font-family: Arial, tahoma, verdana; font-size: 15px; font-weight: bold;color: #0000FF; text-decoration: underline}
a:visited { font-family: Arial, tahoma, verdana; font-size: 15px; font-weight: bold;color: #0000FF; text-decoration: none} 
.link2     { font-family: Arial, tahoma, verdana; font-size: 15px; color: #FFFFFF; margin-left: 25}
a.link2:link { color: #FFFFFF; text-decoration: underline; font-size: 15px}
a.link2:hover { color: #FFFFFF; text-decoration: underline; font-size: 15px}
a.link2:visited { color: #FFFFFF; text-decoration: underline; font-size: 15px} 

.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 #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 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 #DADADA;
}

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

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*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 #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


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

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
-->