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;
background-color:white;
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.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: 165px;
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: 0px;
padding: 0px;
}

#horiznav ul{
padding: 0;
margin: 0;
white-space : nowrap;
color: #ffffe0;
background-color: navy;
font-weight: bold;
/*float : left;*/
border-style : solid;
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;

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;
text-decoration:none;
}

#navAlpha a:hover {
color: #ffff00;
background-color: navy;
text-decoration: none;
border: 1px solid;
}

#navAlpha ul ul li{
display: block;
margin-left: 0px;
font-size: 95%;
width: 148px;
color: #336600;
font-weight: bold;
background-color: #ffff00;
text-decoration: none;
}

#navAlpha ul ul a {
display: block;
padding: 0px 0px 0px 8px; 
font-size: 95%;
width: 142px;
color: #336600;
font-weight: bold;
background-color: #ffff00;
text-decoration: none;
border: 1px solid navy;
}

#navAlpha ul ul a:hover {
color: #ffff00;
background-color: #336600;
text-decoration: none;
}

#navAlpha p {
font-weight: normal;
font-size: 95%;
}

#navBeta {
float: right;
width:138px;
border:1px solid navy;
color: navy;
background-color:#ffffff;
text-align: center;
padding:5px;
z-index:1;
/* Again, the ugly brilliant hack. */
voice-family: "\"}\"", inherit;}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:138px;}

#navBeta p {
font-weight: normal;
font-size: 85%;
}

.alternate {
color: #336600;
background-color: white;
}

#clear {
clear: both;
margin-top: 5px;
}

#footer {
margin: 0px;
padding: 5px;
background-color: #ffffe0;
color: navy;
Border-top: thin solid;
Border-bottom: thin solid;
}

.centeredImage {
text-align:center;
margin-top:0px;
margin-bottom:0px;
padding:0px;
}

.rightImage {
float: right;
margin-top:5px;
margin-bottom:10px;
margin-left: 20px;
padding:0px;
}

