@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #d4d4d4 repeat-y center;
	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;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000;
	margin: 30px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #910404;
	text-align: left;
}

.oneColFixCtrHdr #baselinefooter {
	width: 760px;
	margin: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD url(../images/header.gif) no-repeat;
	height: 95px;
	width: 780px;
}

.oneColFixCtrHdr #navigation {
	height: 20px;
	width: 780px;
	text-align: justify;
	text-transform: uppercase;
	color: #d4d4d4;
	font: 11pt "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #000;
}

.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;
}
.oneColFixCtrHdr #mainContent { /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	color: #fff;
	font-size: 10pt;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #000;
	border-top: 1px solid #444;
	height: auto;
}
.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 */
	position: fixed;
}

.oneColFixCtrHdr #header h2 {
	border-left: 2px solid #fff;
}

.lightboxhidden {
	border-left: 2px solid #fff;
	float: right;
	visibility: hidden;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: auto;
	margin: 0;
	padding: 10px;
	width: auto;
}

* input#field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	color: #444;
	border: 1px solid #a7a7a7;
	height: inherit;
	width: 497px;
}

* input#button {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #444;
	color: #fff;
	text-align: center;
	width: 100px;
	height: auto;
}

* input#id {
	
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	color: #444;
	border: 1px solid #a7a7a7;
	height: inherit;
	width: 500px;
}

search {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #fff;
	color: #444;
	height: inherit;
	width: 200px;
}

ul {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style-type: upper-roman;
	list-style-position: outside;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.blockheading {
	margin-left: 15px;
	border-left: 2px solid #fff;
	font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-bottom: -3px;
}

h2.subnav {
	color: #fff;
	font-size: small;
	font-weight: bold;
	letter-spacing: 1pt;
	text-align: center;
}
h2.subnav a{
	color: #b00000;
	font-size: small;
	font-weight: bold;
	letter-spacing: 1pt;
	text-decoration: none;
}

.bodyblock {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #fff;
	padding: 5px;
	color: #000;
	margin: 0px 15px 15px;
	display: block;
	height: auto;
	width: 740px;
	z-index: auto;
	visibility: visible;
}

.box1 {
	padding: 0 10px 0 0;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	width: auto;
	color: #444;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: normal;
}

.box2 {
	padding: 0;
	height: auto;
	width: auto;
	text-align: right;
	color: #444;
	font-size: 10px;
}
.style1 {color: #FFFFFF}
a:link {
	color: #333333;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #990000;
}
a:active {
	color: #CC6600;
}