body {
	background-color: white;
	background-repeat: repeat-x;
	text-align: center;
	min-width: 700px;
	font-family: Verdana, Georgia, sans-serif;
}




#banner {
	width: 700px;
	margin: 0 auto;
	height: 170px;
	font-size: 32pt;
	font-family: Tahoma, sans-serif;
	text-align: left;
}


.floatright {
	float: right;
	clear: none;
	padding: 5px;
}


.floatleft {
	float: left;
	clear: none;
	padding: 5px;
}


.leftAlign {
	text-align: left;
	float: left;
	padding-left: 25px;
	padding-top: 20px;
}



#main {
	background-color: #003311;
	text-align: center;
	margin: 0 auto;
	width: 700px;
	height: 100%;
}



#topnav {
	background-color: #003311;
}


#spacer {
	height: 5;
	background-color: white;
}


#sidenav {
	margin-top: 10px;
	float: left;
	width: 170px;
	font-size: 10pt;
	clear: none;
	padding-left: 10;
	text-align: left;
	color: yellow;
}


#sidenav a{
	display: block;
	height: 30px;
}


#navhead {
	font-weight: bold;
}


#content {
	float: right;
	width: 500px;
	height: 100%;
	background-color: white;
	font-family: Georgia, Garamond, Arial, serif;
	text-align: left;
	font-size: 10pt;
	padding-left: 10px;
	padding-right: 10px;
}



h1 {
	font-size: 15pt;
	letter-spacing: -0.05em;
	margin-top: 10px;
}


h2 {
	font-size: 12pt;
}


.quote {
	font-size: 11pt;
	font-style: italic;
}


#caption {
	font-size: 11pt;
	font-style: italic;
	text-align: right;
}


table {
	font-size: 8pt;
	vertical-align: top;
}


.bold {
	font-weight: bold;
	text-align: left;
}


.tick{
	margin-left: 1em;
	list-style-image: url("images/bullet.gif")
}


ul em {
	font-style: normal;
	font-weight: bold;
	color: #ff6600;
}


li {
	margin-top: 1em;
}


#credits {
	margin-top: 40px;
	font-size: 7.5pt;
	text-align: right;
	line-height: 150%;
}


#leftcredits {
	font-size: 7.5pt;
	line-height: 150%;
	font-style: italic;
}


#slogan {
	font-style: italic;
	font-size: 9pt;
	text-align: center;
}


#topnav a:link {
	color: #EECC00;
}


#topnav a:visited {
	color: #EECC00;
}


#topnav a:hover {
	background:  #006633;
}


#sidenav a:link {
	color: #EECC00;
	font-style: normal;
}


#sidenav a:visited {
	color: #EECC00;
}


a:link, a:visited {
	color: #009944;
	text-decoration: none;
}


a:hover {
	background-color: #006633;
	color: white;
	text-decoration: none;
}