﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #BA9678;
}
#container {
	background-repeat: repeat-y;
	background-attachment: scroll;
	background: no-repeat;
	width: 700px;
	margin: 0 auto;
}
#masthead {
	width: 680px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	overflow: auto;
	background-color: #215E21;
}
#sidebar {
	float: left;
	width: 150px;
	background-color: #BA8960;
	position: relative;
	clear: both;
	margin-left: 10px;
	display: inline;
}

#content {
	float: right;
	width: 500px;
	margin-top: 0;
	margin-right: 10px;
	margin-left: 0;
	padding: 10px;
	background-color: #70AE70;
	position: relative;
}
#footer {
	text-align: center;
	clear: both;
	width: 680px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #215E21;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 30px;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	font-family: "Maiandra GD";
	color: #FFFFFF;
}
#masthead p.small {
	font-size: small;
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
	font-family: "Maiandra GD";
	color: #FFFFFF;
}


/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #d3d3d3;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #082E2E;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f2f2f2;
	background-color: #754C29;
}

/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

.mag {
	color: #0000FF;
	text-decoration: none;
	font-family: "Gill Sans Ultra Bold";
	text-transform: uppercase;
}

#content a {
	font-weight: bold;
	text-decoration: none;
	color: #752929;
	display: inline;
}

#content a:hover {
	color: #BA6060;
	text-decoration: none;
}

#content H2, #content H3, #content H4 {
	font-family: "Maiandra GD";
}
	
#content p {
	text-align: justify;
}

#content p.faqq {
	text-align: justify;
	font-weight: bold;
}

#front H3 {
	background: #582D2D;
	font-family: "Maiandra GD";
	color: #FFFFFF;
}

#vod {
	background-color: #69A3A3;
	padding: 5px 5px 5px 5px;
	border: thin #082E2E double;
	color: #000000;
	text-align: justify;
}
	
#disclaimer { background-color: #BA6060;
	padding: 0px 15px 0px 15px;
	border: thin #752929 groove;
	color: #000000;
}

#disclaimer p {
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	text-align: justify;
}

#referencearticles {
	padding: 0px 15px 0px 15px;
	border: thin #754C29 groove;
	color: #000000;
	background-color: #BA9678;
}

#referencearticles p {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

#highlight {
	padding: 0px 0px 0px 0px;
	color: #000000;
	background-color: #BA9678;
}

img
{  border-style: none;
}

#productvid a {
	font-weight: bold;
	text-decoration: none;
	color: #082E2E;
	display: block;
	padding: 5px;
	border-bottom: 1px solid #f2f2f2;
	background-color: #FFCC00;
	border-style: dotted;
