@charset "utf-8";
/* CSS Document */

body {
	font: Times New Roman, Times, serif;
	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;
}
.oneColFixCtr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.header {
	width: 1000px;
	height: 150px;
	background-image: url(../images/homebanner.jpg);
}
.navbar {
	width: 197
\;
	height: 100%;
	background-color: #B69878;
	border: 2px solid #000000;
	width: 194px;
	padding: 1px;
	text-align: left;
	vertical-align: top;
}
.mainarea {
	height: 100%;
	width: 644px;
	border: 2px solid #000000;
	padding: 1px;
	background-color: #4D7380;
	font: Times New Roman, Times, serif;
	vertical-align: top;
}
a.maindivcel:link {
	color: #FFFFFF;
	border: 0 px;
	border-color: #4D7380;
}
a.maindivcel:hover {
	color: #DFD875;
	border: 0 px;
	border-color: #4D7380;
}
a.maindivcel:visited {
	color: #CCCCCC;
	border: 0 px;
	border-color: #4D7380;
}

.gallerymainarea {
	height: 100%;
	width: 644px;
	border: 2px solid #000000;
	padding: 1px;
	background-color: #4D7380;
	font: Times New Roman, Times, serif;
	vertical-align: top;
	text-align: center;
	font-size: small;
}

.maindiv {
	width: 644px;
	color: #DFD875;
}
.maindivcel {
	padding: 5px;
	font: Times New Roman, Times, serif;
}
.maindivceltop {
	padding: 5px;
	font: Times New Roman, Times, serif;
	font-size: x-large;
}


.gallerybar {
	width: 144px;
	height: 100%;
	background-color: #B69878;
	border: 2px solid #000000;
	padding: 1px;
	font: Times New Roman, Times, serif;
	vertical-align: top;
	text-align: center;
}
.gallerytable {
	width: 140px;
	height: 100%;
	vertical-align: top;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	font-size: x-large;
	text-decoration: underline;
}
.gallerygraphiccell {
	width: 140px;
	height: 160px;
	vertical-align: top;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	font-size: small;
	text-decoration: none;
}
.mediabar {
	width: 994px;
	height: 175px;
	background-color: #66976F;
	color: #FFFFFF;
	padding: 3px;
	text-align: center;
}
.mediacells {
	width: 98px;
	height: 85px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: text-bottom;
	overflow: auto;
}

.legals {
	width: 1000px;
	background-color: #869CA4;
	text-align: center;
	font-size: 12px;
	font: Times New Roman, Times, serif;
}
