@charset "utf-8";




body {
	margin: 0px;
	background-repeat: repeat-y;
	background-position: center 450px;
	background-image: url(../images/bgImagePlain.jpg);
}

.twoColFixLtHdr #container {
	width: auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(../images/bgImageLge.jpg);
	background-position: center top;
} 
.twoColFixLtHdr #header {
	height: 107px;
	position: relative;
	width: 955px;
	overflow: hidden;
	background-repeat: repeat-x;
	margin-right: auto;
	margin-left: auto;
} 
.twoColFixLtHdr #logo {
	text-align: center;
	padding-left: 300px;
}
.twoColFixLtHdr #menu {
	overflow: visible;
	float: left;
}
.twoColFixLtHdr #adBanner {
	height: 125px;
	padding-top: 0;
	padding-right: 7px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width: 650px;
	overflow: hidden;
	float: right;
	margin: 0px;
}



.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	overflow: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 0px;
	position: relative;
	vertical-align: text-bottom;
}
.twoColFixLtHdr #mainContent {
	height: 460px;
	width: 955px;
	overflow: hidden;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/arrows.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-right: 150px;
} 
.twoColFixLtHdr #mainPage {
	height: 410px;
	width: 955px;
	overflow: visible;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: top;
}


.twoColFixLtHdr #search {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	height: auto;
	width: auto;
	padding-left: 0px;
	float: right;
	overflow: visible;
	visibility: visible;
}
.twoColFixLtHdr #container #search input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.twoColFixLtHdr #container #mainContent a {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: underline;
}




.twoColFixLtHdr #footer {
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 20px;
	text-align: left;
	position: relative;
	height: 38px;
	width: auto;
	padding-top: 0px;
	overflow: hidden;
	background-position: center center;
	margin: 0px;
	background-color: #221E1F;
} 
.twoColFixLtHdr   #footerSiteMap   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	width: auto;
	float: right;
	position: relative;
	padding-right: 20px;
	padding-top: 3px;
}
.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: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.twoColFixLtHdr   #footer   a    {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
h1 {
	font-size: 24px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}


a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}
.fltrt { /* 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-left: 8px;
}
.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;
}
.twoColFixLtHdr #container #mainContent li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#form label,input,select{
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
#form {
	height: auto;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

label {
	text-align: right;
	width: 200px;
	padding-right: 15px;
}
br {
	clear: left;
}
