@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background-image:url(../images/sptbackground.jpg);*/
	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: #5A3B00;
}

.border { 
border-right: 1px solid #5A3B00; 
}

.oneColFixCtrHdr del{
	color: #F00;
}

.oneColFixCtrHdr img{
	border: 0;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar - **CS increased */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.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 */
}

.oneColFixCtrHdr #navigationTable 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 */
	font-size: 13px;
	text-align: center;
	font-weight:bold;
}

.oneColFixCtrHdr #navigationTable h2{
	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 */
	font-size: 10px;
	text-align: center;
	font-weight:normal;
}

.oneColFixCtrHdr #bottomTable img{
	vertical-align: top;
}

.oneColFixCtrHdr #bottomTable p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 13px;
	text-align: left;
	font-weight:normal;
	vertical-align: top;

}

.oneColFixCtrHdr #bottomTable td{
	valign: top;

}

.oneColFixCtrHdr #newsTable h1{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 17px;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	valign: top;

}


.oneColFixCtrHdr #newsTable h3{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 14px;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	valign: top;

}


.oneColFixCtrHdr #newsTable h2{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 12px;
	text-align: right;
	font-weight:normal;
	vertical-align: top;
	valign: top;
	padding:0 15px 0 0;

}

.oneColFixCtrHdr #newsTable h4{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 12px;
	text-align: left;
	font-weight:normal;
	vertical-align: top;
	valign: top;
	padding:0 5px 0 0;

}

.oneColFixCtrHdr #newsTable h5{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 17px;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	valign: top;
	color: #328540;

}

.oneColFixCtrHdr #newsTable h6{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 12px;
	text-align: center;
	font-weight:normal;
	vertical-align: middle;
	valign: top;

}



.oneColFixCtrHdr #newsTable p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	valign: top;
}

.oneColFixCtrHdr #orderTable p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	valign: top;

}

.oneColFixCtrHdr #orderTable h5{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 17px;
	text-align: left;
	font-weight:bold;
	vertical-align: top;
	valign: top;
	color: #328540;

}

.oneColFixCtrHdr #newsTable td{
	valign: top;

}

.oneColFixCtrHdr #newsTable hr{
	color= #5A3B00;
	noshade=noshade;

}

.oneColFixCtrHdr #newsTable li{
	padding: 0 0 0 10px;
	font-size: 12px;

}

.oneColFixCtrHdr #linksTable p{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 12px;
	text-align: right;
	font-weight:normal;
	vertical-align: top;
	valign: top;
	padding: 0 15px 0 0;

}

.oneColFixCtrHdr #linksTable h1{
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 10px;
	text-align: right;
	font-weight:normal;
	vertical-align: top;
	valign: top;
	padding: 0 15px 0 0;

}



#navigationLinks a{
	text-decoration: none;
	color:#5A3B00;
}

#navigationLinks a:visited{
	color:#5A3B00;
}

#navigationLinks a:hover{
	color:#328540;
}

#bottomTable a{
	text-decoration: none;
	color:#5A3B00;
}

#bottomTable a:visited{
	color:#5A3B00;
}

#bottomTable a:hover{
	color:#328540;
}

#linksTable a{
	text-decoration: none;
	color:#5A3B00;
}

#linksTable a:visited{
	color:#5A3B00;
}

#linksTable a:hover{
	color:#328540;
}

#headerLinks {
	border: 0;
	text-decoration: none;
}
	
#descriptionText{
	font-size: 14px;
	padding: 0 20px 0 40px;
	color: #FFFFCD;
	vertical-align: top;
}

#descriptionTextTwo{
	font-size: 14px;
	padding: 0 20px 0 40px;
	color: #FFFFCD;
	vertical-align: top;
	font-weight: normal;
	font: Arial, Helvetica, sans-serif;
}

#descriptionText li{
	padding: 0 0 0 10px;
}

#descriptionText a{
	text-decoration: none;
	color: #FFC600;
}

#descriptionText a:hover{
	text-decoration: underline;
}


#footerTextThree {
	color: #000000;
	text-decoration: none;
}

#footerTextThree a{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footerTextThree a:hover{
	text-decoration: underline;
}

#faqTextHeader{
	font-size: 16px;
	color: #FFC600;
}


#faqText{
	font-size: 14px;
	padding: 0 0 0 40px;
	font-weight: normal;
	color: #FFFFCD;
	font: Arial, Helvetica, sans-serif;
}

#faqText a{
	color: #FFFFCD;
	text-decoration: none;
}

#faqText a:hover{
	text-decoration: underline;
}

#faqTextTwo{
	font-size: 12px;
	padding: 0 0px 0 40px;
	font-weight: normal;
	color: #FFFFCD;
	font: Arial, Helvetica, sans-serif;
}

#faqTextTwo a{
	color: #FFFFCD;
}

