table.mainTable {
	border-collapse: collapse;
	width: 960px;
	height: 100%;
}

table.mainTable td {
	padding: 0px;
}

table.mainTable td.top {
	vertical-align: top;
	background-color: #0c324e;
}

table.mainTable td.top div.banner {
	text-align: center;
	background-color: #061521;
}

table.mainTable td.top div.content {
	text-align: left;
	padding: 16px;
}

table.mainTable td.top div.content p.default {
	font-size: 14px;
	line-height: 140%;
}

table.mainTable td.bottom {
	text-align: center;
	vertical-align: bottom;
	background-color: #0c324e;
}

table.mainTable td.bottom div.container {
	text-align: center;
	background-color: #06273f;
	background-image: url('../images/nanoos_banner_bg.gif');
	background-repeat: repeat-x;
}

table.mainTable td.top table.menuBar {
	width: 100%;
	border-collapse: collapse;
}

table.mainTable td.top table.menuBar td.bar {
	background-image: url('../images/menu_bar.gif');
	background-repeat: repeat-x;
}

table.mainTable td.top table.menuBar td.buttonBar {
	text-align: center;
	background-color: #006288;
	padding: 0px;
}

table.mainTable td.top table.menuBar td.buttonBar a {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 12px 3px 12px;
	display: inline-block;
}

table.mainTable td.top table.menuBar td.buttonBar a:hover {
	text-decoration: none;
	background-color: #4089a6;
}

table.mainTable td.top table.menuBar td.buttonBar a.selected {
	color: #003245;
	background-color: #edd905;
}

table.mainTable td.top table.menuBar td.buttonBar a.selected:hover {
	text-decoration: none;
}

