/* |||||||||||||||||||||Screen Styles||||||||||||||||||*/
/* Restyled elements */
@media screen {
body {
	font: 1em Verdana, Arial, sans-serif;
	background-color:rgb(255,255,255);
	margin:2% 10% 1% 10%;
	font-family: Verdana, Arial, sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:rgb(0,102,0);

	}
h1 {
	font-size:200%;
}
h2 {
	font-size:150%;
}
h3 {
	font-size:125%;
}
h4 {
	font-size:100%;
}
h5 {
	font-size:100%;
	font-style:italic;
}
h6 {
	font-size:85%;
	font-style:italic;
}
dt, li {
	margin-top: .5em;
}
dt {
	font-weight: 600;
}
dd {
	margin:0.75em 0 0.5em 1.5em;
}
hr {
	background-color:rgb(153,0,51);
	height:2px
}
address {
	font: bold .9em/1.2em Verdana, Arial, sans-serif;
	margin:.75em 0;
}
a img {
	border: 0px none;
	color:rgb(255,255,255);
	background:inherit;
}
a {
	font-weight:bold;
	font-size:90%;
}
a:link {
	text-decoration: underline;
	color:rgb(0,0,255);
	background-color:rgb(255,255,255);
}
a:visited {
	text-decoration: underline;
	color:rgb(153,0,51);
	background-color:rgb(255,255,255);
}
a:hover {
	text-decoration: underline;
	color:rgb(255,255,255);
	background-color:rgb(0,0,255);
}
a:active {
	text-decoration: underline;
	color:rgb(255,0,0);
	background-color:rgb(255,255,255);
}
fieldset {
	padding:1.5em;
	margin-top:2em;
	border:solid 2px rgb(153,0,51);
}
legend {
	font:bold 125% Verdana, Arial, sans-serif;
	color:rgb(153,0,51);
	background-color:rgb(255,255,255);
}
input, textarea, select {
	font:bold 1em Verdana, Arial, sans-serif;
}
/* classes */
p.green {
	color:rgb(0,102,0);
	background-color:rgb(255,255,255);
}
.mahogany {
	color:rgb(153,0,51);
	background-color:rgb(255,255,255);
}
.bold {
	font-weight: bold;
}
.red {
	color:rgb(255,0,0);
	background-color:rgb(255,255,255);
}
p.sitenav {
	font-weight:bold;
	font-size: 80%;
	text-align: right;
	margin:0.5em 0;
}
p.sitenav a:link, .sitenav a:visited {
	color:rgb(0,0,255);
	background-color:rgb(255,255,255);
}
p.sitenav a:hover {
	color:rgb(255,255,255);
	background-color:rgb(0,0,255);
}
div#services h4 {
}
.bq {
	padding: 0em 2em;
}
.indent {
	padding:0 2em;
}
.small {
	font-size: 85%;
}
.ul {
	text-decoration: underline;
}
.foot {
	font-weight:bold;
	font-size: 85%;
	color:rgb(0,0,0);
	background-color:rgb(255,255,255);
	margin: 0px;
}
}
/* |||||||||||||||| Print Styles ||||||||||||&nbsp;&nbsp;||||||*/
@media print {
div#search {
	visibility: hidden;
}
p.sitenav {
	visibility: hidden;
}
body {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p.foot {
	visibility: hidden;
}
}

