body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	background-color: #663300;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: .8em;
	line-height: 1.4em;
	color: #432507;
}
.page {
	margin: 0px auto;
	position: relative; 
	top: 8px;
	left: 0px;
	height: 610px;
	width: 826px; /*this has to be an actual px measurement or nothing will center*/
/*	border: 1px solid #FF0000; */
}		
td {
	vertical-align: top;
}
a:link {
	color: #432507;
}
a:visited {
	color: #432507;
}
a:active {
	color: #432507;
}
a:hover {
	color: #432507;
}
a img {
	border: 0px;
}
.border {
	border: 1px solid #666666;
}
#footer { /* this is going to be relative */
	text-align: center; 

	width: 100%; 
	height: 80px;
}
.footer{
	font-size: 1em;
	line-height: 1.1em; 
	color: #2A5B59;
	text-align: center;
}
.footer a:link {
	font-size: 1em;
	color: #FFCC99;

}
.footer a:visited{
	color: #FFCC99;
}	
.footer.a:active{
}	
.footer.a:hover{
}		
.credits{
	font-size: .9em;
	line-height: 1.1em; 
	color: #999999;
	text-align: center;
}
.text1 {
	font-size: 1em;
	line-height: 1.8em;
	color: #E6E6B0;
}
.text2 {
	font-size: 1em;
	line-height: 1.2em;
	color: #E6E6B0;
}
.text3 {
	font-size: 1em;
	color: #333300;
}
.projheadline {
	font-size: 1em;
	font-weight: bold;
}
.headline2 {
	text-indent: 20px;
	line-height: 1.25em;
}
.headline3 {
	font-weight: bold;
}
.headline4 {
	font-size: 1.05em;
	font-weight: bold;
}	
li {
	text-indent: 10px;
	line-height: 1.25em;
	list-style-type: none;
}	
.indent{
	text-indent: 20px;	
}
.floatright{
	float: right;
	padding: 5px;
}
.floatleft{
	float: left;
	padding: 5px;
}
.right {
	text-align: right;
}
.centered {
	text-align: center;
}

/* IDs */

#maincontent {
	background: url("images/bg_main.jpg") repeat-y;
}
#maincontentinner {
	background: url("images/bg_main_inner.jpg") repeat-y;
}
#innermenu { 
	margin: 0; 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 169px; 
	height: 226px;
/*	z-index: 1000; got to be on top of EVERYTHING! */
}	
.clear {
	clear: both;	
}
#logo {
	position: relative;
	top: 0px;
	left: -26px;
	width: 181px;
	height: 158px;
	z-index: 1;
}
table.projects {
	padding-right: 0px;
}
img.projects {
	padding: 5px;
}

.header { 
	width: 616px; 
	height: 130px;
	background: url("images/bg_hdr.jpg") repeat-x; 
	background-color: #D7B88E;
}
#tagline1 {
	float: right;
}
#hdrpatch {
	position: absolute;
	top: 28px;
	left: 785px;
	width: 15px;
	height: 102px;
}
#colcenter {
	position: relative;
	top: -1px;
	left: 167px;
	width: 631px; 
	height: auto;	
	overflow: hidden;
}
.firstrow {
	color: #000000;
	background-color: #ffcc33;
	font-weight: bold;
	text-align: center;
}
#privacy{
	background-color: white;
	border: 1px solid #2E5945;
	font-family: Helvetica, sans-serif;
	color: #000000;
	padding: 5px;
	font-size: 1em;	
	line-height: 1.4em;
}