body{
margin: 0;
padding: 0;
background:#000000 url(images/bg.jpg)  left bottom no-repeat;
color: #FFFFFF;
font-size:14px; 
font-family:Arial, Helvetica, sans-serif;
}

body, html {
	scrollbar-face-color:#99ccff;
	scrollbar-shadow-color:#ccccff;
	scrollbar-highlight-color:#ccccff;
	scrollbar-3dlight-color:#99ccff;
	scrollbar-darkshadow-color:#ccccff;
	scrollbar-track-color:#ccccff;	
	scrollbar-arrow-color: #000033;
}

.normal{
color: #ffffff;
font-size:14px; 
font-family:Arial, Helvetica, sans-serif;
line-height: 24px;
}

a.normal:link, a.normal:visited{
color: #d8ecfe;
text-decoration:none;
}

a.normal:hover {
color: #ffffff;
text-decoration:underline;
}

.hot {
color: #000000;
font-size:14px; 
font-family:Arial, Helvetica, sans-serif;
line-height: 24px;
text-align: right;
padding: 0 40px 0 0;
}

a.hot:link, a.hot:visited{
color: #343b93;
text-decoration:none;
}

a.hot:hover {
text-align: right;
color: #000000;
text-decoration:underline;
}

.small{
color: #ffffff;
font-size:12px; 
font-family:Arial, Helvetica, sans-serif;
line-height: 18px;
}

a.small:link, a.small:visited{
color:#f9d672;
text-decoration:none;
}

a.small:hover {
color: #ffffff;
text-decoration:underline;
}


select{
background:#f9d672;
color: #000000;
font-size:14px; 
font-family:Arial, Helvetica, sans-serif;
line-height: 20px;
}

p{
padding: 0 75px 0 72px;
line-height: 25px;
}

form{
padding: 0 0 0 330px;
}

.copyright{
clear: both;
color: #ffffff;
font-size:12px; 
font-family:Arial, Helvetica, sans-serif;
line-height: 18px;
text-align: center;
}

a.copyright:link, a.copyright:visited {
color:#e1f4fd;
text-decoration:none;
}

a.copyright:hover {
color: #ffffff;
text-decoration:underline;
}


#chromemenu{
width: 100%;
}

#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 #BBB;
width: 100%;
background: url(images/chromebg.jpg) center center repeat-x; /*Theme Change here*/
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: #e1f4fd;
font-weight: bold;
padding: 6px 12px 6px 12px;
text-decoration: none;
background: url(images/divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #ffffff;
background: url(images/chromebg2.jpg) center center repeat-x; /*Theme Change here*/
}



/* ######### 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: #5b74b8;
width: 258px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#334ea1,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*Theme Change here*/
padding: 2px 2px;
text-decoration: none;
font-weight: bold;
color: #e1f4fd;
}

.dropmenudiv a:hover{ /*Theme Change here*/
color: #ffffff;
background-color: #7696d3;
}



