@charset "UTF-8";
body  {
	margin: 0px 0 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background-color: #647077;
	background-repeat: no-repeat;
	background-position: 490px 476px;
	overflow: hidden;
	height: auto;
} 
.twoColFixLtHdr #header {
	padding: 3px 10px 0 7px;
	background: url(images/banner5.jpg) no-repeat;
	height: 235px;
	margin: 0px;
	vertical-align: 23%;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 7px 10px 0px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-repeat: repeat-y;
	min-height: 100%;
	color: #FFD478;
	font-weight: 400;
	height: auto;
	background-image: url(images/frontpageSidebarBG.jpg);
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: 100;
	text-align: left;
	text-indent: 0px;
	padding: 12px 0px 0px;
}

.twoColFixLtHdr #mainContent {
	margin: 0 0 0 245px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 14px 30px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 445px;
	table-layout: fixed;
	line-height: 1.1px;
	list-style-type: circle;
	margin-top: 0px;
	margin-bottom: 0px;
} 
form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11.5px;
	color: #00C;
	font: Verdana, Geneva, sans-serif;
}

.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: 7px 0 1px;
	color: #FFD478;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #475055;
	line-height: 1.2;
	height: 27px;
	text-align: center;
	vertical-align: middle;
}
.twoColFixLtHdr #footer p {
	color: #FFFFFF;

}

.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:300;
	font-size: 1px;
	line-height: 0px;
	width: 550px;
	float: right;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: top;
	line-height: 1.4;
	margin: 0px;
	padding: 5px 0px 5px 12px;
}

/* footer Link Properties */
#footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.2px;
	height: 24px;
	color: #FFFFFF;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14.5px;
	font-style: normal;
	line-height: 1.5;
	color: #FFD378;
	background-color: #A83B24;
	font-weight: 200;
	margin-bottom: 6px;
	margin-top: 2px;
	margin-right: 0px;
	margin-left: 8px;
	float: right;
	width: 249px;
	page-break-after: auto;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
table {
	width: 240px;
	margin-left: 8px;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;

}
