
body {
	font-family: "Gills Sans", Verdana, Arial;
	text-align:center;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
}

#wrap {
	margin: 0 auto;
	text-align: left;
	background-color: #717180;
	width: 975px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}

/**********************
	Basic Formatting
***********************/

p, h1, h2 {
	font-family: "Gills Sans", Verdana, Arial;
	}
	
h1 {
	font-size: 1.2em;
	padding-top: 1em;
	}
	
h2 {
	font-size: 1em;
	}
	
#a-z h2 {

	}


p, td, th {
	font-size: 0.8em;
	}
	
#a-z a {
	font-size:0.8em;
}

/*******************/

#header {
	background: #86b04f;
	height: 105px;
	border-bottom: 3px solid #b6ff57;
	}

/******************
	Navigation
*******************/
#nav-container {
	height:20px;
	border-bottom: 3px solid #b6ff57;

	}


#nav {
	margin: 0;
	margin: 0 10px 4px 10px;
	text-align: center;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 60%;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 5px 4px 5px;
	padding: 2px;
	text-decoration: none;
	color: #86b04f;
	}

#nav a.active:link, #nav a.active:visited, #nav a:hover {
	border-bottom: 4px solid #b6ff57;
	padding: 2px;
	background: #fff;
	color: #86b04f;
	}

	


	
/******************
	Footer
*****************/
#footer {
	margin-top: 1em;
	width: 100%;
	background-color: #a00101;
	}

#footer ul {
	margin:0;
	text-align: right;
	}
	
#footer li {
	display: inline;
	list-style: none;
	margin:0 0.5em;
	color: #ffffff;
	font-size: 0.6em;

	}
	
#footer a {
	text-decoration: none;
	color: #fff;
	font-family: Verdana, "Gills Sans", Arial;
	font-size: 1em;
	}
	
/*****************/
	
#content {
	background-color: #717180;

	padding: 0 2em;


	}

.maintext {
	width: 40em;
	margin-top:0.8em;
	padding:1em;
	border: 2px solid #000000;
	background-color: #ffffff;
	}
	

	
/*******************
	Tables
*******************/
table {
	border-collapse: collapse;
	clear:left;
	display: block;
}

th {
	background-color: #eaeaea;
	vertical-align: top;
}

th, td {
	border:1px solid #000000;
	font-size: 0.8em;
	line-height: 1.2em;
	padding:3px 7px;
	text-align: left;
}

td {
	background-color: #eeeeee;
	vertical-align: top;
	}
	
table p {
	line-height: 1.4em;
	margin: 0 0 0.5em;
	}

.toprow {
	text-align: center;
	}
	
/***************
	Lists
***************/
.maintext li {
	font-size: 0.8em;
	padding-bottom:1.2em;
	}
	
/***************/

.neg {
	color: #c4262d;
	}