@charset "utf-8";
/* CSS Document */

/* ---------- COLUMN STRUCTURE ---------- */
#leftCol {
	float:left;
	width:615px;
}
#rightCol {
	float:right;
	margin-right:10px;
	padding-top:16px;
	width:220px;
}
/* ---------- end COLUMN STRUCTURE ---------- */

/* ---------- SECONDARY NAVIGATION ---------- */
#pageContainer #secondaryNavContainer ul.secondaryNav {
	margin:0px 0px 0px 15px;
}
/* ---------- end SECONDARY NAVIGATION ---------- */

/* ---------- CONTENT CONTAINER ----------- */
#contentareasm {
	padding:0px 0px 0px 23px;
}
h1 {
	font-size:2.7em;
	margin-bottom:10px;
}
p {
	color:#000000;  /* was 666 - MAINT-0006291 */
}

/* BORDER BOX */
.borderBox {
	border:1px solid #ccc;
	border-top:2px solid #90d7ec;
	padding:10px 15px;
	position:relative;
}
.borderBox h3 {
	margin-bottom:10px;
}
.borderBox #NewsReleaseForm {
	margin-bottom:10px;
}
.borderBox #NewsReleaseForm select {
	color:#333;
	display:block;
	font-size:0.95em;
	margin-bottom:4px;
	width:275px;
}
.borderBox b {
	display:block;
	padding-top:10px;
}
/* end BORDER BOX */


/* RSS AND HELP LINKS */
.rssLinkContainer {
	font-size:0.9em;
	position:absolute;
	right:20px;
	text-align:right;
	top:28px;
	width:50px;
}
a.rssLink {
	display:block;
	margin-bottom:10px;
}
a.rssLink img {
	border:0px;
}

/* RSS AND HELP LINKS */

/* CALLOUTS */
#calloutContainer {
	color:#171717;
}
#calloutContainer .callout, #calloutContainer .calloutEntry {
	color:#171717;
	line-height:140%;
}
.callout h4 {
	color:#003145;
	font-weight:bold;
}
/* end CALLOUTS */

/* ---------- end CONTENT CONTAINER ----------- */
