
body
	{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #000000;
	background: #b3a847 url(images/pagebg.jpg) repeat-x top center;
	height: 100%;
	}




/* this puts a scrollbar for FF */

html 
	{
	margin-bottom: 1px;
	height: 100%;
	overflow-y: scroll;
	}




#wrapper
	{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 1020px;
	min-height: 630px;
	background: transparent url(images/wrapperbg.jpg) repeat-y top center;
	}


#header
	{
	width: 1020px;
	height: 350px;
	margin: 0;
	padding: 0;
	background: transparent url(images/headerbg.jpg) no-repeat top center;
	}


#container
	{
	width: 940px;
	margin: 0 auto;
	min-height: 570px;
	padding: 0 0 50px 0;
	background: transparent url(images/containerbg2.jpg) no-repeat bottom center;
	}



/*  top navigation  */



#topnav
	{
	width: 760px;
	margin: 0 auto;
	padding: 8px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 130%;
	height: 28px;
	background: #2a3990;
	position: relative;
	top: 220px;
	}

#topnav ul 
	{ 
	padding: 0; 
	list-style: none;
	}

#topnav ul li 
	{ 
	display: inline; 
	text-align: center;
	margin-left: 40px;
	}

#topnav ul
	{
	margin: 0;
	padding: 0;
	color: #000000;
	}

#topnav ul li a
	{
	padding: 5px 3px;
	color: #ffffff;
	text-decoration: none;
	border: none;
	}

#topnav ul li a:hover
	{
	color: #f9ed33;
	text-decoration: none;
	}




#main
	{
	text-align: left;
	width: 740px;
	margin: 0 auto;
	margin-top: -50px;
	background: #ffffff;
	padding: 0 0 40px 0;
	}


.imageright
	{
	float: right;
	margin: 10px;
	padding: 0;
	}




/* footer elements */


#footer
	{
	width: 760px;
	margin: 30px auto;
	clear: right;
	padding: 10px 0;
	text-align: center;
	font-weight: bold;
	font-size: 84%;
	height: 100px;
	position: relative;
	bottom: 1px;
	border-top: 20px solid #2a3990;
	background: #ffffff url(images/logofooter.jpg) no-repeat center right;
	}

#footer p
	{
	text-align: center;
	}



/* global elements */

a:link, a:visited

	{
	color: #445ABF;
	text-decoration: none;
	font-weight: bold;
	padding: 0 1px;	
	}

a:hover
	{
	text-decoration: underline;
	}


a:active, a:focus 
	{
	outline: 0;
      }


img
	{
	margin: 0;
	padding: 0;
	}

a img 
	{
	border: none;
	margin: 0;
	padding: 0;
	}

p
	{
	padding: 0 10px;
	text-align: left;
	}

h1
	{
	font-size: 142%;
	color: #2a3990;
	text-transform: capitalize;
	}

h2
	{
	text-align: left;
	font-size: 120%;
	padding-left: 10px;
	margin-top: 15px;
	margin-bottom: 0;
	text-transform: uppercase;
	}


/* form elements */

label
	{
	width: 15em;
	margin-right: 1em;
	display: block;
	font-weight: bold;
	}

.white 
	{
	color: #ffffff;
	background-color: #2a3990;
	border: 2px solid #f9ed33;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	}

.white:hover
	{
	background-color: #f9ed33;
	color: #2a3990;
	border: 2px solid #2a3990;
	}




/* this activates the hover in the top nav to show what page you're on */


#home .home, #support .support, #calendar .calendar, #about .about, #contact .contact
	{
	color: #f9ed33;
	text-decoration: none;
	}






