﻿body {
	text-align: justify;
	background: white;
	font: 12pt;
}

/* Stops Menu From Showing During Printing */
@media print {TABLE.noprint, DIV.noprint {display:none} }


h1 {
	margin: 0px;
	padding: 0px;
}

h2, h3 {
	margin: 0px;
	padding: 0px;
}

.italic {
	font-style: italic;
}

.icaption {
	font-style: italic;
	font-size: 12px;
}

hr {
	border-width: 1px;
	width:95%;
}
.shadow1b {
	clear: both;
	width: 100%;
	height: 1px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: black;
}

.shadow2b {
	clear: both;
	width: 100%;
	height: 2px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: black;
}

.shadow4g {
	clear: both;
	width: 100%;
	height: 4px;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	background-color: #808080;
}

.newsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #2F5D45;
}

/* newsheading is blocked heading in white text */
.ynewsheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	color: black;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
	background-color: #DDAA55;
}


.sectionheading {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #7C3638;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 800;
}

.caption {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}

.more {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
}

/* -- Questions and Answer Section -- */
.q {
	text-align: left;
	color: #2F5D45;
	font-style: italic;
	font-weight: bold;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
#header {display: none;}
#hnav {display: none;}
#search {display: none;}
#vnav {display: none;
	text-align: left;
	width: 168px;
	height: 800px;
	float: left;
	color: black;
	background: transparent;
}

#c3 {display: none;}
#wrapper, #featured, #content, #c1 {
	text-align: justify;
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black;
	background: transparent;
}

#footer {
	padding: 20px;
	text-align: center;}
