/* CSS Document */
body {
		margin:0px 0px 0px 0px;
		background-color:#fff;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size: small;
		color:#666;
		}
	
	
	#uber {
	background:#fff;
	margin:1% auto;
	width:80%;
	border: 1px solid #ccc;
	padding:10px;
	border-top-style: double;
}
	
	#head {
	text-align:center;
	margin-bottom:10px;/* Has to be px for IE*/
	}
	
	#footer {
	text-align:center; 
	font-size:x-small;
	color:#999;}
	
	
	#main {padding:2%;}
	
	.not {text-decoration:line-through;}
		
	acronym {	
	border-bottom-width: 1px;
	border-bottom-style: dashed;	
	}
	
div.row span.sitelogo {
  float: left;
  text-align: left;
  font-weight: bold;
  color: #fff;
  width: 6%;
  }

div.row span.logout {
  float: right;
  text-align: right;
  font-weight: bold;
  width: 49%;
  }
  
 div.row h1 {float: left;
  text-align: left;
  width: 44%;
  }
  
 div.spacer {clear:both}
  
 h1 {font-size: large}
 h2 {font-size: medium; font-weight:bold; color:#fff;}
 h3 {font-size: medium;}
 h4 {font-size: small; font-weight:bold;}
 h5 {font-size: small; font-weight:bold; font-style:italic;}
 h6 {font-size: small; font-style:italic; }
 
 th {background-color: #6fa9c5}
 caption {background-color: #069}
 tr.odd {background-color: #ddd}
 tr.even {background-color:#ebebeb;}
 
 
ul.menu {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

ul.menu li{
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
	display: inline;
	}