﻿@charset "utf-8";
body {
  background-image: url("images/Background.jpg");
  background-color: #000000;
  font-family: Verdana, Arial, helvetica, sans-serif;
}

p {
	font-family: Verdana, Arial, Helvetica;
	font-size: 12px;
	color: #000000;
	text-align: left;
}

td {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 12px;

}

th {
	font-family: Verdana, Arial, helvetica, sans-serif;
}

a:link {
color: #000000;
text-decoration: underline;
}

a:visited {
color: #000000;
}

a:hover {
text-decoration: underline;
color: #000000;
}
.ImageLinks {
	border-width: 0px;
}
.center {
	text-align: center;
}

/*--------------------------------- Navagation Section ----------------------------------*/

#navAlpha {
        font-size: x-small; 
        background-color: #e6e6cc;
        font-weight: bold;
        }

#navAlpha a {
	display: block; 
	padding: 4px 8px; 
	margin: 0; 
	text-decoration: none; 
	text-align: left;
/*	border-top: 1px solid #fffFFF; */
	border-bottom: 1px solid #FFFFFF;
	color: #4A66C6;
	background:	#e6e6cc;
	}
	
#navAlpha a:hover {
	background: #000080;
	color: #ffffff;
	}	


/*--------------------------------- Main Navagation Top "Navy Blue" Section ----------------------------------*/

	#sitenavtop {
		background-color: #4A66C6;
		font-size: x-small; 
		}

	#sitenavtop a {
		color: white;
		background: #4A66C6;
		}

	#sitenavtop a:hover {
		background: #000080;
		}
h6 {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#innertube {
	padding: 3px;
}
#FooterText {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
