@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.25em;
}
html {
 overflow-y: scroll !important;
}
.maintext{
	width:  800px;
	margin-right: auto;
	margin-left: auto;
}
.outerbox, .topbox{
	width:  850px; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	/* border: 3px solid #333333; */
	
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.topbox{
/*	width:  851px;*/
	
	background-image: url(images/header4.jpg);
	background-repeat: repeat-x;
/*	background-color: #001414;	*/
}
.outerbox{
	border: 3px ridge #f00;
} 
.textbox{
	width:  650px;
	float: right;
	}

.introtext{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 25px;
}
.bodytext{
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
h1{
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.6em;
	}
h2,h3 {
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
}
h3 {	font-weight: normal;}
.centext, .quote{
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
.lhead{
	font-size: 0.95em;
	text-align: left;
	font-weight: bold;
}
.quote{	font-style: italic;	}





.floatleft,.floatleft2 {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.floatleft2 {
	padding-top: 0px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
ul li .bullist{
	font-weight: normal;
	list-style-position: outside;
	color: #0F0;
}

.bullist{
	font-weight: normal;
	list-style-position: outside;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 1.45em;
	padding-left: 10px;
}
a:link,a:visited,a:hover, a:active{
	font-weight: bold;
	color: #00F;
}
a.email:link, a.email:visited, a.email:hover, a.email:active
{
	font-weight: bold;
	color: #c82828;
	text-decoration: none;
	}
a.email:hover{
	color: #000;
	}
