/* BASIC CSS FILE */


/* DIVISIONS */

#wrapper {
	width: 900px;
	position: relative;
	margin: 0 auto;
	}


#titlebox {
	position: relative;
	width: 100%;
	background-color: #693;
	border: 5px solid #000;
	}


#indexbox {
	position: relative;
	top: 5px;
	left: 5px;
	width: 214px;
	float: left;
	border: 3px solid #000;
	background-color: #693;
	padding: 5px;
	text-align: center;
	}


#contentsbox {
	position: relative;
	top: 5px;
	width: 644px;
	float: right;
	border: 3px solid #000;
	background-color: #693;
	padding: 5px;
	text-align: center;
	}

#footerbox {
	position: relative;
	height: 50px;
	}


/* BODY */

body {
	font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
	background-color: #ac7;
	}


/* NS4 FRIENDLY */

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, td {font-family: "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;}


/* HEADLINES */

h1 {
	font-size: xx-large;
	color: #000;
	font-weight: bold;
	text-align: center;
	background-color: transparent;
	text-transform: uppercase;
	}


h2 {
	font-size: x-large;
	color: #000;
	font-weight: bold;
	text-align: center;
	background-color: #693;
	background-color: #953;
	text-transform: uppercase;
	}


h3 {
	font-size: large;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	background-color: #ac7;
	}



/* PARAGRAPHS */

p {
	font-size: medium;
	font-weight: normal;
	text-align: center;
	color: #000;
	background-color: #eee;
	text-transform: uppercase;
	padding: 5px;
	margin-top: -.75em;
	}



/* ANCHORS */

a {
	font-weight: bold;
	}


a:link {color: #00f}
a:visited {color: #953}
a:hover {color: #000; background-color: #953}
a:active {color: #00f}


/* LISTS */

ul {
	font-size: medium;
	font-weight: normal;
	color: #000;
	background-color: #eee;
	text-transform: uppercase;
	text-align: left;
	}


li {
	padding: 5px;
	text-align: left;
	}



/* CLASSES */

.nav {
	font-size: large;
	display: block;
	}






/* ORIGINAL GREEN = #7da647 */
