body {
	background-color: #FEB;
	font-family: Verdana, sans-serif;	
	font-size: 12px;
	line-height: 1.3em;
	margin : 0;
	padding:0;
}

body.notes{
	margin-left : 0px;
}

.ahem {
	display:none;
}

div {
	padding:4px;
}

div.contentwide {
  width: 60em;  
}


div.contentwidth {
  width: 55em;
}

div.sidebarR {
	position: absolute;
	left:680px; top:95px;	
	background-color:transparent;
	text-align:center;
}

div.topbar {	
	position: absolute;
	left:0px; top:0;
	height:70px;	
	width:730px;	
}

div.bottomL {
	width:640px;
	margin-top:12px;
}

div.bodyads {	
	position: absolute;
	left:10px; top:95px;
	width:660px;	
}

div.redir {	
  width: 40em; 
  margin:8px;
  padding:10px;
  border:1px solid #963;
}

.slug {
	float:right;
	width:200;
	padding:6px;
	margin:8px 0px 8px 12px;
	border:1 solid #963;
	background-color:#FFF;
}
table {
	margin:4px 0px 8px 8px;
}
h1, h2, h3, h4, h5 {	
	font-family:  "Copperplate Gothic Light", "Minion Web", serif;
	font-size:12px;
	text-align: center;
	line-height:1.2em;
	margin:1.5em 0em 1em 0em;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 150%;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}
h4 {
	font-size: 125%;
	font-weight: bold;
	font-style: italic;
}

h5 h6 {
	font-size: 100%;
	font-weight: bold;
	text-align: left;	
}

p {
	font-family: Verdana, sans-serif;
	text-indent : 0px;
	margin-bottom: 6px;	
}

p.first {
  text-indent : 0px; 
   }

p.h5 {
	font-family:  "Copperplate Gothic Bold", "Minion Web", serif;
	font-size:16px;
	text-align: left;
  text-indent : 0px; 
	margin: 18px 0px 0px 0px;	
}

p.head {
	font-weight:bold;
	text-indent:0px;
}

p.head+p {
	text-indent:0px;
	margin-top:0px;
} 
  
p.headnote {
	background-color: #fff0f0;
	text-indent: 10;
}


p.notes {
  text-indent : 0px; 
  margin: 10px 15px 5px 25px;
  background-color: White;
  padding: 5px 5px 5px 5px;
}
   
p.footer {
  text-indent : 0px; 
  font-weight : bold;
   vertical-align : bottom;
   }

p.gap {
	margin-top : 200px;
	margin-bottom : 200px;
}
       
p.heading {	
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 100%;
	margin-top : 12 px;
	text-align: center;
   }
  
  
p.lists {
	margin-top : 0 px;
	margin-bottom : 0px;
   }

p.innote {
  text-indent : 0px; 
  width: 350px;
	background-color : White;
	border : thin ridge #CC9966;
	padding : 5px;
	margin : 2px;
}

p.mono {
	font-family : Courier, monospace;
	text-indent : 0px;
	font-size : smaller;
}

p.slugs {
	font-family : serif;
	font-size: 125%;
	line-height: 1.2em;
	text-indent : 0px;
	margin : 0px 0px 0px 0px;
}
p.slugs:first-letter {
	font-size:2em;
	font-weight:bold;
}

table {
	font-size:100%;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
}

th {
	background-color: #Dc9;
}

OL {
	text-indent: 0px;
}

LI {
	list-style-type: decimal;	
}

LI.sublist {
	list-style-image : none;
	list-style-type: disc;
	margin: 0px 10px 0px 10px;
}

HR {
	text-align: center;
	width:50%;
}

 SPAN.first-letter {
	font-size : 150%;
	font-weight : bold;
}

blockquote {
	margin:3px 20px 9px 20px;
	text-indent:0px;	
}

a:link {
	color:#096;
}
a:visited {
	color:#063;
	text-decoration:underline;
}
a:hover {
	color:#096;
	background:#fff;
}
a:active {
	color:#096;
	background:#ccc;
}