@charset "UTF-8";
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: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
/*	background-image: url(../images/backgrounds/backgrnd_imgRam.jpg);
*/	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	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. */
}
.oneColFixCtrHdr #header {
	background: #000000;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #4c4a3b;
	background-image: url(../images/black_fade.png);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000000;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#nav1 a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #a79a88;
}
#nav1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #a79a88;
}
#nav1 a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #a79a88;
}
#nav1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:link {
	text-decoration: none;
	color: #a79a88;
}
#footer a:active {
	text-decoration: none;
	color: #a79a88;
}
#footer a:visited {
	text-decoration: none;
	color: #a79a88;
}
#footer a:hover {
	text-decoration: underline;
	color: #a79a88;
}

.topnavoff {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/blue_nav_bax_off.png);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.topnavoff a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.topnavoff a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.topnavoff a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topnavoff a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.topnavon {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/blue_nav_bax_on.png);
	background-repeat: repeat-x;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}
.topnavon a:link {
	text-decoration: none;
	color: #000000;
}
.topnavon a:active {
	text-decoration: none;
	color: #000000;
}
.topnavon a:visited {
	text-decoration: none;
	color: #000000;
}
.topnavon a:hover {
	text-decoration: none;
	color: #000000;
}

.leftnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
.leftnav a:link {
	text-decoration: underline;
	color: #4c4a3b;
}
.leftnav a:active {
	text-decoration: underline;
	color: #4c4a3b;
}
.leftnav a:visited {
	text-decoration: underline;
	color: #4c4a3b;
}
.leftnav a:hover {
	text-decoration: underline;
	color: #000000;
}

.leftnav h2 {
	text-decoration: none;
	color: #4c4a3b;
	font-size: 16px;
}

.leftnav h3 {
	text-decoration: none;
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.rightnews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #4c4a3b;
	height: 450px;
	margin-top: 15px;
}
.rightnews a:link {
	text-decoration: underline;
	color: #4c4a3b;
	font-weight: bold;
}
.rightnews a:active {
	text-decoration: underline;
	color: #4c4a3b;
	font-weight: bold;
}
.rightnews a:visited {
	text-decoration: underline;
	color: #4c4a3b;
	font-weight: bold;
}
.rightnews a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
}

.rightnews h2 {
	text-decoration: none;
	color: #4c4a3b;
	font-size: 16px;
}

.rightnews h3 {
	text-decoration: none;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
}
.subtable {
	background-image: url(../images/subpage_pics/building_bkg-pic.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 777px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC59D;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC59D;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC59D;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CCC59D;
	text-decoration: underline;
}
.supportnav h2 {
	text-decoration: none;
	color: #4c4a3b;
	font-size: 16px;
}
.supportnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: left;
}
.supportnav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #4c4a3b;
}
.supportnav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #4c4a3b;
}
.supportnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-decoration: underline;
	color: #4c4a3b;
}
.supportnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #000000;
}
.quoteHomepage {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-style: italic;
	color: #CCC59D;
	text-decoration: none;
}
.quoteSource {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 10px;
}
h4 {
	color: #000000;
}
li {
	color: #000000;
}
#rotator {
	background-image: url(images/rotate.php);
	background-repeat: no-repeat;
	background-position: center top;
}.homeQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #CCC59D;
	line-height: 24px;
	padding-top: 10px;
}

