body {
	margin: 0;	padding: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

html,body{
	margin:0;
    padding:0;
    height:100%;
    border:none
}



a:link, a:visited {
	color: #FF6600;
	text-decoration: none;
}

#maintbl #content a:hover {
	border-bottom: dashed 1px #D23200;
}

.normal {
	font-size: 1em;
}

.screen b {
	font-weight:bold;
	font-size: 0.8em;
}

h1 {
	font-size: 1.4em;
    color: #FF6600;
	font-weight: bold;
	margin-top: 20px;
	border-bottom: 1px dashed #D23200;
	width: 99%;
}

h2 {
	font-size: 1.4em;
      color: #FF6600;
 	font-weight: bold;
	margin-top: 20px;
	text-decoration: underline;
}

h3 {
	font-size: 1.4em;
  	color: #FF6600;
	font-weight: bold;
	border-bottom: 1px dashed #D23200;
	margin-bottom:2px;
}

#newsdiv {
	border-left: 1px dashed #D23200;
}


.tbl {
	padding: 10px;
	font-size: 1em;
}
#maintbl {

}

#maintbl #header {
	background-color: #FF6600;
	border-bottom: 1px solid #000000;
	height: 55px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bolder;
	font-size: 1.5em;
	padding-left: 10px;
}

#maintbl #topmenu {
	background-color: #D23200;
	border-bottom: 1px solid #000000;
	text-align: right;
	color: white;
	font-size: 0.8em;
	padding-right: 5px;
}

#maintbl #menu {
	background-color: #F0F0F0;
	border-right: dashed 1px #c0c0c0;
}

#maintbl #content {
	padding: 10px;
	font-size: 0.8em;
}

#maintbl #footer {
	background-color: #F0F0F0;
	border-top: dashed 1px #c0c0c0;
	text-align:center;
	line-height: 40px;
	font-weight: bold;
	font-size: 0.8em;
}

#maintbl #footercube {
	background-color: #F0F0F0;
}

#floatlogo {
	float: right;
	position: absolute;
	top:90px;
	right:5px;
}



.delim {	 border-bottom : 1px dashed #c0c0c0; }
.nohover a:hover {text-decoration:none; border: 0px;}





.menuheader {	font-weight: bold;	padding-left: 8px; }
#menu {	font-size:0.8em; }
.menu { padding : 0; margin-bottom : 0; } 
.menu a { display : block; text-decoration:none; padding: 2px 0px 2px 20px; }
.menu .delimiter { display : none; }
.menu a {color : #534042;	background-color : inherit; }
.menu a:visited { color : #534042; }
.menu a:hover {
	background-color : #FF6600; 
	text-decoration:none;
	border-top: 1px solid #D23200; 
	border-bottom: 1px solid #D23200;  
	padding: 1px 0px 1px 20px;
	list-style-image: url(img/arrow.gif);	
	list-style-position: outside;
	color: white;
}


ul.menu {list-style:none;	margin:0px; }
ul.menu li {  border-bottom : 1px dashed #F0F0F0; }
ul.menu .active {
	background-color : #FFF3E3; 
	border-top: 1px solid #C29D68; 
	border-bottom: 1px solid #C29D68;  
}
ul.menu .active a:hover {
	background-color : #FFF3E3; 
	border-top: 1px solid white; 
	border-bottom: 1px solid white;  
}


