a:link, a:visited, a:active {	
	color: #3F7DBE;
}
a:hover {
	color: #1D5799;
}
p, table {
	font-size: 12px;
	line-height: 16px;
}
th {
	text-align: left;
	font-weight: normal;
	padding-right: 10px;
}
span.tertTitle {
	font-weight: bold;
	display: block;
}
span.fieldDescription {
	font-size: 11px;
}
span.required {
	color: #FF8700;
	font-weight: bold;
}
span.errorMessage {
	color: #FF8700;
	font-weight: bold;
}

/*
	New
*/
body {
	background-color: #8EABCC;
	background-repeat: repeat-x;
	font-family: Verdana, sans-serif;
	margin: 0;
	padding: 0;
}
table#body {
	background-color: #FFFFFF;
	width: 760px;
}
tr#nav-primary {
	height: 44px;
	vertical-align: top;
}
td#nav-primary {
	padding: 13px 0 0 21px;
}
td.header-hr {
	background-color: #8EABCC;
	height: 1px;
}
td#header-banner {
	padding: 4px 2px;
}
td#header-logo {
	padding: 13px 9px;
}
td#body {
	padding: 30px;
	vertical-align: top;
}
div#nav-primary-repeated {
	color: #808080;
	font-size: 11px;
	padding-top: 30px;
}
img#nav-primary-repeated-hr {
	margin-bottom: 10px;
}
td.sidebar {
	background-color: #CCC;
	border-bottom: 4px solid #FFF;
	border-right: 2px solid #FFF;
	border-top: 4px solid #FFF;
	empty-cells: show;
	padding: 25px 30px 30px 30px;
	vertical-align: top;
}
td.sidebar span.date {
	font-style: italic;
	font-size: 10px;
}
td.sidebar p {
	font-size: 11px;
}
td.sidebar div.quote {
	font-style: italic;
}
td.sidebar div.byline {
	margin: 1em 0 2em 0;
	text-align: right;
}
td.sidebar div.hr {
	height: 15px;
	width: 202px;
	background-image:url('../images/sidebar-hr.gif');
}
td.sidebar ul.brochures {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
}
td.sidebar ul.brochures li {
	line-height: 50px;
	padding: 10px 0;
	margin: 0;
}
td.sidebar ul.brochures li img {
	float: left;
	margin-right: 10px;
}
tr.footer {
	background-color: #8EABCC;
}
td.footer-content {
	padding: 30px;
	font-size: 10px;
	line-height: 12px;
}
td.footer-content a:link, td.footer-content a:visited, td.footer-content a:hover, td.footer-content a:active {	
	color: #000000;
}
img.diagram {
	border: 1px solid #CCCCCC;
}
/*
	Secondary Navigation
*/
div.nav-secondary-multiline {
	background-color: #DDE6F0;
	border: 1px dashed #808080;
	color: #808080;
	font-size: 10px;
	margin-top: 15px;
	padding: 5px;
}
/*
div.nav-secondary-multiline a {
	white-space: nowrap;
}
*/
div.nav-secondary-multiline a.selected {
	color: #000;
	text-decoration: none;
}
div.nav-secondary {
	left: -5px;
	margin-top: 15px;
	position: relative;
}
div.nav-secondary table {
	background-color: #DDE6F0;
	border: 1px dashed #808080;
	color: #808080;
}
div.nav-secondary table td a {
	display: block;
	padding: 5px;
	font-size: 10px;
}
div.nav-secondary a.selected {
	color: #000000;
	text-decoration: none;
}
h1 {
	color: #1D5799;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
h1.p {
	margin-bottom: 0;
	padding-bottom: 0;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.diagram h2 {
	margin-bottom: 20px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 0;
}
td.toolset-diagram {
	padding-right: 20px;
}
td.toolset-diagram p {
	font-size: 10px;
	font-style: italic;
}
div.diagram {
	border: 1px solid #CCCCCC;
	padding: 0 20px;
}
div.content-image-left {
	float: left;
	margin: 0 10px 10px 0;
}
div.content-image-right {
	float: right;
	margin: 0 0 10px 10px;
}
div.content-image-left, div.content-image-right {
	background-color: #CCCCCC;
	border: 1px solid #808080;
	padding: 4px;
}
