@charset "utf-8";

.bgwaud #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 953px;
	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: 1307px;
} 
.bgwaud #header {
	height: 50px;
	width: 900px; 
	padding: 0px 0px;  
} 
.bgwaud #sidebar1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 720px;
	padding: 0px 0px 0px 0px;
	height: 445px;
}
.bgwaud #sidebar2 {
	position: absolute;
	top: 0px;
	width: 233px;
	padding: 0px 0px 0px 0px;
	height: 255px;
	right: 0px;
}
.bgwaud #midcontent {
	position: absolute;
	top: 544px;
	left: 367px;
	width: 257px;
	padding: 0px 0px 0px 0px;
	height: 491px;
	background-color: #FFFF33;
}
.bgwaud #sidebar3 {
	position: absolute;
	top: 445px;
	left: 334px;
	width: 386px;
	height: 577px;
	background-image: url(w910middlesection.jpg);
}
.bgwaud #sidebar4 {
	position: absolute;
	top: 255px;
	width: 233px;
	height: 803px;
	right: 0px;
}
.bgwaud #sidebar5 {
	position: absolute;
	top: 445px;
	left: 0px;
	width: 334px;
	height: 577px;
}
.bgwaud #footer {
	position: absolute;
	top: 1350px;
	left: 140px;
	width: 753px;
	height: 37px;
} 
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.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%;
}
.verysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
}

.largerhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #000000;
}


.mediumhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}
.mediumheadextralead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
}

.mediumtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
}

.extralead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 20px;
	font-weight: 200;
}
.moderatext {
	font-size: 13px;
	font-style: normal;
	color: #000000;
	font-weight: 500;
}
.largerbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
}
.notsosmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CCFF00;
}
.largegreen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #66FF33;
}
.verysmallwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
}
.bolder {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial;
	color: #FFFFFF;
}
.whitecondensed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 18px;
	color: #FFFFFF;
}
