@charset "utf-8";
/* CSS Document */
h1, h2, h3, h4
{
	color:#183152;
	font-weight:bold;
}
h1
{
	font-size:18px;
	border-bottom:4px solid #659DCE;
	margin:.25em 0;
	padding-bottom:3px;
	text-transform: uppercase;
	
}
p{
	font-size:11px;
	margin-top: 0.5em;
	margin-right: 1em;
	margin-bottom: 0.5em;
	margin-left: 0;
	padding-right: .25em;
	}
	
hr {
	margin:.25em 0;
	border:0;
	 color: #659DCE;
background-color: #659DCE;
height: 4px;
	
}

#contentSidebar #ecmDescriptor h2 {
text-align:center;
font:Verdana, Arial;
font-weight:bold;
font-size:11px;
color:#FFFFFF;
margin:2px 0;
}

#contentSidebar #ecmDescriptor p {
	font-size:10px;
	color:#fff;
	padding: 1px 5px;
}

#contentSidebar #sideLinks h2 {
	margin:2px 0 5px 0;
	text-align:center;
	font:Verdana, Arial;
	font-weight:bold;
	font-size:11px;
	color:#183152;
	text-transform:uppercase;
}
#sideLinks li a {
display:block;
text-decoration: none;
color:#183152;
}
#sideLinks li a:hover {
border-right:2px solid #183152;
color:#FFFFFF;
}

#sidebar p {
font-size:11px;
}

#footer 
{
font-size:9px;
color:#183152;
}
.emphasis {
	font-size: 14px;
	font-weight: bold;
	color: #183152;
}
.txtHilight{
	color: #659DCE;
	font-style: italic;
}
.pCallout
{
	font-weight:bold;
	color:#183152;
}
.emphasisRed
{
	color:#FF0000;
	font-weight:normal;
}
.pLargeCallout
{
	color:#659DCE;
	font-weight:bold;
	font-size:18pt;
	text-align:center;
	font-style:italic;
	}
