/* CSS Document */

body { 
	margin:0;
	padding:0;
}

#main-wrapper {
	width:540px;
	margin:0 auto;
	background-color:#FFFFFF;
}

#header {
	border-top-width:40px;
	border-top-style:solid;
	height:139px;
}

#sub-header {
	border-top-width:4px;
	border-top-style:solid;
}

#headline {
	float:left;
	width:357px;
	height:135px;
}

#headline div.spacer {
	margin:0;
	padding:20px 0 0 20px;
}

#logo {
	float:right;
	width:183px;
	height:135px;
}

#logo img {
	padding:5px 20px 0 0;
}

#content div.spacer {
	margin:0; 
	padding:0 20px 20px 20px;
}

#footer-text {
	height:40px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

#footer-text div.spacer {
	margin:0;
	padding:7px 0 0 0;
}

#footer-logos {
	position:relative;
	height:50px;
}

#bz {
	position:absolute;
	top:10px;
	right:320px;
}

#bz-xl {
	position:absolute;
	top:10px;
	left:320px;
}

.row-padded {
	margin-bottom:20px;
}

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #e41224;
	font-weight: bold;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.redstyle1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px; 
	color: #e41224; 
}
.style3 {font-size: 10px}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.container:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.container { display: inline-block; }
html[xmlns] .container { display: block; }
* html .container { height: 1%; }
	

