H { background-color: transparent; color: #0000FF; font-family: Georgia, Times New Roman, Serif; }

h2, h3 {position:relative; left:15px}

/* Swap replaces the text with the stated graphics 
Attempt to do this soon with a 2002-2006 graphic so I can just mod the graphic at year's end. */

h4.swap { 
	height: 104px;
	width: 516px;
	background-repeat:no-repeat;
	}
h4.swap span { display:none; }

#titlegrafx h4 {
text-indent: -100em;
overflow: hidden;
background: url(images/titlegrafx.jpg);
background-repeat: no-repeat; 
line-height: 104px;
}

#content {
	position:absolute;
	top: 160px;
	left: 2%;
	width: 550px;
	}

#navigation {
	position: absolute;
	top: 0px;
	left: 0px;
	}

body { 
background-color: #ffffff; 
/*background-image: url(../images/background.jpg); 
background-repeat: repeat; no-repeat; */ 
background-attachment: fixed; 
background-position: 30% 125px;
}

img { 
border: 0px solid #000000; 
}

DIV { background: none; 
	color: #0000FF;
	font-family: Georgia, Times New Roman, Serif;
	font-weight: normal;
	}

P { background: none; 
	color: #0000FF; 
	font-family: Georgia, Times New Roman, Serif; 
	}

a:link {color: black}
a:visited {color: blue}
a:hover {color: red}
/* a:focus {color: olive} 
a:active {color: olive}*/

/* classes greenfont, bluefont, etc. are for specific color changes*/
.greenfont { font-family: Georgia, Times New Roman, Serif; color:green;  }
.bluefont { font-family: Georgia, Times New Roman, Serif; color:blue;  }
.redfont { font-family: Georgia, Times New Roman, Serif; color:red;  }
.bold { font-family: Georgia, Times New Roman, Serif; font-weight:bolder; }
.hidetext { font-family: Georgia, Times New Roman, Serif; color: #ffffff; }
.center { font-family: Georgia, Times New Roman, Serif; text-align: center; }


li { list-style-type: circle; color: #0000FF; }

.alphalist { list-style-type:lower-alpha; 
	color: #0000FF; 
	}

.linkzone { font-family: Georgia, Times New Roman, Serif; 
	font-size: xx-small; 
	text-align: center; 
	color: #0000FF; 
	}

.indent { font-family: Georgia, Times New Roman, Serif; 
	margin-left: 30px; 
	margin-right: 10px;
	}

.margrt { font-family: Georgia, Times New Roman, Serif; 
	margin-right: 20px;
	}

.lineout { text-decoration: line-through;}