/*Style sheet for index.html only
Last modified 4/3/11


Color Guide

#FFE4AE - tan, background of "wrapper" and text
#7D3500 - brown, used for bar and rules 
#401C00 - dark brown, used for page background 

*/


 h1 {
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-top: 5px;
}

h3 {
	margin-top: 0px;
	padding-top: 0px;
	font-weight: normal;
}

#wrapper {
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	text-align: left;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFE4AE;
}
#introduction {
	float: left;
	width: 400px;
	text-align: left;
	margin-bottom: 15px;
}

#content {
	font-size: 1em;
	float: left;
	width: 70%;
	clear: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
}
#logo {
	height: 150px;
	width: 200px;
	padding-top: 25px;
	text-align: center;
	float: left;
}
.auto_margin {
	clear: both;
	margin-right: auto;
	margin-left: auto;
}

.more_text {
}
.smaller_text {
	font-size: .8em;
	padding-bottom: 0px;
}

.brown_bar {
	background-color: #7D3500;
	clear: both;
	height: 24px;
}
.tableformat {
	clear: both;
	background-color: #7D3500;
	height: 24px;
	color: #FFF;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	
}
	
.tableformat a:link {color: #fff;} 

.tableformat a:visited {color: #fff;}

.tableformat a:link {color: #fff;}

.tableformat a:visited {color: #fff;}

.tableformat a:hover {color: #CCC;}

.link_no_underscore {
	color: #401C00;
	text-decoration: none;
	margin-right: 5px;
	margin-bottom: 5px;
}

.normal_list {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

li {
	font-weight: bold;
	margin-bottom: 0.5em;
}

hr {
	color: #7D3500;
	clear: both;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
