@charset "iso-8859-1";
/* CSS file for 2006 version of John & Barbara Dixon Web site
top level*/
@charset "iso-8859-1";
/* CSS file for 2006 version of John & Barbara Dixon Web site*/
/* top level*/
BODY {
  background-color: #660000;
 /* background-image: url(bgmauve.jpg);*/
/*  background-repeat: repeat-x; */
  
  color: #003366;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;   
  font-size:12pt;
}
IMG {
  border: none;
}
H1 {
  margin:10px 0 4px 0; 
  text-align: center;
  font-family: 'Times New Roman', serif; 
  font-size:12pt;
  font-weight: bold;
}
#events H1 {
  font-size:14pt;
}

H2 {
  margin:0 0 4px 0; 
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:12pt;
  font-weight: normal;
}

H3 {
  margin:0 0 4px 0; 
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:10pt;
  font-weight: normal;
}
P {
  margin:0; 
  text-align:left; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size:12pt;
}
A {
  text-decoration: none;
}
A:link {
  color:#000000;
  background-color: #FFFFFF;
}
A:visited {
  color:#000080;
  background-color: #FFFFFF;
}
A:hover {
  color:#FFFFFF;
  background-color: #000000;
}
A:active {
  color:#800000;
  background-color: inherit;
}
A.email {
  font-family: 'Courier New',monospace;
}
OL {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
  text-align: left;
  list-style-type: disc;
}
#t1 {
font-family:Sans-Serif; 
font-size:8pt;
text-align: center
}
#t2 {
font-family:Sans-Serif; 
font-size:14pt
}
#t3 {
font-family:Times New Roman,Serif; 
font-size:22pt;
color:#666666;
text-align; center
}


#text {
  font-family: 'Times New Roman', serif; 
  text-align: left;
  font-size:13pt;
  margin: 22px 0 0 0;
}
<style>
body {bgcolor: "#000000"; 
.noborder {border:0;}
p {font-family:Verdana,Sans-Serif; font-size:12pt; font-weight:bold}
</style>
#column1 {
	position: absolute;
	left:0;
	width: 10em;
}

#column2 {
	margin-left: 10em;
}





#navcontainer ul
{
text-align: center;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
background-color: #036;
color: white;
width: 100%;
font-family: Arial,Helvetica,sans-serif;
line-height: 18px;
/* fixes Firefox 0.9.3 */
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a
{
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
padding-top: 5px;
color: white;
text-decoration: none;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: white;
}

#navcontainer #active { border-left: 1px solid #fff; }