@charset "utf-8";
/* CSS Document */

body {
	background-color: #333300;
	margin: 0px;
	text-align: center;
}

#boxMain {
	margin: 0 auto;  /*need auto to make centering work in firefox*/
	position: relative;
	width: 837px;
	text-align:left;
}

#boxSecond {
	margin: 0 auto;  /*this is the "overflow box, which uses the repeating image on the left panel*/
	position: relative;
	top: 596;
	width: 837px;
	text-align:left;
}

a:link {
	color: #000099;
	text-decoration: none;	
}

a:visited {
	color: #660099;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: none;
}

#header { 
	border-bottom:#CCCC99 1px solid; 	
	background-color:#FFFFFF;  
	  
}


.leftColumn { 
	border-right:#CCCC99 1px solid;
	padding-left:12px;
	padding-right:10px;
	  
}

.text { 
	color: #333333; 
	font-size:13px; 
	font-family: Arial, Helvetica, sans-serif;
}

.textRust { 
	color: #993300; 
	font-size:13px; 
	font-family:  Arial, Helvetica, sans-serif; 
}

.textBrown { 
	color: #603b0e; 
	font-size:13px; 
	font-family:  Arial, Helvetica, sans-serif; 
}



h3 {
	font-family: "Book Antiqua", "Palatino Linotype";
	font-weight: bold;
	color: #333333;
	display:inline;	
	margin-bottom:4px;
	margin-right:10px;
}

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #ffffff;
	
}



.bottomNav a:link, .bottomNav a:visited, .bottomNav a:active {	
	color: #ffffff;
	text-decoration: none;
}
 
.bottomNav a:hover {
	text-decoration: none; 
	color: #FFCC66; 	
}

.copyright {
	font-family: Tahoma, "Trebuchet MS", Verdana;
	font-size:12px;
	color: #999999;
	
}

.copyright a:link, .copyright a:visited, .copyright a:active {	
	color: #999999;
	text-decoration: none;
}
 
.copyright a:hover {
	text-decoration: none; 
	color: #FFCC66; 	
}

