
#topnavbar {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0033CC;
	border-bottom-color:#0033CC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	font-weight: bold;
}
#topnavbar a {
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
	left: 0px;
}
#topnavbar a:hover {
	color: #CCCCCC;
}

#footer {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #0033CC;
	border-bottom-color:#0033CC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	padding-top: 3px;
	padding-bottom: 3px;
	clear: both;
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
	left: 0px;
}
#footer a:hover {
	color: #CCCCCC;
}
