@import url(layout.css);
body {
	background-color: #ddb;
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/* OLD background color: #FFFFFF*/
}
#container {
	background-color: #fff ;
	width: 860px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px0;
	border-bottom: 0;
	border-left: 0px0;
}
/* Styles for Masthead */
#masthead {
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 860px;
}
#masthead img { 
	float: inherit; 
	border: 0px;
}
#masthead img a { 
	float: inherit; 
	border: 0px;
}
#masthead p {
	font-size: 14px;
	color: #000080;
	margin: 10px 10px 0;
	font-weight: 200;
	text-transform: capitalize;
}
/* This is the format for Header2 below the Google ad space */
#header2 {
	text-align: center;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 860px;
}
/* Styles for TOP Navigation and LEFT navigation UL List */
#navigation {
	background-color: #FFFFFF;
	overflow: hidden;
	font-size: 12.0px;
}
#navigation td{
	text-align: center;
	height:50px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000000;
	text-decoration: underline;
	display: block;
	padding: 5px;
	border: 2px #FFFFFF solid;
	background-color: #FFFFFF;
}
#navigation a:hover {
	color: #0000FF;
	text-decoration: none;
	border: 1px #FF0000 solid;
	background-color: #FFFFFF;
}
#navigation img a{
	padding: 1px;
}

/*Values for top navigation bar table borders*/
.navbar_28 {
	background-color: #FF0000;
}
.navbar_29 {
	background-color: #FF9900;
}
.navbar_30 {
	background-color: #FF66CC;
}
.navbar_31 {
	background-color: #9966FF;
}
.navbar_32 {
	background-color: #333399;
}
.navbar_33 {
	background-color: #006666;
}
.navbar_34 {
	background-color: #66FF33;
}
.navbar_35 {
	background-color: #000000;
}
.navbar_36 {
	background-color: #FFFFCC;
}
.navbar_37 {
	background-color: #CCFF99;
}
.navbar_38 {
	background-color: #800000;
}
.navbar_39 {
	background-color: #66CCFF;
}
.navbar_40 {
	background-color: #F8FBCA;
}

/* TESTING Styles for UL List Nav2 NEW */
#nav2 {
	background-color: #F8FBCA;
	overflow: hidden;
	width: 216px;
	margin: 0;
	padding: 0;
	float:left;
}
#nav2 ul {
	list-style-type: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F8FBCA;
	margin: 0;
	padding: 0;
}
#nav2 li {
	font-size: 13px;
	float: left;
}
#nav2 a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #c9c9c9;
	background-color: #F8FBCA;
}
#nav2 a:hover {
	color: #000;
	text-decoration: underline;
	border: 0px solid #a9a9a9;
	background-color: #FFFFFF;
}
/* This is the bottom navigation area for the advice interior pages */
#nav_bot {
	width: 818px;
	margin: 0;
	float: left;
	padding: 15px;
	background-color: #F8FBCA;
	position: relative;
}
/* Styles for Footer */
#footer {
	width: 860px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer p {
	font-size: 12.5px;
	line-height: 14px;
	margin: 1px;
	padding: 1px;
	background-color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}
/* Styles for Links */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #800000;
	text-decoration: underline;
}
a:active {
	color: #00FF00;
	text-decoration: none;
}
/* No link should be without a hover action */
a:hover {
    color: red;
    text-decoration: underline;
}
/* No image should have a border when linked */
a img {
    border-style: none;
	border-color: inherit;
	border-width: 0;
	margin: 0px;
}

/* Styles for Table under main navigation */
#smalltable td {
	color: blue;
	border-bottom-color: #FF0000;
	border-bottom-color:aqua;
	border-bottom-width:thin;
	border: 2px solid #FFFF00;
	color: #000000;
	font-size: small;
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	font-size: small;
	text-align: center;
}

