@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: 1107px;
	background-color: #FFFF33;
} 
.swcaud #header {
	height: 50px;
	width: 900px; 
	padding: 0px 0px;  
	background-color: #000066;
} 
.swcaud #sidebar1 {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 624px; 
	padding: 0px 0px 0px 0px; 
	height: 494px;
	background-color: #FFFF33; 
}
.swcaud #sidebar2 {
	position: absolute;
	top: 50px;
	right: 0;
	width: 276px;
	padding: 0px 0px 0px 0px;
	height: 1030px;
	background-color: #FFFF33;
}
.swcaud #midcontent {
	position: absolute;
	top: 544px;
	left: 367px;
	width: 257px;
	background: #FFFF33;
	padding: 0px 0px 0px 0px;
	height: 491px;
	background-color: #FFFF33;
}
.swcaud #sidebar3 {
	position: absolute;
	top: 544px;
	left: 0px;
	width: 367px; 
	background: #FFFF33; 
	padding: 0px 0px 0px 0px; 
	height: 491px;
	background-color: #FFFF33;
}
.swcaud #footer {
	position: absolute;
	top: 1055px;
	left: 34px;
	width: 589px;
	padding: 0px 0px 0px 0px;
	height: 37px;
	background-color: #FFFF33;
} 
.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;
}
.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
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%;
}
.bodycopysurscript {
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: super;
}

