/** Division Header **/
.DCSSHeaderFrame
{
	background: url("header_bg.png") repeat-x;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.DCSSHeaderLeft
{
	background: url("header_bg_left.png") top left no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.DCSSHeaderRight
{
	background: url("header_bg_right.png") top right no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}
.DCSSHeaderCenter
{
	background: url("header_bg_mid.png") top center no-repeat;
	padding:0px;
	margin:0px;
	height:90px;
	overflow:hidden;
}


.DCSSHeaderRight a:link,
.DCSSHeaderRight a:hover,
.DCSSHeaderRight a:visited {
	text-decoration: none;
	font-size: 10px;
	font-weight:bold;
	border: 0px solid;
}



img.imgright
{
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

img.imgleft
{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}


h2
{
	font-size: 18px; 
	border-bottom: 1px solid #dddddd;
	color: #0b4496;
}

h3
{
	font-size: 16px; 
	color: #000000;
}

h4
{
	font-size: 14px; 
	color: #000000;
}




a:link, a:visited
{
	color: #0b4496;
	text-decoration: none;
	font-weight: bold;
}

a:visited
{
	color: #683eaa;
}

a:hover
{
	color: #0b4496;
	text-decoration:underline;
	font-weight: bold;
}

.smcCsContentFrame
{	
	border-top: 7px solid #a1acc0;
	border-bottom: 7px solid #a1acc0;
	border-left: 1px solid #a1acc0;
	border-right: 1px solid #a1acc0;
	background:#ffffff;
	
}

