body {
	background-color: #061B5D;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0px;
	padding: 0px;
}

#container {
	background-image: url(images/sidenavBG.gif);
	background-repeat: repeat-y;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#header {
	background-image: url(images/aeroHeader.gif);
	background-repeat: no-repeat;
	height: 62px;
}

#content {
	background-color: #e7e7e7;
  color: #0c456d;
	float: right;
	padding: 15px;
	text-align: justify;
	width: 550px;
}

* html  #content {
	width: 547px;
}

#content a {
	border-bottom: 1px dotted #0051a1;
	color: #0051a1;
	text-decoration: none;
}

#contentImage {
	border-bottom: 1px solid #7eb6dc;
	float: right;
	height: 229px;
	width: 580px;
}

#sideNav {
	float: left;
	width: 220px;
}

#sideNav-menus {
	background-image: url(images/sidenavBG1.gif);
	background-repeat: repeat-y;
}

#sideNav-menus ul {
	color: #fff;
	list-style: none;
}

#sideNav-menus ul li {
	margin-bottom: 12px;
	margin-top: 12px;
}

#disclaimer {
	padding: 5px;
	font-size: 9px;
	width: 400px;
	border: 1px solid black;
	background-color: #a0cfff;
	color: ffffff;
	margin: auto;
}

#footer {
	clear: both;
	background-color: #e7e7e7;
	background-image: url(images/sidenavBG.gif);
	background-repeat: repeat-y;
	color: #879cab;
	font-size: 8pt;
	padding-bottom: 20px;
	padding-left: 220px;
	padding-top: 20px;
	text-align: center;
}

/* Article List */
	.list_format li					{ margin-bottom: 15px; list-style-image: url(images/icoPlane.gif); }
	.list_date							{ color: #999999; font-size: 8pt; text-transform: uppercase; }
	.list_article_title			{ font-weight: bold; }

/* Article Summaries */

/* Article Pages */
	.article_title					{ font-size: 13pt; font-weight: bold; }
	.article_date						{ color: #999999; font-size: 9pt; text-transform: uppercase; }
	.article_image_left			{ float: left; margin-right: 15px; margin-bottom: 5px; }
	.article_image_right		{ float: right; margin-left: 15px; margin-bottom: 5px; }
	.article_image_caption	{ text-align: center; font-size: 8pt; }
