/* Content Pages Only */

body {
	font-family: Trebuchet MS, Arial, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
	color: #000000;
	}
	
div.editTitle {
	margin: 10px 0 2px 0;
	background-color: #ff0000;
  color: #ffff33;
	font-size: 11pt;
	font-weight: bold;
	font-variant: small-caps;
	padding: 4px;
	}
	
img.edit {
  vertical-align: middle;
	margin:10px;
	}
	
span.editSiggy {
	font-size:7pt;
	color:#000000;
	margin: 0 0 0 2em;
	}
	
div.emp {
  position: relative;
	float: left;
	margin: 2px 2px 0 0;
	border: solid 1pt red;
	width: 100px;
	text-align: center;
	}
	
a:active, a:visited, a:link, { 
 font-size:10pt;
 font-family: Trebuchet MS; 
 text-decoration: none; 
 } 

a:hover, { 
 font-size:10pt;
 font-family: Trebuchet MS; 
 text-decoration: underline; 
 } 
	
/* PDF Listings 
  This code makes a column layout out of a list
	info can be found at 
	http://www.alistapart.com/articles/multicolumnlists/
*/
div.wrap {
  margin-bottom: 40px;
  }

ul {
  width: 100%;
	/*border: solid 1px green;*/
  }

ul li {
  float: left;
  width: 10em;
  list-style-type: none;
  }

br {
  clear: left;
  }
	
p.center {
  text-align: center;
	margin: 5px;
	}
  