body{
	margin : 0px;
	padding : 0px;
	background-color: #006633;
}

body a{
  font-family: "Century Gothic", verdana, "Geneva", Arial, Helvetica, sans-serif;
  font-size : 18px;
  font-weight: bold;
  color : #FFFFFF;
  background-color : transparent;
  text-decoration : underline;
}

body a:hover{
  color : #660033;
  background-color : transparent;
  text-decoration : underline;
}

h1{
	font-family : "Geneva", verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	white-space : ;
  	padding-top : 0px;
  	}

h2{
	font-family : verdana, "Geneva", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight : bold;
}

h3{
	font-family: verdana, "Geneva", Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : white;
}

p{
	font-family: verdana, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #CCCCFF;
} 

#banner
{
	top : 0px;
	left : 0px;
	text-align: center;
	width : 100%;
	height : 120px;
	background-color : #660033;
	z-index : 100;
}

#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-top: 1px solid #000;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
margin: 0 10px 4px 10px;
text-decoration: none;
color: white;
font-family: "Century Gothic Bold", Arial italic, verdana, Helvetica;
font-size: ;
padding-top: 7px;
padding-bottom:7px;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-top: 3px solid #006;
border-bottom: 4px solid #006;
padding-top: 4px;
padding-bottom: 6px;
background: #339966;
color: #660033;
}

#navlist a:hover { color: #660033; }

#content{
  margin-top : 0px;
  margin-left : 30px;
  margin-right : 30px;
  padding-top : 0px;
  padding-left : 20px;
  z-index: 50;
}

#footer {
			padding: 5px;
			margin-top: ;
			text-align: center;
			color: white;
			font-family: "Century Gothic", Arial italic, verdana, Helvetica;
			font-weight: normal;
			background-color: #006633; 
			display: block;
}
	
#footer a{
  font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
  font-weight: bold;
  color : white;
  background-color : transparent;
  text-decoration : none;
  }

#footer a:hover{
  color : #660033;
  background-color : transparent;
  text-decoration : underline;
}