﻿@import url("layout.css");
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	background-color: #fff;
	position: relative;
}
#masthead {
	width: 100%;
	margin: 0% 0% 0% 1%;
	background-color: #cedcbc;
	position: relative;
	float: right;
}
#navigation {
	background-color: #cedcbc;
	padding-left: .5%;
	overflow: hidden;
	position: relative;
	float: none;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #cedcbc;
}
#google-checkout-button {
	margin-left: 1%;
}
#google_translate_element {
	position: absolute;
	float: left;
	top: .2%;
	left: 22%;
}
#paypal-button {
	position: absolute;
	float: left;
	top: .3%;
	left: 37%;	
}
#share-this {
	position: absolute;
	float: right;
	top: .3%;
	right: -1%;
}
#column_l {
	position: relative;
	float: left;
	margin: 0% 50% 0% 1.5%;
	background-color: #fff;
}
#column_r {
	position: absolute;
	float: right;
	right: 0%;
	width: 470px;
	margin: 2% 1% 0% 1%;
	padding: .25% .25% .25% .25%;
	color: #000000;
	background-color: #cedcbc;
}
#cse {
	position: absolute;
	float: right;
	right: 0%;
	margin: 38% 2% 0% 0%;
}
#newsBar-bar {
	clear: both;
	padding: 1% 1% 1% 1%;
}
#footer {
	width: 98%;
	height: 100%;
	background-color: #664d00;
	margin: 0% 1% 0% 1%;
}
#footer-links {
	background-color: #664d00;
	padding: 0% 0% 0% 1%;
}
#footer-left {
	width: 48%;
	float: left;
	background-color: #664d00;
	padding: 0% 0% 0% 1%;
}
#footer-right {
	width: 50%;
	float: right;
	background-color: #664d00;
	padding: 0% 1% 0% 0%;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 1% 1% 1% 1%;
	padding: 0%;
}
#masthead2 img {
	float: left;
	margin: 1% 1% 1% 1%;
	padding: 0%;
}
#masthead p {
	font-size: small;
	text-align: right;
	position: relative;
	color: #000;
	margin: 1% 1% 1% 1%;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 1% 1% 1% 1%;
	padding: 0%;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #ffffff;
	display: block;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ffffff;
	background-color: #664d00;
}
#navigation a:hover {
	color: #ffff00;
	display: block;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ffffff;
	background-color: #664d00;
}
#navigation a:visited {
	color: #ffff7a;
	display: block;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ffffff;
	background-color: #664d00;
}
/* Styles for Content */
h1 {
	font-family: Verdana;
	font-size: 200%;
	color: #000080;
}
h2 {
	font-family: Verdana;
	font-size: 175%;
	color: #000080;
}
h3 {
	font-size: 150%;
	color: #000080;
}
h4 {
	font-size: 125%;
	color: #000080;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h5 {
	font-size: 100%;
	color: #000080;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h6 {
	font-size: 75%;
	color: #000080;
	margin-top: 0px;
	padding-top: 0px;
}

/* Styles for Footer-Links */
#footer-links p {
	font-size: small;
	color: #ffffff;
}
#footer-links a {
	font-size: small;
	color: #ffffff;
}
#footer-links a:hover {
	font-size: small;
	color: #ffff00;
}
#footer-links a:visited {
	font-size: small;
	color: #ffff7a;
}

/* Styles for Footer-Left and Footer-Right */
#footer-left p, #footer-right p {
	font-size: 8pt;
	color: #ffffff;
}
#footer-left a, #footer-right a {
	font-size: 8pt;
	color: #ffffff;
}
#footer-left a:hover, #footer-right a:hover {
	font-size: 8pt;
	color: #ffff00;
}
#footer-left a:visited, #footer-right a:visited {
	font-size: 8pt;
	color: #ffff7a;
}
/* Styles for Footer-Copyright */
#footer-copyright p {
	font-size: 8pt;
	color: #ffffff;
}
/* Styles for Links */
a {
	color: #0000bb;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #0000bb;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000080;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


