body {
	background-color: White;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: Black;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
	text-align: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #0052a5; /* TACRAO Blue */
	font-weight: bold;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #ef1818; /* TACRAO Red */
	font-weight: bold;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #ef1818; /* TACRAO Red */
	font-weight: bold;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #0052a5; /* TACRAO Blue */
	font-weight: bold;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: Black;
	text-align: left;
	vertical-align: top;
}
#Home {
	position: absolute;
	top: 0px;
	left: 0px;
}
#HeaderGraphic {
	width: 1000px;
	height: 100px;
	margin: 0px;
	background-color: #0052a5; /* TACRAO Blue */
	background-image: url(Images/header.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#HeaderGraphic img {
	margin: 0px;
	padding: 0px;
}
#HeaderGraphic a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: White;
	text-decoration: none;
	margin: 0px;
}
#HeaderGraphic a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: White;
	text-decoration: underline;
	margin: 0px;
}
#HeaderGraphic a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: White;
	text-decoration: underline;
	margin: 0px;
}
#HeaderGraphic a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	color: White;
	text-decoration: none;
	margin: 0px;
}
#TopMenu {
	width: 1000px;
	height: 20px;
	margin: 0px;
	background-color: #ef1818; /* TACRAO Red */
}
#TopMenu ul{
	display: inline;
	margin: 0px; 
	padding: 0px;
}
#TopMenu ul li{
	display: inline;
	margin: 0px; 
	padding: 0px;
}
#TopMenu ul li a{
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 15px;
	white-space: nowrap;
}
#TopMenu ul li a:hover{
	background: #0052a5; /* TACRAO Blue */
	color: White;
	text-decoration: underline;
}
#BottomMenu {
	clear: both;
	width: 1000px;
	height: 20px;
	margin: 0px;
	background-color: White;
	border-style: solid;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-color: #ef1818; /* TACRAO Red */
}
#BottomMenu ul{
	display: inline;
	margin: 0px; 
	padding: 0px;
}
#BottomMenu ul li{
	display: inline;
	margin: 0px; 
	padding: 0px;
}
#BottomMenu ul li a{
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #0052a5; /* TACRAO Blue */
	text-decoration: none;
	font-weight: bold;
	padding: 2px 15px;
	white-space: nowrap;
}
#BottomMenu ul li a:hover{
	background: #ef1818; /* TACRAO Red */
	color: White;
	text-decoration: underline;
}
#LeftMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}
#LeftMenu p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}
#LeftMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #ef1818; /* TACRAO Red */
	font-weight: bold;
}
#LeftMenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #ef1818; /* TACRAO Red */
	font-weight: bold;
}
#LeftMenu a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: underline;
	color: #ef1818; /* TACRAO Red */
	font-weight: bold;
}
#LeftMenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #ef1818; /* TACRAO Red */
	font-weight: bold;
}

/* Comenteed Out Code */
/* #LeftBar {
	float: left;
	width: 250px;
	background-color: #0052a5;
	padding: 5px;
	margin: 0px;
}
#Content {
	clear: left;
	width: 750px;
	padding: 5px;
	margin-left: 260px;
} */

