* {
	margin:0;
	padding:0;
}
body {
	background-color: #FEB;
	font-family: Verdana, sans-serif;	
	font-size: 12px;
	line-height: 1.3em;
	margin-left:8px;
}

body.notes{
	margin-left : 0px;
}

.ahem {
	display:none;
}

div {
	padding:4px;
}

div.contentwide {
  width: 60em;  
}


div.contentwidth {
  width: 50em;
}

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;
}

.sideBox {
	float:right;
	width:240px;
	padding:6px;
	margin:8px 0px 8px 12px;
	border:1px solid #630;
	background-color:#FFF;
}
.slug>p:first-letter, h1+p:first-letter, p.first:first-letter {
	font-size:1.5em;
	color:#630;
}
h1, h2, h3, h4, h5, h6 {	
	font-family: "Copperplate Gothic Light", "Minion Web", serif;
	line-height: 1.4em;
	text-align: center;
	font-size: 200%;
	margin: 1.5em 0em 0em 0em;
	color:#630;	
}

h1 {	
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 150%;
	text-align: left;
}

h5 {
	font-size: 130%;
	font-weight: bold;
	text-align: left;
}

h6 {
	font-size: 130%;
	font-weight:normal;
	text-align: left;
	margin:0;
}

h1+h2 {
	margin-top:0;
}

.following {
	margin-top:0;
}
blockquote	{
	margin: 18px 18px 18px 24px;
}
p {
	font-family: Verdana, sans-serif;
	text-indent : 0px;
	margin-bottom: 6px;	
}

p.first {
  text-indent : 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;
}

ul, ol
{
padding: 0;
margin: 0;
margin-bottom:6px;
text-indent:0;
line-height:1.4em;
}

ul 
{
list-style-type: none;
}

ol {
list-style-type: decimal;
}

ol li
{
margin-left:2em;
}

ul li
{
background-image: url(images/blkbead12.gif);
background-repeat: no-repeat;
background-position: 0 0.2em;
padding-left: 3em;
margin-left:1.5em;
margin-bottom:4px;
text-indent: -1.75em;
}


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;
}