@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	background-color: #CCC;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000; /* this overrides the text-align: center on the body element. */
	background-color: #CCC;
	height: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	float: left;
} 
.twoColFixLtHdr #container #sidebar1 h3 {
	padding-left: 10px;
}

.twoColFixLtHdr #header {
	background-color: #CCC;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: top;
	height: 88px;
	width: 980px;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
} 
.twoColFixLtHdr #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 */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	font-size: small;
	color: 000000;
	background-color: #CCC;
	background-image: url(Images/SideRiverGray.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 985px;
	padding-top: 20px;
	position: absolute;
	z-index: 3;
	top: 90px;
	left: 0px;
}
.column2 {
	left: 22px;
	width: 514px;
	position: absolute;
	top: 416px;
	height: 134px;
}
.threeDButton {
	float: right;
}
.column3 {
	left: 586px;
	position: absolute;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	top: 0px;
	width: 213px;
	text-align: left;
	height: 296px;
}
.colum3Item {
	list-style-position: outside;
	list-style-image: url(Home/buttons/CalendarButton.jpg);
	position: absolute;
	left: 196px;
	top: 144px;
}




.twoColFixLtHdr #mainContent {
	width: 800px;
	margin-top: auto;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: absolute;
	left: 182px;
	top: 125px;
	right: auto;
	bottom: auto;
	z-index: 0;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	color: #033;
	font-weight: bold;
	text-align: center;
} 
.row1Col2 {
	left: 9px;
	top: -399px;
	position: absolute;
	width: 482px;
	height: 157px;
}

.row1col4 {
	position: absolute;
	left: 599px;
	top: 735px;
	float: right;
}

.row2col14 {
	float: right;
}
.row2col2 {
	float: right;
}
.row3col2 {
	position: absolute;
	left: 17px;
	top: 434px;
	width: 540px;
}


.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	position: absolute;
	z-index: 3;
	left: 233px;
	top: 1125px;
} 
.twoColFixLtHdr #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;
	margin-right: 30px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
}
.imageLeftish {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 100px;
	margin-right: 0px;
}
.imageFossil {
	float: right;
	margin-right: 150px;
	text-align: left;
	vertical-align: top;
}
.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;
}
.txtLeftishVerySmall {
	font-size: small;
	float: left;
	padding-left: 0px;
	width: 450px;
	text-align: left;
}
.txtRightishSmall {
	font-size: medium;
	text-align: right;
	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;
	float: right;
}
.imgCenter {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	text-align: center;
}
.TextRightMedium {
	text-align: left;
	float: right;
	height: auto;
	width: 300px;
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: 200px;
}
ul {
	text-align: left;
	list-style-image: none;
	list-style-type: disc;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
.TextLeftMedium {
	text-align: left;
	margin-left: 50px;
	padding-left: 10px;
	width: 300px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
}
.gothic {
	font-family: gothicE;
	font-size: 24px;
	color: #000;
	letter-spacing: normal;
	text-align: center;
	font-weight: bold;
	float: right;
}


.ImageRight {
	float: right;
}
.boundWPadding {
	padding: 0px;
	border: thin outset #063;
	margin: 25px;
	vertical-align: top;
}
.twoColFixLtHdr #container #mainContent table tr td {
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	float: right;
}
#news {
	background-image: url(News/GothicNews.jpg);
	text-align: center;
	vertical-align: top;
	float: right;
	background-repeat: no-repeat;
	width: 110px;
	position: absolute;
	left: 673px;
	top: 14px;
	font-size: medium;
	font-weight: bold;
	text-transform: capitalize;
	font-family: "Times New Roman", Times, serif;
	padding: 5px;
}

.twoColFixLtHdr #container #mainContent h1 {
	text-align: center;
	color: #030;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
}
.twoColFixLtHdr #container #mainContent h5 {
	text-align: center;
	color: #000;
	font-size: small;
}
.twoColFixLtHdr #container #mainContent h2 {
	text-align: center;
	font-size: 16px;
	color: #033;
}
.twoColFixLtHdr #container #mainContent p {
	font-size: small;
	font-family: Tahoma, Geneva, sans-serif;
	color: #030;
	text-align: center;
	font-weight: bold;
}
.txtLeftishSmall {
	text-align: left;
	float: left;
	width: 350px;
	left: -19px;
	margin-left: 40px;
	font-size: small;
	font-style: italic;
	padding: 0px;
	position: absolute;
	top: 831px;
}
#txtBoxLeft {
	text-align: left;
	width: 600px;
	padding-left: 10px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
}
.headerRightish {
	font-size: 14px;
	color: #000;
	text-align: center;
	width: 600px;
}


.txtAlighLeft {
	text-align: left;
}
.imgTop {
	vertical-align: top;
	position: fixed;
	left: 640px;
	top: 200px;
}
.img2ndTop {
	position: fixed;
	left: 640px;
	top: 330px;
}
.txtLeftSmall {
	text-align: left;
	float: left;
	text-transform: none;
	width: 300px;
}
.imageHardRight {
	text-align: right;
	float: right;
	margin-left: 20px;
}
.imageHardLeft {
	float: left;
	margin-right: 10px;
}
.ImageHardRight {
	float: right;
	margin-left: 10px;
	text-align: center;
}
.txtAlignLeft {
	text-align: left;
	float: right;
}
.txtCenter {
	width: 700px;
	font-size: small;
	text-align: center;

}
.txtRightSmall {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: xx-small;
	font-style: italic;
	float: right;
	text-align: left;
}
.txtRightItalicSmall {
	font-size: small;
	font-style: italic;
	float: right;
	margin-right: 20px;
}
.topBox {
	float: right;
	padding-right: 50px;
}
.pinkword {
	color: #C0C;
}
.TxtRightMediumFontWideWidth {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: small;
	float: right;
	width: 300px;
	text-align: left;
}
.imgfloatright {
	float: right;
	padding-right: 1px;
}
.txtLeftLarge {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	font-style: normal;
	text-align: right;
	width: 300px;
	padding-left: 10px;
	color: #033;
	font-weight: bold;
}
.txtTallMediumLeft {
	font-size: medium;
	text-align: left;
	width: 150px;
	float: right;
}

.txtLeftBoxLarge {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: large;
	text-align: left;
	padding-left: 10px;
	font-weight: bold;
	width: 450px;
}
.txtBoxLeft {
	width: 400px;
	padding-right: 10px;
	padding-left: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: medium;
	font-weight: normal;
}
#imgCenterLarge {
	padding-left: 30px;
}
#topMenu {
	position: absolute;
	height: 30px;
	width: 800px;
	left: 174px;
	top: 89px;
	text-align: center;
	color: #FFF;
	background-color: #666;
}
.twoColFixLtHdr #container #mainContent a h4 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h3 {
	text-align: center;
	font-size: 14px;
	color: #033;
}
.txtLargeFont {
	font-size: large;
}
.twoColFixLtHdr #container table tr td p {
	text-align: center;
}
.TxtLeftCenter {
	font-size: 14px;
	text-align: left;
	float: left;
	width: 700px;
	font-weight: normal;
}
.txtSizeMedium {
	font-size: medium;
	text-align: center;
	float: left;
}
.txtMedium {
	font-size: medium;
	font-weight: bold;
}
.txtSmall {
	font-size: xx-small;
}
.twoColFixLtHdr #container #mainContent iframe {
	text-align: center;
}
.italic {
	font-style: italic;
	font-weight: normal;
	text-align: center;
	font-size: small;
}

