@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	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;
}
#logo {
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding: 5px;
}

.oneColFixCtrHdr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	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 #container #footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	text-align: center;
}

.oneColFixCtrHdr #header {
	background: #666666;
	padding: 0 10px 0 20px;  /* 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. */
	border-bottom-style: inset;
	border-bottom-width: 2px;
}
.oneColFixCtrHdr #container #header table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #header h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0.65em;
	text-align: right;
	line-height: 1.4em;
	font-weight: lighter;
}

.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #666666;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#666666;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.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 */
	line-height: 1.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85px;
	background-position: top;
	color: #000000;
}
.oneColFixCtrHdr #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 0.85em;
}
.oneColFixCtrHdr #footer a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 0.85em;
}
.oneColFixCtrHdr #footer a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 0.85em;
}
.oneColFixCtrHdr #footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	text-decoration: none;
	font-size: 0.85em;
}
.oneColFixCtrHdr #footer .gallery {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:1.2em;
}
.oneColFixCtrHdr #footer .gallery a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size:1em;
}
.oneColFixCtrHdr #footer .gallery a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer .gallery a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer .gallery a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
}
.oneColFixCtrHdr #container #mainContent table td {
	vertical-align: text-top;
}
.oneColFixCtrHdr #container #mainContent li {
	font-size: .8em;
}

.oneColFixCtrHdr #container #mainContent table {
}

.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 1em;
	font-variant: small-caps;
}

.oneColFixCtrHdr #container #mainContent p {
	font-size: 0.8em;
	line-height: 1.4em;
}
.oneColFixCtrHdr #container #mainContent a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.oneColFixCtrHdr #container #mainContent a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent a:hover {
	text-decoration: none;
	color: #FF6600;
}.oneColFixCtrHdr #container #mainContent img {
	vertical-align: top;
}
.oneColFixCtrHdr #container #mainContent .sidebar {
	color: #000000;
	background-color: #FFFFFF;
	float: right;
	width: 220px;
	margin: 10px;
}
.oneColFixCtrHdr #container #mainContent .sidebar .lt_crnr {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	position: relative;
	top: 0px;
}
.oneColFixCtrHdr #container #mainContent .sidebar .rt_crnr {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	position: relative;
	top: 0px;
}
.oneColFixCtrHdr #container #mainContent .sidebar .lb_crnr {
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	position: relative;
	top: 0px;
}
.oneColFixCtrHdr #container #mainContent .sidebar .rb_crnr {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow: hidden;
	position: relative;
	top: 0px;
}
.oneColFixCtrHdr #container #mainContent .sidebar p {
	margin: 6px;
}
.oneColFixCtrHdr #container #mainContent .sidebar h2 {
	margin: 0px 6px 6px;
}


#navTable {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #container #header #navTable td {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColFixCtrHdr #container #header .navMain a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	float: left;
	text-decoration: none;
	background-image: url(images/navbar/btn_background.gif);
}
.oneColFixCtrHdr #container #header .navMain a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr #container #header .navMain a:hover {
	background-image: url(images/navbar/btn_background_ov.gif);
}
.oneColFixCtrHdr #container #header .navMain a:active {
	background-image: url(images/navbar/btn_a.gif);
	color: #000000;
}
.oneColFixCtrHdr #container #header .navSub a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #000000;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
	float: left;
	text-decoration: none;
	background-image: url(images/navbar/btn_sub.gif);
}
.oneColFixCtrHdr #container #header .navSub a:visited {
	text-decoration: none;
}
.oneColFixCtrHdr #container #header .navSub a:hover {
	background-image: url(images/navbar/btn_sub_ov.gif);
	color: #FFFFFF;
}
.image_list {
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 15px;

}
.cell_right {
	text-align: right;
}
.cell_right a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cell_right a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.table_center {
	text-align: center;
}
.bigLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	text-decoration: none;
}
.bigLink a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
}
.bigLink a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
}
.bigLink a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
}
.bigLink a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FF6600;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #mainContent .gallery_table {
	position: relative;
	left: -15px;
	padding: 3px;
}
.oneColFixCtrHdr #container #mainContent .gallery_table td {
	padding-top: 5px;
}
.pic_right {
	position: relative;
	float: right;
	padding-left: 25px;
}
.text_left {
	width: 450px;
	float: left;
}
