﻿/* Navigation */
#bottomNav 
{
	background-color: #003359;
	padding: 0px 30px 8px 0px;
	text-align: right;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #94a59e;
}
#bottomNav a
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	color: #94a59e;
	text-decoration: none;
}
#bottomNav a:hover
{
	text-decoration:underline;
}