html {overflow: -moz-scrollbars-vertical;}

body {margin: 0px; background-color: black; color: #EBEBEB;font: small Arial;}
.page {width: 1000px;}

p, td, li, blockquote {font: small Arial; color: #EBEBEB;}

a{
color: #E2E2E2;
text-decoration: none;
font-weight: bold;
}
a:hover{
color: #c2a362 ;
text-decoration: underline;
font-weight: bold;
}

.arrowlistmenu{
width: 200px; /*width of accordion menu*/
margin: 20px 0px 0px 5px;
position: relative; float: left;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color: black;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
padding-top: 6px; /*header text is indented 10px*/
text-align: center;
cursor: hand;
cursor: pointer;
background: url(graphix/silverbullet1.gif) no-repeat;
height: 25px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(graphix/goldbullet1.gif) no-repeat;
color: black;
height: 25px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #c2a362;
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: black;
background-color: #c2a362;
text-decoration: none;
font-weight: normal;
}
.coinpic {position: relative; float: left; margin: 2px;}
.center {position: relative; float: left; padding: 0px 20px 20px 20px; width: 750px; border: solid 0px white; margin-top: 20px;}
.slideshow, .intro {position: relative; float: left; margin: 20px 0px 50px 20px;}
.intro {width: 400px;}

h1 {font-family: 'Alba','arial rounded MT bold',arial, sans-serif; color: #c2a362; margin: 0px; text-align: center; font-weight: normal;}
h2 {font-family: 'arial rounded MT bold',arial, sans-serif; color: #E2E2E2; margin: 0px; text-align: center; font-weight: normal; font-size: medium;}
h4 {font-family: 'arial rounded MT bold',arial, sans-serif; color:  #c2a362; display: inline; font-weight: bold; font-size: small;}

.formbox {background-color: black; border: solid 1px #E2E2E2; color: #E2E2E2;}

.floatR {position: relative; float: right;}
.floatL {position: relative; float: left;}

.footer {clear: both; text-align: left; margin: 10px 0px 10px 0px; display: block; border-top: solid 1px #c2a362; }

form {margin:0; padding:0; display: inline;}

.qbutton {background: transparent url(graphix/button-bg.gif) no-repeat; border: 0; color: #000000; font-family: arial, sans-serif; font-size: 12px; text-align: center; width: 118px; height: 20px; margin: 2px;}
