﻿h1, h2, h3, h4 {
	letter-spacing: -1; line-height: 150%; 
	font-weight: bold;
	text-align: center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size:19pt;
	color:#ce0000;
}

h2 {
	font-size:16pt;
	color:#000000;
	text-transform: capitalize;
}

h3 {
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	color: #ce0000;
	text-transform: capitalize;
}
h4 {
	font-size:15pt;
	margin:0;
	margin-left:15%;
	margin-right:15%;
}
body {
   font-family:Verdana, Arial;
   font-size:14px; line-height: 150%; 
}
td {
   font-family:Verdana, Arial;
   font-size:14px; line-height: 150%; 
}
#contentContainer {
   background:white url(/images/backmid.gif) repeat-y;
   width:800px;
   border:none;
}
#content {
   text-align:left;
   width:600px;
}
#contentTop, #contentBottom {
   width:800px; height:45px;
   margin:0;
}
#contentTop {
   background:white url(/images/backtop.gif) no-repeat;
}
#contentBottom {
   background:white url(/images/backbottom.gif) no-repeat;
}
.censored {
   background-color:black;
   color:black;
}
.small {
	width:350px;
}

blockquote {
	margin-left:100px;
	width:400px;
	padding:5px;
	background-color:#d9e4ef;
	border-top: #0000cc solid 1px;
	border-left:#0000cc solid 1px;
	border-right:#000033 solid 1px;
	border-bottom:#000033 solid 1px;
}
blockquote h1 {
	color:navy;
	font-size:17px;
}
blockquote h2 {
	font-size:14px;
	letter-spacing:0;
}
blockquote img {
	border:solid 1px;
}
.side blockquote {
   text-align:left;
	background-color:#d9e4ef;
	width:200px;
}
.side blockquote p {
	font-size:11px;
}
li {
   margin:10px;
}

.headshot {
	float:right;
	text-align:right;
	border:black solid 1px;
	margin-left:25px;
}

.highlight {
	background-color:yellow;
	color:black;
}