@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: 1450px;
	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: 1247px;
	background-color: #0066CB;
}
.swcaud #sidebar2 {
	position: absolute;
	top: 203px;
	right: 0;
	width: 240px;
	padding: 0px 0px 0px 0px;
	height: 1247px;
	background-color: #FFFF33;
}
.swcaud #mainContent {
	margin-right: 260px;
	margin-bottom: 0;
	margin-left: 280px;
	background-color: #FFFF33;
	margin-top: 30px;
	padding: 0px;
}
.swcaud #footer {
	position: absolute;
	top: 1461px;
	left: 0px;
	width: 900px;
	padding: 0px 0px 0px 0px;
	height: 76px;
	background-color: #000066;
} 
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
} 
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	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;
}

.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
}
.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%;
}
