html {
filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

body,div,img,table,th,td,ul,li,form{
margin:0;
padding:0;
border:none;
}
body{
margin:2px 0 16px 0;
background-color:#000000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:12px;
color:#BCBDC1;
text-align:center;
}	
#cont{
width:900px;
margin:0px auto;
text-align:left;
}

a {
text-decoration:none;
color:#760031;
}

a:hover {
text-decoration:underline;	
}
#menu_cont{
padding:10px 0 7px 20px;
border-bottom:solid 1px #000000;
background:url('../images/menu_bk.gif') top repeat-x #2f2f31;
}
#menu{
list-style:none;
}
#menu li{
padding-left:16px;
margin-right:20px;
display:inline;
}
.menu_on{
background:url('../images/arrow1.gif') 0% 60% no-repeat;
}
.menu_off{
background:url('../images/arrow2.gif') 0% 60% no-repeat;
}
#menu a{
padding:10px 0 7px 0;
font-family:"Times New Roman",serif;
font-size:14px;
font-weight:bold;
color:#cccccc;
text-decoration:none;
}

#front{
background:url(../images/searchBoxBackTop.png) 0px 25px no-repeat;
}
.searchBar {
background:url(../images/searchBoxBack.png);
height:450px;
width:207px;
float:left;
margin-top:5px;
border:#282828 solid;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;	
}

.searchBarContent {
padding:30px 0 0 30px;
}

#mainContent {
float:left;
width:666px;
margin-left:20px;
overflow:hidden;
}

.sbMagnifier {
margin-bottom:3px;
float:left;
}
.sbHead {
padding:2px 0 0 30px;
font-weight:bold;
}

.searchForm {
margin-top:20px;
}
.searchForm label{
display:block;
margin-bottom:5px;
}

.searchForm select{
width:150px;
margin-bottom:10px;
}
#foot{
padding:10px 20px 5px 20px;
clear:both;
text-align:right;
font-size:12px;
background:url('../images/foot_bk.gif') bottom repeat-x;
color:#888888;
}
#foot_left{
float:left;
}
#foot_right span{
color:#8b2f4e;
}
#foot_right a{
color:#888888;
text-decoration:none;
}