a.FooterLink{
	text-decoration:  none;
	color: white;
}

a.FooterLink:hover{
	color: #D3D3D3;
}

h2
{
font-weight: bold;
text-align:center;

}

h3{
text-align:left;
margin:5px;
font-size:17px;
}

.AlignTopBorder
{
vertical-align:top;
border-style:solid;
border-width:1px;
border-color:#000000;
padding:5px;
}

html,body{
	height: 100%;
}

h1{
	font-size:18px;
	text-align:center;
}

.WhiteMiddle

{

background-color:#ffffff;

border-style:solid;

border-width:0px;

border-color:#000000;

}

body
{
font-family: Arial,sans-serif , "Times New Roman";
font-size:13px;
background: #000021;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#TopMenuNav{
	list-style:none;
	font-weight:bold;
	margin: 0px;
	padding:0px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}

#TopMenuNav li{
	float:left;
	margin: 0px;
	position:relative;
}

#TopMenuNav a{
display:block;
width: 180px;
height: 49px;
line-height:49px; 
border-style: solid;
border-width: 0px;
border-color: white;
font-weight:bold;
color:#FFFFFF;

background-color: transparent;
text-align:center;
padding:0px;
text-decoration:none;
margin:auto;	
}

#TopMenuNav a:hover, #TopMenuNav li:hover a{
	/* #TopMenuNav a:hover - Selecting top menu */
	/* #TopMenuNav li:hover a - These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	background-color: #4C4C6B;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}