body {
                   background-color:#B45988;
                   background-image: url(altimages/mainbkg.jpg);
                   topmargin: 0px;
                   leftmargin: 0px;
                   padding: 0px;
                   	scrollbar-face-color:#B45988;	
	scrollbar-track-color:#FFCCFF;
	scrollbar-arrow-color:#FFCCFF;		
	scrollbar-shadow-color:#9A5568;
	scrollbar-darkshadow-color:#CC0066;
	scrollbar-highlight-color:#FF75BA;
	scrollbar-3dlight-color:#FFFFFF;
background-image: url(altimages/tableBkg1.jpg);
font-family: Georgia;
	font-weight: bold; 
                   font-size: 12px;
                   text-align: center;
                   color: #F7DEFC;
}

a:visited {color:#E0CE82;}
a:link {color:#E0CE82;}
a:hover {color:#830345;background=#F7DEFC;}
a:active {color:#FFFFFF;}




/* Style For Thumbs */
.thumbnail img{
border: 1px solid #830345;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid #E0CE82;
}




.popshadow{
position:relative;
left:-5.0;
top:-5.0;
filter:shadow(color=#000000,direction=135, strength:8)
}



/* Drop Down Menu */
#chromemenu{
width: 99%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #830345;
width: 100%;
background: url(altimages/menu-bg.gif) center center repeat-x;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 12px Verdana;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
float: left;
color: #830345;
font-weight: bold;
padding: 6px 12px 6px 7px;
text-decoration: none;
background: url(altimages/menu-divider.gif) center right no-repeat; }

#chromemenu ul li a:hover{
color: #E0CE82;
}

#chromemenu ul li a[onMouseover]: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 #E8BEBE; /*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=#C0C0C0,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FBA7C2; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #830345;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #FEE7FD;
}
}
/* End Drop Down Menu */



