/** Coroner Original Style Sheet **/

.CoronerHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.CoronerHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.CoronerHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}
.CoronerHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:98px;
	overflow:hidden;
}


/** Nav Portlet **/



.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;
	
}


.smcPlBlueContentText ul li a:visited
{
	color: #333;

}

.smcPlBlueContentText ul li,
.smcPlBlueContentText ul li a:link,
.smcPlBlueContentText ul li a:hover,
.smcPlBlueContentText ul li a:visited
{	
	font-size: 12px;
	line-height: 15px;

}


/** 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: #083087;
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
}


h3
{
	font-size: 16px; 
	color: #083087;
	font-weight: bold;
}


a:link, a:visited
{
	color: #083087;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

a:visited
{
	color: #07296d;
	font-size: 12px;
}

a:hover
{
	color: #3363cd;
	text-decoration:underline;
	font-weight: bold;
	font-size: 12px;
}


.smcCsContentFrame
{	
	border-top: 7px solid #b8b8b8;
	border-bottom: 7px solid #b8b8b8;
	border-left: 1px solid #b8b8b8;
	border-right: 1px solid #b8b8b8;
	background-color: #ffffff;
	
}

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;
}


/** Text wrap chrome **/

.smcPlBlueHeaderBar {
   height: auto;
}

.smcPlBlueHeaderText, 
.smcPlBlueHeaderText a:link, 
.smcPlBlueHeaderText a:visited, 
.smcPlBlueHeaderText a:hover {
    padding-bottom:4px;
}

/** ASMC Background **/

.smcPlBlueContentNoGra {
	background: #eeedeb;
}



