@charset "UTF-8";
body  {
	background: #eeeeee;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: "Times New Roman", Times, serif;
	font-size: 100%;
}
.thrColFix #container {
	width: 970px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #EEEEEE;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	height: 100%;
	position: fixed;
	background-color: #EEEEEE;
	text-align: right;
	padding-left: 20px;
}
.thrColFix #mainContent {
	margin-left: 220px;
	background-color: #FFFFFF;
	position: absolute;
	width: 750px;
}
.mainimage  {
	width: 510px;
	height: 445px;
	background-image: url(/images/wr_image_home.gif);
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: underline;
	padding-top: 35px;
	padding-right: 120px;
	padding-left: 80px;
	line-height: 38pt;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.sidebartext {
	position: relative;
	width: 180px;
	text-align: right;
	padding-right: 38px;
	float: right;
}
.homeimage {
	width: 630px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 35px;
	font-size: 16px;
	font-style: italic;
	color: #1D1C18;
}
.footer {
	background-image: url(beta4/images/wr_main_footer.gif);
	background-repeat: no-repeat;
	height: 175px;
	width: 720px;
	font-style: italic;
	text-align: right;
	padding-right: 30px;
	padding-top: 25px;
	font-size: 14px;
	color: #999999;
}
.tertiaryimages {
	width: 750px;
	height: 199px;
}
.creditstype {
	background-color: #000000;
	padding-left: 20px;
	color: #FFFFFF;
	margin-right: 1px;
	padding-top: 30px;
	padding-bottom: 25px;
	margin-top: 0px;
}
.presstype {
    font-size: 24px;
	text-decoration:underline
}
