body {
	margin:0;
    padding:0;
    background-color:#d1d4df;
	text-align:center;
	font-family:Verdana,Arial, Helvetica, sans-serif;
	font-size:10px;
}

#siteContainer {
	width:990px;
	margin:0 auto;
	text-align:left;
}

#top {
	width:990px;
	height:53px;
	background: url('../../img/top.png') no-repeat;
}

#mid {
	width:990px;
	background: url('../../img/mid.png') no-repeat;
}

#bottom {
	width:990px;
	height:75px;
	background: url('../../img/bottom.png') no-repeat;
}

#midContent {
	margin:0 40px;
}



#underBanner {
	margin: 40px 0 0 0;
}


#sidebar {
	float:left;
	width:182px;
}

.box1 {
	width:182px;
}

.tl {
	width:10px;
	height:10px;
	background: url('../../img/box/tl.png') no-repeat;
}

.tr {
	width:10px;
	height:10px;
	background: url('../../img/box/tr.png') no-repeat;
}

.bl {
	width:10px;
	height:10px;
	background: url('../../img/box/bl.png') no-repeat;
}

.br {
	width:10px;
	height:10px;
	background: url('../../img/box/br.png') no-repeat;
}

.left {
	width:10px;
	background: url('../../img/box/left.png') no-repeat;
}

.right {
	width:10px;
	background: url('../../img/box/right.png') no-repeat;
}

.midBox {
	background: url('../../img/box/mid.png') repeat-x;
}

.top {
	height:10px;
	background: url('../../img/box/top.png') repeat-x;
}

.bottom {
	height:10px;
	background: url('../../img/box/bottom.png') repeat-x;
}


.box1 .title {
	font-size:12px;
	color:#c81e39;
	line-height:16px;
	font-weight:bold;
}

.box1 .text {
	color:#495779;
	font-size:10px;
	line-height:18px;
}


#partnerTable {
	margin-top:16px;
}

.partnerText {
	color:#4c6396;
	font-weight:bold;
	font-size:10px;
}



#homeText {
	font-size:10px;
	line-height:17px;
	color:#36393d;
	float:left;
	width:340px;
	margin-left:23px;
}

#homeText .title {
	font-weight:bold;
	color:#cf1f3c;
	font-size:12px;
}


#callAction1 {
	width:340px;
	float:right;
}

.box2 .title {
	font-size:15px;
	color:#c81e39;
	line-height:20px;
	font-weight:bold;
}

.box2 ul, .box2 li {
	color:#495779;
	font-size:10px;
	margin:0;
	padding:0;
}

.box2 ul {
	list-style-type:none;
}

.box2 li {
	padding-left:16px;
	background: url('../../img/redBullet.png') no-repeat top left;
	margin:3px 0;
}

.learnMoreLink {
	color:#c81e39;
	font-size:12px;
	padding:12px 0 12px 16px;
	display:block;
	text-decoration:none;
}

#footerContent {
	margin: 16px 40px 0 40px;
}

#copyright {
		color:#6f83b2;
	font-size:10px;
}

#footerLinks {
	float:right;
	color:#6f83b2;
	font-size:10px;
}

a:link, a:visited {
	color:#c81e39;
	text-decoration:none;
}

a:active, a:hover {
	text-decoration:underline;
}