/* CSS Document
Copyright to Justin O'Connell
*/

body
{
 background-color:#336600;
}

#nav {
	margin-top: 7px;
	padding-left: 5px;
	font-family:Arial, Helvetica, sans-serif;
	}
	#nav ul {
		list-style-type: none;
		display: inline;
	}
	#nav li {
		list-style-type: none;
		display: inline;
		margin-right: 20px;
	}
	#nav li a, #nav li a:link, #nav li a:active, #nav li a:visited {
		font-size: 16px;
		color: #fff;
		text-decoration: none;
		}

		#nav li.selected, #nav li a:hover {
			font-size: 15px;
			color: #fff;
			text-decoration: none;
			border-bottom: solid 2px #fff;
			padding-bottom: 6px;
			

		}
		
#maintext
{
 background-color: #FFFFFF;
 margin: 0px 0px 0px 0px;
 padding: 10px 20px 20px 20px;
 text-align: center;
}

#maintext p
{
	margin-top: 0px;
	font-family: Arial;
	font-size: 14px;
}

#maintext h2
{
	color:#FEB500;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 0px;
	font-family: Arial;
}

#maintext h3
{
 color:#000000;
 font-size: 120%;
 margin-bottom: 0px;
}

#maintext a
{
 color: #FEB500;
}
p {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}
h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #FEB500;
	text-align:center;
}
h3 {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align:center;
}
ul {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FEB500;
}
li {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #FEB500;
}

