@charset "utf-8";
/* CSS Document */


body {
	background: #000000;
	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-image:url(/graphics/layout/bg2.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment: fixed;
	font-family:"Trebuchet MS", Calibri, Tahoma, Verdana, Arial;
	font-size:62.5%;
	
}
.oneColFixCtrHdr #container {
	width: 804px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(graphics/layout/mainContentbg.png);
	background-repeat:no-repeat
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	height: 312px;
	
}
.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 {
	height: 390px;
	overflow:auto;
	overflow-x:hidden;
	font-size:1.3em;
	font-weight: bold;
	line-height: 1.6em;
	margin-right:3px;
	padding-top: 10px;
	padding-right: 90px;
	padding-bottom: 10px;
	padding-left: 90px;
	
	

}
.oneColFixCtrHdr #footer {
	padding: 5px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 55px;
	font-size:1.1em;
	text-align:center

}
.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 */
}
.oneColFixCtrHdr #container #header #cathpic {
	height: 140px;
	width: 125px;
	margin-left: 0px;
	margin-top: 2px;
	float: left;
}
.oneColFixCtrHdr #container #header #menu {
	height: 38px;
	width: 730px;
	margin-top: 15px;
	margin-right: 30px;
	float: right;
}
.oneColFixCtrHdr #container #header #title {
	height: 103px;
	width: 384px;
	margin-top: 0px;
	margin-right: 200px;
	float: right;
	margin-bottom:10px
	
}
.oneColFixCtrHdr #container #header #scroller {
	height: 144px;
	width: 802px;
	margin-top: 0px;
	margin-right: 0px;
	clear:both;
	overflow: hidden;
	border-bottom:#FFFFFF solid 1px;
	border-top:#FFFFFF solid 1px;
	background-color: #000000;
	white-space:nowrap
}
A:link {
	text-decoration: underline;
	color:#FFFFFF
}
A:visited {
	text-decoration: underline;
	color:#FFFFFF
}
A:active {text-decoration: underline; color:#005B2E}
A:hover {
	text-decoration: none;
	color:#33FF00;
}
.textcontent {
	width: 550px;
	margin-left: 110px;
	font-weight: bold;
	color: #000000;
	line-height: 1.6em;
}
.imageNegMargin {
	margin-right:-70px;
	margin-left:10px
}.oneColFixCtrHdr #container #mainContent #backtotop {
	float: right;
	width: 120px;
	font-size: .8em;
	text-align: right;
}
h3 {margin:0}
h2 {margin:0}

.whitetext {
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent #submenu {
	float: right;
	width: 300px;
	text-align: right;
	padding-top: 5px;
	margin-right: -75px;
}
