@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	} 
body {
	background-image: url(images/PageBkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 100%;
	background-color: #000000;
	}
html {
	height: 100%;
	}
#mainFrame {
	width: 980px;
	height: 90em;
	background-position: left top;
	position: relative;
	}
div.NavBar {
	width: 240px;
	height: 100%;
	top: 0px;
	left: 35px;
	position: relative;
	background-color: #b4b595;
	display: inline-block; /*sets hasLayout - required for IE*/ 
	display: block; /*resets to proper property value without resetting layout*/ 
	overflow: hidden; /*causes modern browsers to enclose child floats*/ 
	}
#logoFrame {
	width: 183px;
	height: 124px;
	top: 0px;
	left: 30px;
	position: relative;
	}
.footerRed {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bolder;
	color: #71404d;
	display: block;
	}
.footerRed a {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	font-weight: bolder;
	color: #71404d;
	text-decoration: none;	
	}
.footerRed a:hover {
	text-decoration: underline;	
	}
.footerWhite {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #fff;
}
.footerWhite a {
	font-family: "Arial Narrow", Calibri, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}
.footerWhite a:hover {
	text-decoration: underline;	
}

