html, body {
width:100%;
height:100%;
margin:0px;
padding:0px;
/* line-height: 1.5em; */
/*background: #000000;*/
background-color: #ffd700;
/*font-size:62.5%;*/
font-size:10pt;
font-family:arial, verdana, sans-serif;
}

h4 {
background: black url(../images/menu/blockdefault.gif);
color: #FFFFFF;
height: 10px;
padding: 12px;
}

b{font-size: 110%;}
em{color: red;}
table {border-color:#ffd700;}
th {background-color:#cccccc; color:#000000;}
td {font-family:Arial; font-size: x-small;}
    
.hand {cursor: pointer;}
img {border: 0px;}

#topsection{
background: #000000;
height: 300px; /*Height of top section*/
color: #ffffff;
font-family:arial, verdana, sans-serif;
font-size:small;
font-style:italic;
text-align:center;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background:#ffd700;
padding: 0px;
margin: 0px;
}

#contentcolumn1{
margin-left: 525px; /*Set left margin to LeftColumnWidth*/
float: right;
background-color: #ffd700;

/*background-color: #696969;*/
/* padding: 5px; */
padding-left: 5px;
padding-top: 5px;
font-family:arial, verdana, sans-serif;
}

#contentcolumn2{
margin-left: 625px; /*Set left margin to LeftColumnWidth*/
float: right;
background: #A9A9A9;
padding: 5px;
font-family:arial, verdana, sans-serif;
}

#leftcolumn{
float: left;
width: 540px; /*Width of left column*/
margin-left: -100%;
background: #ffd700;
background-color: #ffd700;

margin-top: 6px;
z-index:60;

}

#footer{
clear: left;
width: 100%;
/*background-color: #000000;*/
/*text-align: right;*/
padding: 4px 0px;
font-family:arial, verdana, sans-serif;
font-style: italic;
font-size: 10px;
}

.error  {color: Red;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.roundedcornr_box {
   background: #000000;
   text-align: center;
   color: #ffffff;
   font-size: 16px;
   margin: 5px 10px 5px 10px;
}

.roundedcornr_top div {
   background: url(../images/roundedcornr_tl.png) no-repeat top left;
}

.roundedcornr_top {
   background: url(../images/roundedcornr_tr.png) no-repeat top right;
}

.roundedcornr_bottom div {
   background: url(../images/roundedcornr_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom {
   background: url(../images/roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}

.roundedcornr_content { margin: 0 10px; }

.roundedcornr_header { font: bold 20px }

/* new menu below */
.menu {
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(../images/menu/blockdefault.gif) center center repeat-x;
}

/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
background: black url(../images/menu/blockdefault.gif) center center repeat-x;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:149px;
padding:5px 0;
color:#fff;
border-right: 1px solid white;
/* background:#949e7c; */
text-decoration:none;
margin-right:1px;
text-align:center;
font: bold 13px Arial;
font-style:italic;
}

/* style the links hover */
.menu :hover, .menu li .current{
color:#fff;
background: transparent url(../images/menu/blockactive.gif) center center repeat-x;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:10px;
}

/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul,
.menu ul ul:hover ul{
visibility:visible;
}

.menu li li {
background: #000;
}

.menu a a {
border-right: 1px;
border-left: 1px;
}

