@import url(../microsites/css/base.css);

DIV#content {
	padding: 0 4px 0 0;
}

DIV#content H2 {
	font-size: 28px;
	text-transform: uppercase;
	color: rgb(94, 118, 170);
	margin: 20px 0;
}

DIV#content P {
	color: rgb(6, 56, 104);
	font-size: 11px;
	line-height: 140%;
}

DIV#content B {
	color: rgb(0, 53, 100);
}

DIV#contentInner {
	padding: 0 20px;
}

DIV#banner {
	margin: 4px;
	border: 1px solid rgb(153, 174, 195);
	font-size: 10px;
	color: rgb(6, 56, 104);
	/*height: 253px;*/
}

DIV#team {
	margin: 4px 4px 0 4px;
	border: 1px solid rgb(153, 174, 195);
	font-size: 10px;
	color: rgb(6, 56, 104);
	height: 178px;
}

DIV#banner P, DIV#team P {
	padding: 4px 8px;
}

DIV#team DIV#teamNavigation {
	text-align: center;
}

DIV#team DIV#teamNavigation A {
	font-size: larger;
	color: rgb(6, 56, 104);
	text-decoration: underline;
	padding: 0 10px;
}

DIV#team H2 {
	background-color: rgb(41, 84, 125);
	font-size: 16px;
	color: rgb(190, 207, 226);
	text-transform: uppercase;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

TD#rightSidebar {
	background-color: rgb(64, 102, 139);
}

DIV#currentFeatures {
	padding: 6px 10px;
	font-size: 10px;
	color: rgb(190, 207, 226);
	height: 179px;
	overflow: auto;
}

DIV#currentNews {
	padding: 6px 10px;
	font-size: 10px;
	color: rgb(190, 207, 226);
	background-color: rgb(6, 56, 104);
	height: 139px;
	overflow: auto;
}

DIV#currentFeatures P, DIV#currentNews P {
	color: rgb(190, 207, 226);
	margin: 8px 0;
}

DIV#currentFeatures H2, DIV#currentNews H2 {
	margin: 8px 0 0 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: rgb(190, 207, 226);
	font-weight: normal;
	text-transform: uppercase;
}

DIV#currentFeatures A, DIV#currentNews A {
	color: rgb(190, 207, 226);
}

TD#contentQuadrantA, TD#contentQuadrantB {
	padding: 10px;
	border: 1px solid rgb(153, 174, 195);
}

TD#contentQuadrantA H2, TD#contentQuadrantB H2 {
	font-size: 12px;
	color: rgb(6, 56, 104);
	text-transform: uppercase;
	padding: 0;
	margin: 8px 0 8px 0;
}

TD#contentQuadrantA A, TD#contentQuadrantB A {
	color: rgb(6, 56, 104);
	text-decoration: underline;
}