* {
	margin:0;
	padding:0;
}

.center
{
margin-left:auto;
margin-right:auto;
width:40%;
}

/* The Main Title Menu */

.menu{margin:0 auto; padding:0; height:30px; width:100%; display:block; background:url('topMenuImages.png') repeat-x;}
.menu li{padding:0; margin:0; list-style:none; display:inline;}
.menu li a{float:left; padding-left:18px; display:block; color:rgb(255,255,255); text-decoration:none; font:16px Verdana, Arial, Helvetica, sans-serif; cursor:pointer; background:url('topMenuImages.png') 0px -20px no-repeat;}
.menu li a span{line-height:30px; float:left; display:block; padding-right:18px; background:url('topMenuImages.png') 100% -20px no-repeat;}
.menu li a:visited{color:rgb(255,255,255);}
.menu li a:hover{background-position:0px -60px; color:rgb(255,255,255);}
.menu li a:hover span{background-position:100% -60px;}
.menu li a.active, .menu li a.active:hover{line-height:30px; font:16px Verdana, Arial, Helvetica, sans-serif; background:url('topMenuImages.png') 0px -90px no-repeat; color:rgb(255,255,255);}
.menu li a.active span, .menu li a.active:hover span{background:url('topMenuImages.png') 100% -90px no-repeat;}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: visible;
	background-color: #333;
}

li {
	float: left;
}

li a {
	display: block;
	color: white;
	text-align: center;
	text-decoration: none;
}

	/* Change the link color to #111 (black) on hover */
	li a:hover {
		background-color: #111;
	}

#topInfo {
	top: 0px;
	clear: both;
	height: 40px;
	position: fixed;
	width: 100%;
	background: #000;
}

#topText {
	padding: 10px 10px 10px 50px;
}

#header {
	clear: both;
	position: relative;
	opacity: 1;
	float: left;
	width: 100%;
	height: 100px;
	padding: 0px 0px 0px 50px;
	background: #2e70a9; /* Header Logo Color */
}

#mainmenu {
	clear: both;
	position: relative;
	float: right;
	width: 100%;
	padding: 0px 0px 0px 0px;
	background: #2e70a9;
}

#topBack {
	clear: both;
	float: left;
	width: 100%;
	height: 200px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	background: #fff;
}

#main {
	clear:both;
	float:left;
	width:100%;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:0px;
	background:#fff;
	
}

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	background: #2e70a9;
}

body {
	padding: 0px 0px 0px 0px;
	background-color: black;
}

#HRSplit.hr {
	width:0%;
}

/* Center Class for HTML Tables */
