/* CSS Document */

body {
	background-color:#FFFFFF;
	text-align: center;
	margin-top: 0px;
}

img {
	border:0;
}

.container {
	text-align: center;
	position:relative;
	display:block;
	margin:0 auto 0 auto;
	width:1000px;
	height:auto;
}

.headerLogoSO {
	float: left;
	padding: 45px 0px 0 30px;
}

.headerLogoEMC {
	float: right;
	padding: 30px 30px 0 0px;
}

.flash {
	display:block;
	margin:15px 0 0 0;
	width:1000px;
	height:auto;
}

.clear {
	clear: both;	
}

.text {
	text-align: left;
	color: #333;
	margin: 0 0 0 30px;
	color:#494848;
	font-family:Arial,Helvetica,sans-serif;
}

.text p {	
	font-size:11px;
	line-height:15px;
}

.text p.title {	
	font-size:16px;
	font-weight: bold;
	line-height:15px;
	color: #7096BF;
}

.text p.blue {	
	font-size:11px;
	color: #7096BF;
}

a {
	color: #7096BF;
	text-decoration: underline;
}

#footer {
	width:1000px;
	height:70px;
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:15px;
	color:#494848;
	position:relative;
}
#footer a {
	color:#7096bf;
	text-decoration:none;
}
#footer a:link {
	color:#7096bf;
	text-decoration:none;
}
#footer a:active {
	text-decoration:none;
	color:#7096bf;
}
#footer a:visited {
	text-decoration:none;
	color:#7096bf;
}
#footer a:hover {
	color:#7096bf;
	text-decoration:underline;
}

#footerLeftText1st {
	margin:15px 0px  0px 15px;
	float:left;
	height:20px;
}

#footerRightText1st {
	margin:15px 15px  0px 0px;
	float:right;
	height:20px;
}

#footerRightPowered {
	margin:7px 12px  0px 0px;
	float:right;
}

.hrLightGray {
	width:100%;
	border-bottom:1px #dfdfdf solid;
}

.doubleColumns {
	width:1000px;
	float:left;
	background:url(../images/columns_mid.png) left  top repeat-y;
	margin:10px 0 0 0;
	text-align:left;
}

.doubleColumns h2 {
	color:#8fbf30;
	line-height:normal;
	font-size:16px;
	margin:10px 0 5px 0;
}

.doubleColumns .top {
	width:1000px;
	float:left;
	background:url(../images/columns_top.png) left  top no-repeat;
	padding:26px 0 0 0;
}

.doubleColumns .bottom {
	width:1000px;
	float:left;
	background:url(../images/columns_btm.png) left  bottom no-repeat;
	padding:0 0 26px 0;
}

.doubleColumns .left {
	float:left;
	padding:0 43px 0 30px;
	width:304px;
}

.doubleColumns .right {
	float:left;
	padding:0 30px 0 30px;
	width:400px;
}

.doubleColumns .rightImage {
	float:left;
	padding:10px 0 0 0;
}

.lowerBox {
	width:1000px;
	float:left;
	background:url(../images/lower_mid.png) left  top repeat-y;
	margin:10px 0 0 0;
	text-align:left;
}

.lowerBox p {
	padding:0;
	margin:0;
	font-size:16px;
	font-weight:bold;
}

.lowerBox .top {
	width:1000px;
	float:left;
	background:url(../images/lower_top.png) left  top no-repeat;
	padding:26px 0 0 0;
}

.lowerBox .bottom {
	width:940px;
	float:left;
	background:url(../images/lower_btm.png) left  bottom no-repeat;
	padding:0 30px 26px 30px;
}

.lowerBox a, .lowerBox a:link, .lowerBox a:visited {
	color:#8fbf30;
}

.lowerBox a:hover, .lowerBox a:active, .lowerBox a:focus {
	color:#7096BF;
}