/* Header Styles for Content */
h1 {
	color: #000080;
	font-size: 2.0em;
	text-align: center;
}
h2 {
	color: #965;
	font-size: 1.75em;
}
h3 {
	color: #965;
	font-size: 1.5em;
}
h4 {
	color: #000000;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
/* Images should not have borders when linked */
#img a {
	border:0px;
}
/* styles for column_r content paragraphs, titles, links */
#column_r {
	width: 262px;
	margin: 0;
	float: right;
	padding: 15px;
	background-color: #F8FBCA;
	position: relative;
}
#column_r p {
	border-width: thin;
	border-color: #99FF33;
	border-style: none none groove none;
	font-size: 13px;
	margin: 7px;
	margin-bottom: 12px;
	text-align: left;
}
#column_r a {
	font-size: medium;
	font-weight: bold;
}
#column_r img { 
	border: 0px;
	float:left;
	padding:2px;
}
#column_r ul {
 	text-align:left;
}
#column_r li {
	font-size:medium;
	font-weight:normal;
}
/*This is to allow the section title link to be a different color from the rest of the paragraph*/
#column_r p.title_r a{
	font-size: medium;
	font-style: normal;
	color: maroon;
	text-decoration: none;
}
#column_r p.title_r a:hover {
	text-decoration:underline;
	color:blue;
}
#column_r p.title_bot {
	font-size: medium;
	text-align: left;
	color: black;
}
#column_r p.title_bot a{
	font-size: medium;
	text-align: left;
	color: blue;
	text-decoration: underline;
}
#column_r p.title_bot a:hover {
	text-decoration:none;
	color:maroon;
}

/* styles for main_l interior sitewide content paragraphs, titles, links */

