@charset "UTF-8";

td img {
	display: block;
}

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: #4D4D4D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #FEFEFE;
	line-height: 1.45em;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 150%;
	color: #B5121B;
}
h2 {
	font-size: 125%;
	color: #B5121B;
}
.oneColFixCtr   #background {
	text-align: left;
	background-image: url(../images/css_art/plansBKG.jpg);
	background-repeat: no-repeat;
	background-position: center -30px;
	background-attachment: fixed;
}
.oneColFixCtr #container {
	text-align: left;
	width: 640px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	text-align: left;
	margin-top: -20px;
}
.oneColFixCtr #mainContent a {
	color: #B5121B;
}
.oneColFixCtr #mainContent #imgFLTrt {
	display: inline;
	float: right;
	padding-left: 25px;
	padding-bottom: 10px;
}
.oneColFixCtr #mainContent p {
}
#tagbar {
	background-color: #B3AA7E;
	height: 35px;
	width: auto;
	padding-top: 20px;
}
#bodytext {
	float: left;
	width: 380px;
}
#navbar {
	text-align: center;
	height: 115px;
}
#logobar {
	height: 140px;
	padding-top: 25px;
}
.logoPad {
	margin-left: 144px;
	float: left;
}
#footerbar {
	background-color: #B3AA7E;
	height: 30px;
	width: auto;
	color: #FFFFFF;
	text-align: center;
	font-size: 75%;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footerbar a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerbar a:hover {
	text-decoration: underline;
}
.imgPAD {
	margin-top: 10px;
	border: 1px solid #B5121B;
}
.imgBORDER {
	border: 1px solid #B5121B;
}
.callout {
	font-weight: bolder;
	color: #B5121B;
}
.bldTXT {
	font-weight: bolder;
}
#reqINFO {
	float: right;
	height: 30px;
	width: 101px;
	position: inherit;
	margin-top: -10px;
}
