@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.gridContainer {
	width: 90%;
	max-width: 1024px;
	margin: auto;
}

#NavContainer {
	height: 30px;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#BodyContent {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Notam {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#NewsBar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#NewsLeft {
	clear: both;
	float: left;
	margin-left: 0;
	width: 35%;
	display: block;
}
#NewsCenter {
	clear: none;
	float: left;
	width: 35%;
	display: block;
}
#NewsRight {
	clear: none;
	float: left;
	width: 30%;
	display: block;
}
#Footer {
	clear: both;
	margin-left: 0;
	width: 100%;
	display: block;
}
