﻿#bottom_nav_left {
	width: 150px;
	margin: 0px -5px 0px 0px;
	padding: 0px;
	float: left;
	background-color: #041230;
	font-family: Arial;
	font-size: x-small;
	color: #FFFFFF;
	text-align: center;
	height: 120px;
	text-decoration: none;
}
#bottom_nav_right {
	float: right;
	width: 150px;
	margin: 0px 0px 0px -5px;
	padding: 0px;
	font-family: Arial;
	font-size: xx-small;
	color: #FFFFFF;
	background-color: #041230;
	text-align: center;
	height: 120px;
}
#bottom_nav_center {
	color: #FFFFFF;
	font-family: Arial;
	font-size: small;
	background-color: #041230;
	padding: 0px;
	margin: 0px 150px 0px 150px;
	width: 500px;
	height: 120px;
	text-align: center;
}
#bottomnav_box {
	width: 800px;
	height: 120px;
	clear: both;
}
#bottom_nav_center a, #bottom_nav_center a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-size: small;
}
#bottom_nav_center a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom_nav_center a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #041230;
}
#bottom_nav_right a, #bottom_right_nav a:link {
	display: block;
	text-decoration: none;
}
#bottom_nav_left a, #bottom_nav_left a:link {
	padding: 0px;
	margin: 0px;
	display: block;
	text-decoration: none;
}
#bottom_nav_left a, a:hover {
	background-color: #041230;
}
#bottom_nav_right a, a:hover {
	background-color: #041230;
}
#bottomnav_header {
	background-color: #000000;
	height: 20px;
	width: 800px;
}
