@import "cssReset.css";
@import "template.css";
body
{
	background-image: url('/images/NewBackground.jpg');
	background-repeat: repeat-y;
	font-family: Book Antiqua, Serif;
	font-size: 16px;
	text-align: justify;
}
#container 
{
	width: 680px;
	background-color: #FFDD81;
margin-bottom: 2em;
}
#topnav 
{
	background-image: url('/images/grad.jpg');
	width: 680px;
	height: 181px;
}
#topnav img
{
	float: left;
	width: 551px;
	height: 151px;
} 
#topnav 
{
 clear : both;	
}
.barlist
{
white-space:nowrap;
}
.barlist a
{
	border-left: solid 2px #000000;
	padding-left: .5em;
	color: black;
}
.barlist a.first
{
	border-left: none;
}
.barlist a:visited, .barlist a:hover
{
color: black;
}
.barlist li
{
margin: .25em;
}
#topnav ul
{
	width: 120px;
	display: inline;
	overflow: visible;
}
#topnav li
{
	overflow: visible;
}
#topnav a
{
	font-weight: bold;
	font-size: 80%;
}
#topbar li
{
	float: right;
}
#topbar a
{
  line-height: 1.5em;
}
#bottombar
{
	display: block;
	clear:both;
	margin: 0px 2px 0px 2px;
}
#bottombar ul
{
	text-align: center;
	width: 640px;
}
#bottombar li
{
	float: left;
	width: 14%;
}
#bottombar a
{
	float: right;
}

#pgbottom
{
	position: absolute;
	left: 75px;
	width: 605px;
	background-color: #FFCC66;
}

#content
{
	clear:both;
	margin-left: 0.5em;
}

h1
{	
	padding-top: 1.5em;
padding-bottom: .5em;
	color: black;
 	font-size: 112.5%;
 	font-weight: bold;
}
h2 {
color: #9900CC;
font-size: 105%;
font-weight: bold;
margin: 1em 0 .5em 0;
}
h3 {
color: #9900cc;
font-size: 100%;
font-weight: bold;
margin: 1em 0 .5em 0 ;
}
p 
{
padding-top: 1em;
}
#footer
{
clear: both;
text-align: center;
padding: 2em 0 1em 0;
}
#footer li
{
display: inline;
}
#footer a
{
font-weight: bold;
font-size: 75%;
}
strong {
font-weight:bold;
color: #9900CC;
}