/** Controller Original Style Sheet **/

.ControllerHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.ControllerHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.ControllerHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.ControllerHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}


/** Overriding Section **/

.smcPlBlueHeaderBar {
	background: url("pl_blue_bar.png") repeat-x;
}

.smcPlBlueHeaderShadow {
	background: url("pl_blue_shadow.png") repeat-x;
}

.smcPlBlueContent
{
	background: url("pl_blue_bg.png") repeat-x top left;
	
}

h2 {
	color: #176b19;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
}

a:link, a:visited
{
	color: #176b19;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #08550a;
}

a:hover
{
	color: #176b19;
	text-decoration:underline;
	font-weight: bold;
}

h3
{
	font-size: 16px; 
	color: #176b19;
	font-weight: bold;
}



/** Nav Portlet **/


.smcPlBlueContentText ul li a:visited
{
	color: #333;

}


/** Article header links **/


.smcContentBlueTextHeader,
a.smcContentBlueTextHeader:link,
a.smcContentBlueTextHeader:hover,
a.smcContentBlueTextHeader:visited
{
	color: #073185;
	font-size: 12px;
}

a.smcContentBlueTextHeader:visited
{
	color: #072f86;
	font-size: 12px;	
}

a.smcContentBlueTextHeader:hover
{
	text-decoration: underline;
	font-size: 12px;
}






.smcCsContentFrame
{	
	border-top: 7px solid #176944;
	border-bottom: 7px solid #176944;
	border-left: 1px solid #176944;
	border-right: 1px solid #176944;
	background-color: fffaf0;
	
}

li.smcLeftArrow {	
	padding: 3px 0px 5px 13px;
}

li.smcLeftArrowDown {	
	padding: 3px 0px 5px 13px;
}


img.border 
{	
	border: solid 1px #888888;
}

img.imgright
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.imgleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


.smcPlBlueContentNoGra {
	background: #eeedeb;
}

