
body {
  
  font-family: helvetica, verdana, sans-serif;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	margin-top:5px;
}

.H{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 4px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}
.flash_container {
    padding:0px;
	margin-bottom:0px;
	margin-top:0px;
}
.footer{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:5px;
}

.footer2{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:500px;
}

.title{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 14px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}

.table{
text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}

.maincontent {
	text-align: left;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
	margin-right:200px;
}
.leftcontent {
	text-align: left;
	font-family: helvetica, verdana, sans-serif;
	font-size: 12px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}
.leftcontent a:hover {
    color:#663300;
	text-decoration:none;
}
span {
	font-family: verdana, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
	text-transform:uppercase;
	text-indent:10px;
}
.floor_content {
	text-align: center;
	font-family: helvetica, verdana, sans-serif;
	font-size: 10px;
	padding: 3px;
	margin-bottom:5px;
	margin-left:3px;
}
.floor_content a:hover {
    color:#663300;
	text-decoration:none;
}
.top_nav {
	text-align: right;
	font-family: helvetica, verdana, sans-serif;
	font-size: 11px;
    font-weight: bold;
	padding: 3px;
	margin-bottom:2px;
	margin-left:0px;
	margin-right:0px;
	margin-top:2px;
}
/* style the outer div to give it width */
.menu {
font-size:0.85em;
padding-bottom:0px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
text-align:center;
}
.menu ul ul {
width:88px;
text-align:left;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:88px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
color:#fff; 
width:88px; 
background:#000; 
line-height:29px;
border:1px solid #000; 
border-width:1px 1px 0 0; 
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:88px;
w\idth:88px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:#000;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#FFF;
}
.menu ul ul :hover > a.drop {
background:#FFF;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#000;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#FFF;
}
.menu ul ul ul :hover > a {
background:#FFF;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px;
left:0; 
width:88px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:35px;
t\op:35px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:88px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
navbox {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#000; 
color:#FFF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:129px
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#000000; 
background:#FFFFFF;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#000000;
background:#FFFFFF;
}

/* make the second level visible when hover on first level list OR link */
.menu ul :hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}
</style>