.HRHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.HRHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.HRHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.HRHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}


/** Portlets **/

.smcPlBlueHeaderBar {
   background: url("pl_blue_bar.png") repeat-x;
   height: auto;
   background-color: #68538b;
}
.smcPlBlueHeaderShadow {
	background: url("pl_blue_shadow.png") repeat-x;
}

.smcPlBlueContent
{
	background: url("pl_blue_bg.png") repeat-x top left;
	
}


.smcPlBlueContentText ul li a:visited
{
	color: #333;

}

.smcPlBlueHeaderText, 
.smcPlBlueHeaderText a:link, 
.smcPlBlueHeaderText a:visited, 
.smcPlBlueHeaderText a:hover {
    padding-bottom:4px;
}


/** Tabs **/

.smcSpacer10px {
	height: 3px;
}

.smcPlColorTabDisplay {
	height: 485px;	
	background-color: #ffffff;
	background: #ffffff;
}

.smcPlColorTabText {
	height: 475px;	
}

.smcContentBlackText {
	font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	color: #222222;
}


.smcContentBlackText a:link, .smcContentBlackText a:visited
{
	color: #4b87c2;
font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.smcContentBlackText a:visited
{
	color: #4b87c2;
font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.smcContentBlackText a:hover
{
	color: #4b87c2;
font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: underline;
}



.smcContentMore {
	font-size:12px;
}


.smcContentMore a:link, .smcContentMore a:visited
{
	color: #4b87c2;
font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.smcContentMore a:visited
{
	color: #4b87c2;
font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}

.smcContentMore a:hover
{
	color: #4b87c2;
font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: underline;
}



/** Content **/

p, body, a:link, a:visited, a:hover, td, li
{
	font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #222222;
}

h2 {
	color: #4d3b6b;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
}


h3
{
	font-size: 16px; 
	color: #57417c;
	font-weight: bold;
	margin-bottom: -11px;
}

h4
{
	font-size: 15px; 
	color: #5c87b1;
	font-weight: bold;
	margin-bottom: -11px;
}

h4.listheading
{
	font-size: 15px; 
	color: #5c87b1;
	font-weight: bold;
	margin-bottom: -20px;
}


h5
{
	font-size: 14px; 
	color: #553d77;
	font-weight: bold;
	margin-bottom: -5px;
}

h6
{
	font-size: 13px; 
	color: #5c87b1;
	font-weight: bold;
	margin-bottom: -3px;
}

a:link, a:visited
{
	color: #4b87c2;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:visited
{
	color: #4b87c2;
	font-size: 12px;
}

a:hover
{
	color: #4b87c2;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}


.smcCsContentFrame
{	
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	background-color: #ffffff;
	
}

img.border 
{	
	border: solid 1px #888888;
}

.hrcontenttitle
{ 	color: #4b87c2;
	font-family: verdana, arial,sans-serif,helvetica;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.2em;
}

/** ASMC Background **/

.smcPlBlueContentNoGra {
	background: #eeedeb;
}


