@charset "utf-8";
/* CSS Document */
/*eliminate any default margins/padding and set the height of the html element and the body element to 100%*/
html, body { height:101%; width:101%;  }
html { min-height: 101%; margin-bottom: 1px; overflow-y:scroll; overflow-x:hidden;}
html { overflow: -moz-scrollbars-vertical !important; }

body {
	margin:0;
	padding:0;
	font-size: 12px;
	text-align:center;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: 0px solid;
}
.alignCenter {
	margin-left: auto;
	margin-right: auto;
	azimuth:center;
	text-align: center;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.alignLeft {
	azimuth:left;
	text-align: left;
}
.tiny {
	font-size: 9px;
	line-height: 16px;
	margin-top: 15px;
	margin-bottom: 5px; 
}
#mainbody {
	position:relative;
	margin: 0 auto;
	padding:0;	
	width:768px;
	height:700px;
}
div#leftSideContainer {
	/*holds space on page, see nclsLefNav for style codes.*/
}
#HeaderContainer {
	text-align:center;
	width: 626px;
	height:118px;
	position:absolute;
	top:4px;
	left:142px;
}
#HeaderMenuContainer {
	position:absolute;
	background-color:#2d3da0;
	text-align:left;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:900;
	font-style:italic;
	font-size:10px;
	padding-top:2px;
	padding-left:10px;
	height:14px;
	left: 1px;
	top: 1px;
}
#leftSideContainer {
	width: 142px;
	height: 700px;
}
#topRightContainer {
	position:absolute;
	top:20px;
	left:486px;
	width: 140px;
	text-align:center;
	font-size:12px;
}
#MainContainer {
	text-align:center;
	position:absolute;
	top:152px;
	left:152px;
}
#newsItemsContainer {
	position:absolute;
	padding-right:10px;
	top: 20px;
	left: 22px;
	width: 450px;
	height: 510px;
	text-align:left;
	overflow:auto;
	overflow-x:hidden;	
}
#missionStatement {
	position:relative;
	width:768px;
}
/*#BottomContainer {
	text-align:center;
	height:50px;
	background:url(images/DFERweb_17.png) no-repeat bottom;
}*/

