@charset "utf-8";

.swcaud #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 1250px;
	background-color: #FFFF33;
} 
.swcaud #header {
	height: 176px;
	width: 900px;
	padding: 0px 0px;
	background-color: #FFFF33;
} 
.swcaud #sidebar1 {
	position: absolute;
	top: 203px;
	left: 0px;
	width: 252px;
	padding: 0px 0px 0px 0px;
	height: 1047px;
	background-color: #0066CB;
}
.swcaud #sidebar2wide {
	position: absolute;
	top: 203px;
	left: 291px;
	width: 570px;
	padding: 0px 0px 0px 0px;
	height: 767px;
	background-color: #0678C0;
}
.swcaud #sidebar2 {
	position: absolute;
	top: 203px;
	right: 0;
	width: 184px;
	padding: 0px 0px 0px 0px;
	height: 1047px;
	background-color: #FFC801;
}
.swcaud #mainContent {
	margin-right: 207px;
	margin-bottom: 0;
	margin-left: 280px;
	background-color: #FFFF33;
	margin-top: 0px;
	padding: 0px;
}
.swcaud #footer {
	position: absolute;
	top: 1258px;
	left: 0px;
	width: 900px;
	padding: 0px 0px 0px 0px;
	height: 56px;
	background-color: #000066;
} 
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
} 
.bodytext1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 18px;
}
.bodytext2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.bodytext3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
}
.bodytext4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 25px;
}


.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
.headerwhite  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodycopywhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}


.bodytextsmallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