#main_l {
	font: 13.5px "Trebuchet MS", Arial, sans-serif;
	width: 584px;
	float: left;
	margin: 0;
	padding: 0px 15px 15px 15px;
	background-color: #fff;
	color: #000000;
	text-align: left;
	position: inherit;
}
#main_l p {
	font-size: 13.5px;
	display: block;
	text-indent: 15px;
}
#main_l p.title_l a{
	font-size: 13.5px;
	font-style: normal;
	text-indent:15px;
	color: blue;
	text-decoration: underline;
}
#main_l p.title_l a:hover {
	text-decoration:none;
	color:red;
}
#main_l a {
	font-size: 13.5px;
	font-weight: 700;
}
#main_l img { 
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	margin: 0px;
	padding: 5px;
	float: none;
}
.main-style5 {
	font-size: small;
}
#mail_l ul {
 	text-align:left;
}
#main_l li {
	font-size:13.5px;
	font-weight:normal;
}
#main_l li a {
	font-size:13.5px;
	font-weight:bold;
}
/* styles for column_r interior sitewide content paragraphs, titles, links */
#main_r {
	width: 202px;
	margin: 0;
	float: left;
	padding: 15px;
	background-color: #F8FBCA;
	position: relative;
}
#main_r p {
	font-size: 13px;
	margin: 7px;
}
#main_r img { 
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	padding: 5px;
	float: left;
}
#main_r ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	list-style-image: url('../images/Indent.gif');
}
#main_r li {
	margin-bottom:8px;
}
/*OLD Styles for Products on Shopping pages*/
#item {
	width: 480px;
	margin-bottom: 30px;
}
.product {
	width: 480px;
	margin-bottom: 30px;
}
.product0 img{
	padding: 1px 6px 1px 3px;
	border-width: 0px;
	float:left;
}
/*Styles for Product descriptions and buy now link*/
.product1 {
	font-family: "Courier New", Courier, monospace;
	text-align: inherit;
	float: left;
	color: #800000;
	font-size: large;
	font-weight: bold;
	margin: 0px 15px 5px 15px;
}
/*NEW Styles for Products on Shopping pages*/
#aff {
	width: 520px;
	margin-bottom: 30px;
}
#aff a {
	color:blue;
}
#aff a:hover {
	color:red;
}
#aff a:active {
	color:purple;
}
#aff a:visited {
	color:navy;
	text-decoration:none;
}
#aff img {
	padding: 1px 6px 1px 3px;
	border-width: 0px;
	float:left;
}
.title {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20.5px;
	text-indent:15px;
}
.price {
	font-family: "Courier New", Courier, monospace;
	text-align: inherit;
	float: left;
	color: #800000;
	font-size: large;
	font-weight: bold;
	margin: 0px 15px 5px 15px;
}
.description {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:black;
	font-size:12.5px;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* odd styles to be renamed */
.style1 {
	text-align: center;
	position:static;
}
.style2 {
	font-size: xx-small;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	line-height: normal;
}
.style5 {
	text-align: center;
}
.style6 {
	font-size: xx-small;
	font-weight:lighter;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
}
.style7 {
	position: static;
	display: block;
    width: 500px;
    height: 80px;
}
.style8 {
	color: #000080;
	font-size: medium;
}
.style10 {
	font-size: small;
	font-weight: normal;
}
.style11 {
	font-family: "Trebuchet MS";
}
.style12 {
	margin: 6px 10px;
}
.style13 {
	font-size: 16px;
}
.style14 {
	margin: 10px 6px;
}
.biggerpara {
	font-size: large;
}
.style21 {
	color: #000080;
}
.tentips {
	text-indent: 10px;
}
.style23 {
	color: #00FF00;
}
.style24 {
	font-size: large;
	text-decoration: underline;
}
.style25 {
	text-decoration: underline;
}
.style26 {
	background-color: #FFFFFF;
}

/*CSS CODE NOT ON THE MASTER PAGE*/
#censcript {
	float:none;
}
/*New code for column navigation March 2 2011 */
#navigationright {
	background-color: #FFFFFF;
	overflow: hidden;
	font-size: 12.0px;
}
#navigationright td{
	text-align: center;
	height:50px;
	background-color: #FFFFFF;
	border: 1px #FF0000 dashed;
}
#navigationright ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigationright li {
	float: left;
}
#navigationright a {
	color: #000000;
	text-decoration: underline;
	display: block;
	padding: 5px;
	border: 2px #FFFFFF solid;
	background-color: #ffffff;
}
#navigationright a:hover {
	color: #800000;
	text-decoration: none;
	border: 1px #FF0000 solid;
	background-color: #FFFFFF;
}
#java {
	color: #000000;
	text-decoration: none;
	border: 1px #FF0000 dashed;
	background-color: #FFFFFF;
}
/* Styles for UL List Navigation2 */
#navigation2 {
	background-color: #F8FBCA;
	overflow: hidden;
	width: 216px;
	margin: 0;
	padding: 0;	
}
#navigation2 ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	float: left;
}
#navigation2 li a {
	color: #0000FF;
	text-decoration: underline;
	font-size: 13px;
	display: block;
	padding: 1.2px;
}
#navigation2 a:hover {
	color: #0000FF;
	text-decoration: none;
	border: 1px #FF0000 solid;
	background-color: #FFFFFF;
}
#navigation2 a:active {
	color: #FF0000;
	text-decoration: none;
}
#navigation2 a:visited {
	color: #000080;
	text-decoration: none;
	background-color: #FFFFFF;
}
/*Temp2 position beside navigation2 */
#temp2 {
	width:502px;
	float:right;
}
/* styles for column_l content paragraphs, titles, links */
#column_l {
	width: 532px;
	float: left;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	color: #000000;
	text-align: center;
}
#column_l p {
	font-size: small;
	font-weight: normal;
	text-align: justify;
	display: block;
}
#column_l p.title_l a{
	font-size: medium;
	font-style: normal;
	text-indent:15px;
	color: maroon;
	text-decoration: underline;
}
#column_l p.title_l a:hover {
	text-decoration:none;
	color:blue;
}
#column_l a {
	font-size: small;
	font-weight: normal;
}
#column_l img { 
	border: 0px;
	float:left;
	padding:5px;
}
/*This is to allow the logo for each article section to be aligned*/
#img smlogo {
	border:0px;
	float:left;
}
/* Styles for UL List Advice Section Navigation nav-1advicenav.htm */
#advice2 ul {
	list-style-type: none;
	list-style-position: outside;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	background-color: #FFFFFF;
	padding-left:4px;
	float: left;
}
.mwo {
	border: 6px #FFFF00 groove;
	float: left;
	text-align: center;
}
.flonline {
	border: 6px #FFFF00 groove;
	float: left;
	text-align: center;
}
/*Styles for Quick Polls*/
.poll {
	border: thin dotted #FF9999;
	margin: 0px 50px 20px 50px;
}