@charset "UTF-8";
/* CSS Document */



#secContentCont {
float: left;
width: 520px;
background-image: url(../images/sec-panelBK.gif);
background-repeat: no-repeat;
background-position: top;
padding-top: 50px;
padding-right: 40px;
padding-left: 40px;
margin-top: -1px;
}

#secContentCont h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #666;
	display: block;
	height: 47px;
	width: 510px;
	background-color: #eaeaea;
	padding-left: 10px;
	padding-top: 13px;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: dotted;
	border-top-color: #222C60;
	border-bottom-color: #222C60;
	text-transform: uppercase;
	margin-bottom: 25px;
	clear: both;
}

#secContentCont h2 {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
margin-left: 10px;
color: #222C60;
margin-bottom: 5px;
}

#secContentCont p {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #666666;
margin-left: 10px;
line-height: 24px;
margin-bottom: 10px;
margin-top: 10px;
}
.imageBox {
	float: left;
	height: 198px;
	width: 514px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #222C60;
	border-right-color: #222C60;
	border-left-color: #222C60;
}
