@charset "UTF-8";
body {
	background:url(imgs/background.png) bottom center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

div {
	border: 0px solid #000;
}

#container {
	width: 920px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	background: url(imgs/header.png) no-repeat top center;
	width: 920px;
	height: 147px;
 }

#header img{
	border: 0px none;
}

#logo {
	float: left;
	position: relative;
	top: 10px;
	left: 60px;
	border: 0px none;
}

#continue {
	float: right;
	position: relative;
	top: 82px;
	right: 11px;
	border: 0px none;
}

#content {
	background: url(imgs/contentBoxTop.png) no-repeat top center;
	padding: 36px 0 0 0;
	
	position:relative;
	top: -20px;
}
#content .mid {
	background: url(imgs/contentBoxMid.png) repeat-y center;
	padding: 0 30px 0 30px;
}

#content .mid h2 {
	font-weight: normal;
	font-size: 36pt;
	padding: 0 0 10px 0;
	margin: 0 auto 0 auto;
	text-align: center;
}

#content .mid .column {
	padding: 0 0 10px 0;
	margin: 0 auto 0 30px;
	float: left;
	width: 385px;
}

#content .mid .column strong{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 16pt;
	display: block;
}


#content .mid .column .subhead{
	font-weight: bold;
	color: #1D5D8A
}

#content .bot {
	background: url(imgs/contentBoxBottom.png) bottom center no-repeat;
	padding: 0 20px 0 20px;
	height: 142px;
}

#content .bot img{
	border: 0px none;
	margin: 25px 0 0 0;
}
#content .bot a{
	margin: 0 0 0 42px;
}

#flash {
	margin: 0;
	padding: 0;
	text-align: center;
	position:relative;
	top: -9px;
}

#copy {
	color: #FFFFFF;
	text-align:center;
	font-size: 10pt;
}

#wcid {
	float: right;
	padding: 0;
	margin: 0;
	width: 450px;
	position: relative;
	bottom: 0px;
	color: #FFFFFF;
}
#wcid .top {
	background:url(imgs/wicdTop.png) top center no-repeat;
	padding: 0;
	height: 20px;
}
#wcid .middle {
	background:url(imgs/wicdMid.png) center repeat-y;
	padding: 0 50px 0 50px;
}
#wcid .bottom {
	background:url(imgs/wicdBottom.png) bottom center no-repeat;
	padding: 0;
	height: 20px;
}

#wcid .middle strong{
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 16pt;
	display: block;
}


#wcid, 
#content .bot,
#copy {
	position: relative;
	top: -90px;
}


#wcid .bottom  {
	position: relative;
	top: 0;
}

#wcid .middle {
	height: auto;
}

#ieSpacer {
	display:none;
}

#copyText .sIFR-flash {
	position: relative;
	top: 5px;
}