html,body{font: Verdana, Arial, Helvetica, san-serif;
	font-size: 100%;
	background:#D3D3D3;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#191970;
	height:100%;
	width:100%;}
	

#wrapper{width:960px; 
	margin:auto; 
	background-color:#D3D3D3;
	text-align:left;}
	
	
#masthead {width:960px; 
	height:180px; 
	background-image:url(images/PAMBanner.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	padding:0;
	margin:0;}
	
#sidebar {
	vertical-align: top;
	text-align: center;
	margin: 0 0 0 0; 
	width:170px;
	height:100%; 
	background-color:#0054AB; 
	border-right: solid 6px #191970; 
	border-left:solid 4px #191970;
	padding-left:0;
	padding-right:10px;
	border-bottom:solid 4px #191970;}

ul {margin:0;
	text-align: center;
	padding:0;
	list-style: none;
	width:150px;
	border-bottom:1px solid #191970;}
	
ul li {position: relative;}

li ul {position: absolute;
	left: 149px;
	top: 0;
	display: none;}
	
ul li a {display: block;
	text-decoration: none;
	color:#800000;
	background: #FFD700;
	padding: 5px;
	border: 1px solid #191970;
	border-bottom: none; }
	
a:hover {color: #0000FF;}
	
html ul li {float:  none; height: 1%;}
html ul li a {height: 1%}


li:hover ul {display:block;}
li.over ul {display:block;}
	    	
    
h6 {color:#8B0000;
	text-align:center;
	text-decoration:underline;
	font-size: 12pt;}
	
h5 {color:#8B0000;
	text-align:right;
	text-decoration:underline;
	font-size: 12pt;}

#content {float:left; 
	width:735px;
	background-color:#C0C0C0;
	border-right: solid 4px #191970; 
	margin: 0 0 0 0; 	
	padding:5px 10px 15px 10px;
	border-bottom:solid 4px #191970;}
	
	
.floatright {float:right;
	margin-left: 8px;}
	
.floatleft {float:left;
	margin-right: 8px;}
	
.clearfloat {clear:both;
	height: 0;
	font-size: 1px;
	line-height: 0px;}