/* Global Navigation
----------------------------------------*/
#navtop2 { padding: 0; }


/* Main Content
----------------------------------------*/
#maincontentcell {
	padding: 0 17px;
}


/* Sub Content
----------------------------------------*/
#maincontentsubtable {
	margin: 6px;
	width: 916px;
}

#maincontentsubcell table.blue table,
#maincontentsubcell table.green table,
#maincontentsubcell table.purple table,
#maincontentsubcell table.red table { margin: 0; }

#maincontentsubcell .blue td,
#maincontentsubcell .green td,
#maincontentsubcell .purple td,
#maincontentsubcell .red td { background: transparent url(../imgs/bak-maincontentcell-td.png) no-repeat center 0; }

#maincontentsubcell .blue table td,
#maincontentsubcell .green table td,
#maincontentsubcell .purple table td,
#maincontentsubcell .red table td {
	background: none;
	padding: 0;
}

#maincontentsubcell .blue td,
#maincontentsubcell .green td,
#maincontentsubcell .purple td,
#maincontentsubcell .red td { padding: 3px; }

#maincontentsubcell th {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #666;
	padding: 5px 10px 6px 10px;
	text-align: left;
}

table.blue td.left,
table.green td.left,
table.purple td.left,
table.red td.left {
	border-right: 1px dotted #ccc;
	width: 35%;
}

table.blue td.right,
table.green td.right,
table.purple td.right,
table.red td.right {
	border-left: 1px dotted #ccc;
	width: 22%;
}

table.blue h2,
table.green h2,
table.purple h2,
table.red h2 {
	background: #e6e6e6 url(../imgs/bak-landing-h2.png) no-repeat 0 0;
	margin: 0;
	padding: 6px 10px 9px 10px;
}

table.blue h3,
table.green h3,
table.purple h3,
table.red h3,
div.rss-box-single a.rss-item {
	border-bottom: none;
	display: block;
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	margin: .6em 10px;
	padding: 0;
}

div.rss-box-single a.rss-item {
	margin: 0;
}

table.blue h2 { border-bottom: 3px solid #0d507a; color: #0d507a; }
table.blue a { color: #0d507a; }

table.green h2 { border-bottom: 3px solid #7f9900; color: #7f9900; }
table.green a { color: #7f9900; }

table.purple h2 { border-bottom: 3px solid #990080; color: #990080; }
table.purple a { color: #990080; }

table.red h2 { border-bottom: 3px solid #c00; color: #c00; }
table.red a { color: #c00; }

#maincontentsubcell table.blue ul,
#maincontentsubcell table.green ul,
#maincontentsubcell table.purple ul,
#maincontentsubcell table.red ul { margin: 1em 10px; }

#maincontentsubcell table.blue ul li,
#maincontentsubcell table.green ul li,
#maincontentsubcell table.purple ul li,
#maincontentsubcell table.red ul li {
	background: none;
	font-weight: bold;
	padding: 3px 0 6px 0;
}

#maincontentsubcell table.blue .right ul li,
#maincontentsubcell table.green .right ul li,
#maincontentsubcell table.purple .right ul li,
#maincontentsubcell table.red .right ul li,
#maincontentsubcell div.rss-box-single ul li { font-weight: normal; }

#maincontentsubcell table.blue p,
#maincontentsubcell table.green p,
#maincontentsubcell table.purple p,
#maincontentsubcell table.red p { margin: 1em 10px; }


/* Client-side Top Navigation
----------------------------------------*/
#topnavtable {
	background: #0d5079 url(../imgs/bak-topnavtable-table.jpg) no-repeat;
	border-bottom: 1px solid #dedede;
}

#topnavtable .left {
	background: url(../imgs/bak-topnavtable-left.png) repeat-x 0 bottom;
	border-right: 1px solid #166c97;
	text-align: center;
	vertical-align: bottom;
	width: 600px;
}

#topnavtable .right {
	background: url(../imgs/bak-topnavtable-right.png) repeat-x 0 0;
}

#topnavtable h3 {
	border: none;
	border-top: 1px solid #1478b7;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 .8em 0;
	padding: .8em 19px 0 19px;
}

table#topnavtable ul {
	list-style: none;
	margin: 1em 19px 3em 19px;
	padding: 0;
}

table#topnavtable ul br { display: none; }

table#topnavtable li { background: none; display: inline; padding: 0; }

#topnavtable li a {
	background: #083552 url(../imgs/li-arrows-white.png) no-repeat 7px .7em;
	color: #d0f0ff;
	display: block;
	font-size: 13px;
	line-height: 1.1em;
	margin: 2px 0;
	padding: 5px 19px 7px 19px;
}

#topnavtable li a:hover {
	background-color: #06273c;
	text-decoration: none;
}