body 
{	
	background-color:	#FAE37D;
	font-size:		medium;
	font-family: 		arial; 
	text-align:		left;
	margin:			20px 30px 10px 0px;
}


a:visited 
{
	color:			firebrick;
}




#main 
{
	background-color:	white;
	border-style:		solid;
	border-color:		firebrick;
	border-width:		0px 20px 0px 200px;
	padding:		10px 20px 20px 25px;
	min-height:		600px;
	
	
	
	
	min-width:		695px; 

}


#banner 
{
	text-align:		right;
	font-size:		large;
	font-family: 		arial;
	color:               	firebrick;
	padding-bottom:		25px;
}


#footer 
{	
	background-image:	url(images/logo.gif);
	background-position:	left;
	background-repeat:	no-repeat;
	padding-top:		10px;
	padding-left:		0px;
	margin-left:		210px;
	text-align:		right;
	color:			firebrick;
	font-weight:		bold;
	font-size:		14px;
	min-height:		50px;
	height:			auto;
	height:			100px;
	width:			440px;
	line-height:		1.5em;
	
}

h1 
{
	display:		none;
}

h3 
{
	font-family:		arial;
	color:			black;
}



#nav
{
	position:		absolute;
	top:			20px;
	left:			0px;
	background-image:	url(images/eagle.gif);
	background-repeat:	no-repeat;
	background-position: 	top left;
	width:			180px;
	background-color:	firebrick;
	font-family: 		arial; 
	font-size:		22px;
	font-weight:		bold;
	padding:		200px 0px 10px 20px;
	border-style:		none;
}

#nav ul 
{
	list-style: 		none;
	margin:			0;
	padding:		0;
	
}	

#nav a:link 
{
	color:               	#FAE37D;
	text-decoration:	none;
	font-weight:		normal;
}

#nav a:visited 
{
	color:               	#FAE37D;
	text-decoration:	none;
	font-weight:		normal;
}

#nav a:hover 
{
	color:               	white;
	text-decoration:	none;
}

#footer a:link 
{
	color:               	firebrick;
}

#footer a:visited 
{
	color:               	firebrick;
}
	
table 
{
	border-collapse:	collapse;
	border:			thin solid black;
	cell-padding:		10px;
	caption-side:		top;
}

#table-tabs 
{
	text-align:		center;
	font-weight:		normal;
	font-size:		medium;
}





th, td 
{
	padding:		5px;
	font-size:		75%;
}

caption 
{
	font-style:		bold;
	font-size:		200%;
	padding-bottom:		5px;
	
}

th  
{
	background-color:	#fae37d;
	border-bottom-color:	black;
	border-bottom-style:	solid;
	border-bottom-width:	thin;
}

td 
{
	
}

.cellcolor 
{
	background-color:	#fff9d2;
}

.center 
{
	text-align:		center;
}

hr 
{
	color:			firebrick;
	background-color:	firebrick;
}

q
{
	quotes: 		'"' '"';
	color:               	black;
	font-weight:		bold;
	font-style:		italic;
}
