.container {
	color: #293a73;
	background-color: #8ec552;
	border: 1px solid #FFFFFF;
	width: 900px;
	background-position: center center;
	font-family: Bookman Old Style;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
.logo {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #293a73;
	text-align: center;
	margin-left: 200px;
	margin-right: 200px;
	margin-bottom: 5px;
	padding-bottom: 20px;
}
.links{
	font-family: "Bookman Old Style";
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #293a73;
	text-align: center;
	margin-right: 100px;
	margin-bottom: 5px;
	margin-left: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #293a73;
	line-height: 30px;
}
.links ul li{
	display: inline;
	background-image: url(../images/dove.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 15px;
	padding-right: 20px;
}
.links ul {	padding-left: 30px;}
.links ul li a, a:visited, a:link { color: #293a73;	text-decoration: none;}
.links ul li a:active, a:hover{
	color: #293a73;
	text-decoration: none;
}
