body
{
background:url(../images/bgtile.jpg);
background-color:#cccccc;
background-repeat:no-repeat;
margin-left:0px;
margin-top:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}

p
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
}

.italic
{
font-style:italic;
}

.bottomtext
{
color:#b6a00e;
padding:4px;
}

h1
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.narrow
{
margin-bottom:-10px;
}

a:link
{
text-decoration:none;
color:#CCCCCC;

}

a:visited
{
text-decoration:none;
color:#CCCCCC;
}

a:hover
{
text-decoration: underline;
color:#b6a00e;
}

img
{
border:none;
}
div
{}

.leftbox
{
padding-left:30px;
padding-right:10px;
padding-top:20px;
width:180px;
}

.centerbox
{
width:350px;
padding-top:20px;
}

.rightbox
{
padding-left:30px;
padding-right:10px;
padding-top:20px;
width:180px;
}

/* ######### STYLE FOR TOP MENU ######### */

.shadetabs{
margin-left: 30px;
margin-top:2px;
margin-bottom:2px;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
font: Arial, Helvetica, sans-serif;
color:#999999;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #999999;
background: white url(../images/menu/shade.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.shadetabs li a:visited{
color: #999999;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #999999;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../images/menu/shadeactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


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

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

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