@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #FFFFFF;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B61914;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #027C93;
}

.oneColFixCtr #container {
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background-color: #FFFFFF;
}
#mast {
	width: 756px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
	left: 20px;
}
.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#topnavs {
	width: 756px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 756px;
}
#rightnav1 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#rightnav2 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#rightnav3 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#rightnav4 {
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#rightbar {
	width: 184px;
	top: 2px;
	right: 5px;
	position: absolute;
}
#burningpainting {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 267px;
	width: 216px;
	float: left;
	left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 215px;
	padding-bottom: 0px;
	padding-left: 20px;
}

