@charset "utf-8";
body {
	font: 83% Verdana, Arial, Helvetica, sans-serif;
	background: #339999; /* 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: #000;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 200px;
	margin-left: 0;
}
.oneColFixCtrHdr #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFc; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding: 0;  /* 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. */
	background-color: #ffc;
	background-image: url(imgs/banner.jpg);
	background-repeat: no-repeat;
	height: 154px;
	background-position: center top;
}

.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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 1.2;
	width: 950px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 100%;
}

.oneColFixCtrHdr #footer {
	background-color: #ffc;
	background-image: url(imgs/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 70px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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 */
}
.logofltrt { /* 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-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 20px;
}
.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;
}
img{
	border: 0;
}
.imgack{
	margin-left: 220px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
}

.owner {
	font-size: 85%;
}
.shorttext {
	padding-bottom: 50px;
}
.vshorttext {
	padding-bottom:150px;
}

form {
	text-align: right;
	width: 450px;
	margin-left: 40px;
	float: right;
}
legend {
	font-weight: bold;
	color: #000;
}
textarea {
	vertical-align: text-top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 85%;
}
.checkbox {
	vertical-align: text-top;
}

fieldset {
	border:1px solid #F90;
	padding: 20px;
}
.cntrtd {
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
.cntrtdftr {
	text-align: center;
	font-weight: bold;
}
.redbold {
	color: #F00;
	font-weight: bold;
}
.mnthtd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F90;
}
iframe {
	height: 600px;
	width: 800px;
	margin-top: 30px;
	margin-left: 80px;
}
.tline {
	line-height: 1;
}
.tpic {
	float: left;
	margin-right: 8px;
	margin-bottom: 200px;
}
.htable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 6px;
	padding-top: 117px;
}
.htable td {
	height: 31px;
	text-align: center;
	vertical-align: middle;
}
.oneColFixCtrHdr #header a{
	color: #000;
	text-decoration: none;
	background-image: url(imgs/upnav.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 153px;
	padding-top: 15px;
	display: block;
	}

.oneColFixCtrHdr #header a:link{
	color: #000;
	text-decoration: none;
	background-image: url(imgs/upnav.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 153px;
	padding-top: 15px;
	display: block;
	}

.oneColFixCtrHdr #header a:visited{
	color: #000;
	text-decoration: none;
	background-image: url(imgs/upnav.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 153px;
	padding-top: 15px;
	display: block;
	}

.oneColFixCtrHdr #header a:hover{
	color: #F00;
	text-decoration: none;
	background-image: url(imgs/upnav.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 153px;
	padding-top: 15px;
	display: block;
	}

.oneColFixCtrHdr #header a:active{
	color: #000;
	text-decoration: none;
	background-image: url(imgs/upnav.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 28px;
	width: 153px;
	padding-top: 15px;
	display: block;
	}
.oneColFixCtrHdr #mainContent a:link{
	color: #F90;
	text-decoration: none;
	font-weight: bold;
	}

.oneColFixCtrHdr #mainContent a:visited{
	color: #F90;
	text-decoration: none;
	font-weight: bold;
	}

.oneColFixCtrHdr #mainContent a:hover{
	color: #F00;
	text-decoration: none;
	font-weight: bold;
	}

.oneColFixCtrHdr #mainContent a:active{
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
.boldtxt {
	font-weight: bold;
}
.highlight {
	border: thin solid #F90;
	padding: 5px;
	height: 100%;
	width: 400px;
	display: block;
}
.oneColFixCtrHdr #container #mainContent table tr td fieldset {
	width: 350px;
}
.oneColFixCtrHdr #container #mainContent table tr td #bookform {
	width: 350px;
}.oneColFixCtrHdr #container #mainContent table tr td strong {
	text-align: center;
}
