body {
color:navy;
background-color:#ffffe0;
margin-top: 0px;
padding:0px;
font-family:verdana, arial, helvetica, sans-serif;
font-size:90%;
}

body a:link {color:blue;background-color:#ffffe0;font-size:90%;font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;
text-decoration:underline;}
body a:link {color:blue;background-color:#ffffe0;font-size:90%;font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;text-decoration:underline;}
body a:hover {color:#000;background-color:white;font-weight:800;text-decoration:none;}
body a:visited {color: blue; font-size:90%; font-family:verdana, arial, helvetica, sans-serif;font-weight:600;text-decoration:underline;}

h1 {
margin:0px 0px 14px 0px;
font-size:160%;
font-weight:900;
}

h2 {
	font: bold 150% verdana, arial, helvetica, sans-serif;
	margin: 0 0 14px 0;
	text-align: center;
}

h3 {
font: bold 120% verdana, arial, helvetica, sans-serif;
}

h4 {
font: bold 110% verdana, arial, helvetica, sans-serif;
}

h5 {
font: bold 80% verdana, arial, helvetica, sans-serif;
margin:0px 0px 8px 0px;
text-align: center;
}

p {
font:95% verdana, arial, helvetica, sans-serif;
margin:0px 0px 14px 0px;}

p.left { text-align: left; } 
p.center { text-align: center; } 
p.right { text-align: right; } 
p.charity { text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: bold;
}
p.smaller { text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

p.nameref { text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 900;
	color: navy;
	background-color: #ffffe0;
}

p.question {
font-weight: 400;
font-size: 95%;
font-style: italic;
color: black;
background-color: #ffffe0;
}

p.copyright {	
color: maroon;
background-color: #ffffe0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 75%;
font-weight: bold;}

p.indent {padding-left: 20px;
padding-right:20px; }

/* All the content boxes belong to the content class. */
.content {
position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
margin-left: 168px;
margin-right: 20px;
min-width:120px;
padding:5px;
z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}
.content>p {margin:0px;}
.content>p+p {text-indent:30px;}
.content a:link {color:blue;background-color:#ffffe0;font-size:95%;font-family:verdana, arial, helvetica, sans-serif; font-weight:600;text-decoration:underline;}
.content a:hover {color:#000;background-color:#ffffe0;font-weight:600;text-decoration:underline;}
.content a:visited {color: blue;background-color:#ffffe0;font-size:95%;
font-family:verdana, arial, helvetica, sans-serif;
font-weight:600;text-decoration:underline;}

.header {
color:navy;
background-color:#ffffff;
text-align: center;
}

.header h1 {
color:navy;
background-color:#ffffff;
font-size: 24px;
padding-top: 6px;
padding-bottom: 0px;
margin-bottom: 0px;
}

.header h2 {
color:navy;
background-color:#ffffff;
font-size: 16px;
padding-top: 0px;
margin-top: 0px;
}

.header p {
color:navy;
background-color:#ffffff;
font-size: 12px;
font-weight: 900;
}

.header img {
float:left;
margin: 1px 10px 10px 0;
}

#wrapper {
margin: 0;
padding: 0;
}

#horiznav ul{
padding: 0;
margin: 0;
white-space : nowrap;
color: #ffffe0;
background-color: navy;
font-weight: bold;
/*float : left;*/
border-style : solid;
border-color : navy;
border-width : 1px 0 1px 0;
}

#horiznav ul li {
display : inline;
}

#horiznav ul li a {
padding-left : 1em;
padding-right : 1em;
color: #ffffff;
background-color: navy;
font-weight : bold;
text-decoration : none;
/*float : left;*/
}

#horiznav ul li a:hover
{
color: navy;
background-color: #ffffe0;
}

#navAlpha {
float: left;
width:148px;
border:1px solid navy;
background-color:#ffff00;
color: navy;
z-index:2;
/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"". inherit;
	}
/* This has been called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:148px;}

#navAlpha ul
{
margin: 0px;
padding: 0px;
height: auto;
list-style-type: none;
font-family: Verdana, arial, Helvetica, sans-serif;
font-size: 95%;
font-weight: normal;
}

#navAlpha li {
display: block;
font-size: 95%;
width: 148px;
}

#navAlpha a
{
display: block;
padding: 1px 1px 1px 1px; 
width: 148px;
font-size: 95%;
font-weight:bold;
color: navy;
background-color: #ffff00;
border: 1px solid navy;
text-decoration:none;
}

#navAlpha a:hover
{
color: white;
background-color: navy;
text-decoration: none;
border: 1px solid navy;
}

#navAlpha ul ul li {
display: block;
margin-left: 0px;
font-size: 95%;
width: 148px;
font-weight: bold;
color: #006633;
background-color: #ffff00;
text-decoration: none;
}

#navAlpha ul ul a
{
display: block;
padding: 0px 0px 0px 8px; 
font-size: 95%;
width: 142px;
color: #006633;
font-weight: bold;
background-color: #ffff00;
text-decoration: none;
border: 1px solid navy;
}

#navAlpha ul ul a:hover {
color: white;
background-color: #006633;
text-decoration: none;
}

#navAlpha p {
font-weight: normal;
font-size: 95%;
}

.alternateg
{
color: #006633;
background-color: #ffffe0;
}

.alternater
{
color: red;
background-color: #ffffe0;
}

#clear {
clear: both;
margin-top: 5px;
}

#footer {
margin: 0px;
padding: 5px;
background-color: #ffffe0;
color: navy;
Border-top: thin solid navy;
Border-bottom: thin solid navy;
}

.centeredImage
{
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

.titleline {
font-family: Georgia, "Times New Roman", Times, Serif;
font-weight: 900;
font-size: 30px;
color: navy;
background-color: transparent;
float: right;
margin-right: 2em;
margin-top: 3em;
}

.centeredImage {
	text-align:center;
}

.leftImage {
	float:left;
	margin:0 20px 0 20px;
}

.rightImage {
	float:right;
	margin:0 20px 0px 20px;
	}
	

.b4list {
	text-align: left;
	font-size: 85%; 
	margin-bottom: -1em;
}
