body {
	font-family: arial;	
	background-color: #7F7F7F;
}
.content {
	font-size: 12px;	
}
.content a {
	color: #000040;
	text-decoration: none;	
}
.content a:hover {
	text-decoration: underline;	
}
#container {
	border-left: 1px solid #000040;	
	border-right: 1px solid #000040;
}
.big_text {
	font-size: 16px;
	font-weight: bold;	
}
#footer {
	background-color: #000040;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#footer ul li {
	padding-left: 15px;
	display: inline;	
}
#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #000040;	
}
#footer a:hover {
	text-decoration: none;	
}
#footer_bar {
	background-image: url('../images/gray_footer_bar.jpg');
	height: 30px;	
}
/*  Contact Tablr formatting  */
.even_rows {
	background-color: #CCCCD9;	
}
.odd_rows {
	background-color: #FFFFFF;	
}