/* CSS Document */


body  {
	background: #000000;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15;
	margin-bottom: 15;
}
h1 {
	margin-top:0px;
}
h1, h2, h3, b, strong, #mainContent a  {
	color: #EC5934;
}
a:link {
	text-decoration:underline;
	color: #5D3300;
}
#container {
	width: 944px;
	background: #FFFFFF url(images/columntile.gif) repeat-y center top;
	margin: 0px auto;
	text-align: left;
	padding: 0px;
} 
#header {
	padding: 0;
	margin: 0 auto;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 190px;
	width: 944px;
} 
#header img {
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#topnav {
	width: 944px;
	text-align: center;
	padding-top: 128px;
}
#topnav img {
	padding:0 2px;
}
#contentwrapper {
	background-image: url(images/columntops.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
#breadcrumbs {
	margin-left: 240px;
	font-size: 12px;
	text-align: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 475px;
}
#sidebar1 {
	float: left;
	padding: 5px 0px 0px 34px;
	text-align: center;
	width: 173px;
}
#sidebar2 {
	float: right;
	width: 173px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 34px;
}
#sidebar1wrap, #sidebar2wrap {
	background-image: url(images/leftcolumnsplice.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
	width: 173px;
}
#sidebar1wrap h3, #sidebar2wrap h3 {
	color: #FFFFFF;
	background-image: url(images/lefttab.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	height: 28px;
	padding-top: 4px;
	font-size: 14px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#sidebar1wrap p, #sidebar2wrap p {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-size: .8em;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#faqs {
	height: 71px;
	padding-top: 5px;
}
p.faqheader {
	background-image: url(images/faqs.jpg);
	background-repeat: no-repeat;
	background-position: 80px 5px;
	padding-top: 5px;
}
p.faqheader a:link {
	text-decoration:underline;
	color: #5D3300;
}
p.faqheader a:hover {
	text-decoration: underline;
	color: #5D3300;
}
#mainContent {
	margin-right: 210px;
	margin-bottom: 0px;
	margin-left: 210px;
	background-image: url(images/centercolumntile.gif);
	background-position: center 200px;
	background-repeat: repeat-y;
	font-family: "Trebuchet MS";
	font-size: .9em;
	margin-top: 9px;
} 
#mainContentWrap {
	padding: 20px 30px;
	text-align: left;
}
#footer {
	padding: 0;
	background:#DDDDDD url(images/footer.jpg) no-repeat center top;
	height: 48px;
} 
#footer p {
	color: #ffffcc;
	margin: 0;
	padding: 26px 0 0px;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #ffffcc;
	text-decoration:none;
}
.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;
}
.kern {
	letter-spacing: -.095em;
}