@charset "utf-8";
/* CSS Document */

html, body {
margin:0px;
}
body {
background-color:#001529;
background:url(homepageimages/bg.jpg) center;
}
.thepage {
width:984px;
position:relative;
left:50%;
margin-left:-491px;
}
.goldbar {
background:url(homepageimages/goldbar.gif) #fce6b5;
height:5px;
overflow:hidden;
}
.mainnav {
background:url(homepageimages/mainnavbg.gif) #534f47;
height:30px;
text-align:center;
/*overflow:hidden;*/
}
.subnav {
background:url(homepageimages/subnavbg.gif) #757166;
height:26px;
text-align:center;
overflow:hidden;
}


.mainnav a {
text-decoration:none !important;
font-family:Georgia, "Times New Roman", Times, serif !important;
font-size:17px;
line-height:30px;
margin-left:9px;
margin-right:9px;
font-variant:small-caps !important;
color:#e4e4e4 !important; 
}
#rd-dropmenu  {
padding:0px !important;
width:150px;
background-color:transparent!important;
text-decoration:none;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:17px;
line-height:30px;
font-variant:small-caps;
color:#e4e4e4;
}
.mainnav a:hover, #rd-dropmenu:hover {
color:#fce6b5 !important;
}
.subnav a {
text-decoration:none !important;
font-family:Georgia, "Times New Roman", Times, serif !important;
font-size:15px !important;
line-height:26px !important;
margin-left:9px !important;
margin-right:9px !important;
font-variant:small-caps !important;
color:#e4e4e4 !important;
}
.subnav a:hover {
color:#fce6b5 !important;
}
.copyright {
margin-top:10px;
color:#ccc;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
font-size:11px;
}
ul.MenuBarHorizontal li li
{
	font-size:13px!important;
}