h1{
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
}

.floatImageRight{
	float: right; 
}

.innerPadded{
padding: 1em;
}
#portBox{

clear:both;
border: 1px solid gray; 
font-size: 12px;
background-image:url("trans.png"); 

}
#container{
 width: 910px;
 margin: 0px auto;
 background-color: white;
 border: 1px solid gray;
 line-height: 100%; 
text-align:left;
}
#banner{ 
  border-bottom: 1px solid gray; 
  height:122px;
  background-image:url("newlogo2.jpg");
}
#content{
	font-family: Verdana, Arial, sans-serif;
 padding: 35px 34px 35px 34px; 
 background-image: url("randombg.php");
}

#footer{
	text-align: center;	
	font-family: Verdana, Arial, sans-serif;
	color: gray;
	padding-left: 1em;
	font-size: 10px;
	background-color: white;
}
body{
text-align:center;
 background-color: #dddddd;
 background-image: url("background.jpg");
}

   #menu { 
border: 1px solid gray;
   float: left;
   text-align: left;
   position: relative;
	z-index: 500;
	background-color:#07406F;
	
	margin: 0;
   }

   #menu ul {
   list-style: none;
   margin: 0px;
   padding: 0;
   width: 210px;
   float: left;
   text-align: left; 
   }

   #menu li {position: relative; }

   #menu a, #menu h2 {

   font: bold 16px/16px arial, helvetica, sans-serif;
   display: block;
   margin: 0;
   padding: 4px 6px;
   background: #07406F;
   color: white;
   text-decoration: none;
   }

   #menu a:hover, #menu h2:hover {
   color: #6B869D;
   background: #fff;
   }

   #menu ul ul a, #menu ul ul h2 {
   font: 16px/16px arial, helvetica, sans-serif;
   display: block;
   margin: 0;
   background: #6B869D;
   color: white; 
   }

   #menu ul ul ul {
   position: absolute;
   top: 0;
   left: 100%; 
   }
   #menu ul ul {
   position: absolute; 
   z-index: 500;
   }

   div#menu ul ul {
   display: none;
   }
   div#menu ul li:hover ul
   {display: block;}
   div#menu ul ul,
   div#menu ul li:hover ul ul,
   div#menu ul ul li:hover ul ul
   {display: none;}

   div#menu ul li:hover ul,
   div#menu ul ul li:hover ul,
   div#menu ul ul ul li:hover ul
   {display: block;}
