@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
	background-image: url("../images/back17.gif");
	background-repeat:repeat;
	background-attachment: scroll;
}
#container {
	background-color: #fff;
	width: 830px;
	margin: 0 auto;
	border-top: 0;
	border-right: 0px0;
	border-bottom: 0;
	border-left: 0px0;
}
#masthead {
	text-align: center;
	background-color: #FAF0E6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 830px;
}
/* This is the format for Header2 below the Google ad space */
#header2 {
	text-align: center;
	background-color: #FAF0E6;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 830px;
}
#censcript {
	float:none;
}
/* Styles for TOP Navigation UL List */
#navigation {
	background-color: #000000;
	overflow: hidden;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #c9c9c9;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #FFFFFF;
}
/* Styles for UL List Navigation2 */
#navigation2 {
	background-color: #F8FBCA;
	overflow: hidden;
	width: 216px;
	margin: 0;
	padding: 0;
}
#navigation2 ul {
	list-style-type: none;
	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: #FF0000;
	text-decoration: none;
}
#navigation2 a:active {
	color: #00FF00;
	text-decoration: none;
}
/*Temp2 position beside navigation2 */
#temp2 {
	width:502px;
	float:right;
}
/* 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;
}
#footer {
	width: 830px;
	margin: 0 auto;
	text-align: center;
	background-color: #113962;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* 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: #965;
	font-size: 1.25em;
}
h5 {
	color: #965;
	font-size: 0.75em;
}
h6 {
	color: #965;
	font-size: 0.5em;
}
/* styles for column_l content paragraphs, titles, links */
#column_l {
	width: 502px;
	float: left;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	color: #000000;
	text-align: center;
}
#column_l p {
	border-style: none none ridge none;
	border-color: #FFFF00;
	font-size: small;
	font-weight: normal;
	text-align: justify;
	display: block;
	border-bottom-width: 1px;
}
#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;
}
/* 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;
}
#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;
}

/*This is to allow the logo for each article section to be aligned*/
#img smlogo {
	border:0px;
	float:left;
}
/* Styles for Masthead */
#masthead img { 
	float: left; 
	border: 0px;
}
#masthead p {
	font-size: 14px;
	color: #000080;
	margin: 10px 10px 0;
	font-weight: 200;
	text-transform: capitalize;
}
/* 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;
}
/* styles for main_l interior sitewide content paragraphs, titles, links */

#main_l {
	width: 568px;
	float: left;
	margin: 0;
	padding: 15px;
	background-color: #fff;
	color: #000000;
	text-align: left;
	position: inherit;
}
#main_l p {
	font-size: medium;
	font-weight: normal;
	text-align: justify;
	display: block;
	text-indent: 15px;
}
#main_l p.title_l a{
	font-size: medium;
	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: medium;
	font-weight: normal;
}
#main_l img { 
	border: 0px;
	padding:5px;
}
/* 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: 0px;
	padding:5px;
}
#main_r ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13.5px;
}
#main_r li {
	margin-bottom:8px;
}
.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;
}
/*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;
}
/* This is the bottom navigation area for the advice interior pages */
#nav_bot {
	width: 800px;
	margin: 0;
	float: left;
	padding: 15px;
	background-color: #F8FBCA;
	position: relative;
}
/* Styles for Footer */
#footer p {
	font-size: xx-small;
	line-height: 14px;
	color: #fff;
	margin: 1px;
	padding: 1px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
/* 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: 0;
}
.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;
}
.style9 {
	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;
}