@charset "utf-8";
body  {
	color: #000;
	background-color: #CCC;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	text-align: center;
	background-repeat: no-repeat;
}

.thrColFixHdr #container {
	width: 600px; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5f7a96;
	border-right-color: #5f7a96;
	border-bottom-color: #5f7a96;
	border-left-color: #5f7a96;
	vertical-align: top;
	color: #000;
} 

.thrColFixHdr #header {
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 88px;
	width: 980px;
	z-index: 3;
	left: 0px;
	top: 0px;
	position: absolute;
	vertical-align: top;
	
} 

.thrColFixHdr #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;
	font-size: 18px;
	color: #becae9;
	vertical-align: top;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	background-image: url(images/SideRiverGray.jpg);
	height: 990px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	text-align: left;
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 0px;
	top: 90px;
	z-index: 3;
	position: absolute;
	color: #000;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	background-color: #cfd0d6;
	font-size: xx-small;
	color: 000000;
	text-align: left;
	height: 985px;
	background-image: url(images/LeftSideRiver.jpg);
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	background-repeat: no-repeat;
	top: 90px;
	left: 780px;
	position: absolute;
	margin-right: 0px;
}
#news {
	background-image: url(images/GothicNews.jpg);
	text-align: center;
	vertical-align: top;
	float: none;
	background-repeat: no-repeat;
	width: 120px;
	position: absolute;
	left: 52px;
	top: 15px;
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px;
}
.HardRightImageTxtWrp {
	float: right;
}


.newsprint {
	font-size: 12px;
	background-image: url(images/newsback.jpg);
	text-align: center;
	color: 000000;
	height: 100px;
	width: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	font-weight: bolder;
	visibility: visible;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	margin-left: 10px;
	vertical-align: middle;
	word-spacing: normal;
}

.thrColFixHdr #container #sidebar2 table {
	margin-left: 0px;
	margin-right: 50px;
	background-color: #CCC;
	padding-right: 20px;
}


.thrColFixHdr #mainContent {
	background-color: #CCC;
	color: #000;
	text-align: center;
	z-index: 0;
	width: 510px;
	position: absolute;
	left: 207px;
	top: 90px;
	right: auto;
	bottom: auto;
	font-size: 100%;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	padding: 0;
} 
leftImage {
	float: left;
	margin-right: 0px;
	margin-left: 30px;
}
.txtRt {
	float: right;
	margin-right: 60px;
	margin-left: 0px;
	margin-top: 40px;
}
.innerBox {
	width: 500px;
}
.region7 {
	font-size: 14px;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
}
.REGION9 {
	font-size: 14px;
	text-align: left;
	float: none;
	width: 480px;
	margin-right: 0px;
	margin-left: 50px;
}
.bigMargins {
	padding-right: 50px;
	padding-left: 50px;
}
.ImgRtTxtWrp {
	float: right;
	margin-top: 2px;
	margin-right: 10px;
	margin-left: 10px;
}
.ImgLftTxtWrp {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}



.thrColFixHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #5f7a96;
} 

.thrColFixHdr #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 */
}
.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;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.gothic {
	font-family: gothicE;
	font-size: 24px;
	color: #000;
	letter-spacing: normal;
	text-align: center;
	font-weight: bold;
}
.rightImage {
	float: right;
	margin-right: 120px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.textLeft {
	float: left;
	margin-right: 0px;
	margin-left: 60px;
	margin-top: 50px;
	width: 200px;
	margin-bottom: 40px;
}
.txtSmall {
	font-size: x-small;
}
.txtLeftish {
	text-align: left;
}
.thrColFixHdr #container #mainContent p {
	text-align: left;
}
.TxtCenter {
	text-align: center;
	float: none;
}
.thrColFixHdr #container #mainContent p {
	text-align: center;
	font-size: medium;

}
.thrColFixHdr #container #mainContent p span {
	font-weight: bold;
}
