BODY {
	background-color: #000033;
    font-family: "Book Antiqua", "Bookman Old Style", "Century", "Garamond", serif;
	font-size: 1em;
	padding: 0;
	margin: 0;
}

a {
    color: #000066; 
	text-decoration: none;
}


h1 {
	vertical-align: inherit;
	text-align: inherit;
	padding-right: 10px;
	font-weight: 400;
}

h2, .pagetitle {
	font-size: 1.5em;
	font-family: "Book Antiqua", "Bookman Old Style", "Century", "Garamond", serif;
	font-weight: lighter;
	color: #330000;
	width: 95%;
	text-align: right;
	clear: both;
	padding: 0 5px 0 5px;
}

.titleimg {
	padding: 10px;
	border-bottom: 1px solid #330000;
	margin-bottom: 15px;
}

.standard {
    text-align: justify;
	margin: 0px 5px 10px 5px;
	line-height: 1.4em;
}

.standard:first-letter {
	font-size: 1.5em;
	vertical-align: baseline;
}

.footer {
	font-size: .8em;
	text-align: right;
	width: 100%;
	color: #8888FF;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer a {
	color: #AAAAFF;
	text-decoration: underline;
}

#container {
    background-color: #FFCC99;
	border: 0;
	color: #000000;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#navcontainer {
    width: 210px;
	float: left;
	padding: 0;
	margin: 0; 
}

#content {
	background: #FFEFBC url("gfx/contenttop.gif") no-repeat;
	padding-top: 15px; 
	margin-right: 5px;
    width: 480px;
 	float: right;
}

#header {
	width: 700px;
	height: 75px;
	padding-top: 300px;
	background: url("gfx/newbanner.jpg") no-repeat;
/*	background-position: 0 -350px; */
	vertical-align: bottom;
	text-align: right;
}

/* This is to force containers to actually contain the floated contents */
.spacer { clear: both;  height: 0;} 

.navbar {
    width: 200px;
	background: #FFFFCC url("gfx/navtop.gif") no-repeat;
	margin-left: 5px;
	padding-top: 15px;
}

.navbar ul {
    border-top: 1px solid #663333;
	list-style: none;
	margin: 0;
	padding: 0;
}    

.navbar ul li {
 	display: block;
	background-color: #FFEFBC;
    border-bottom: 1px solid #663333;
	margin: 0;
	padding: 5px 10px 5px 10px; 
	text-align: right;
}

/* THE FOLLOWING ONLY ACTUALLY INFLUENCE FIREFOX AND CSS COMPLIANT BROWERS */
/* BEGIN CSS OVER FOR THE NAV BAR */
   .navbar ul li:hover {
       background-color: #000066;
   }

   .navbar ul li:hover a {
       color: #5555CC;
   }

   .navbar ul li:hover a:hover {
       color: #FFCC00;
   }
/* END CSS HOVER FOR NAV BAR */

/* This is for browsers who don't do the above. They will not render the block's
color change, and therefore not the block and link change. Here is only a link
change without the block */
.navbar ul li a:hover {
    color: #0066CC;
}
