/*Print style sheet */
body {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #FFFFFF;

}
#header h1 {
	padding-left: 8px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	display: inline;
	position: absolute;
	left: 140px;
	top: 34px;
	width: 600px;
}
.headertxt  {
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	
}

p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
form {
	margin: 0;
	padding: 0;
}
.bold {
	font-weight: bold;
}
.italic {/*Italic*/
	font-style: italic;
}
.italicbold {/*Italic bold*/
	font-weight: bold;
	font-style: italic;
}
#content {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	width: 90%;
}
#content h1 {
	text-align: left;
	padding-right: 20px;
	color: #901602;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}
#content a:link, #content a:visited {/*content link*/
	text-decoration: underline;
	color: #000000;
	background-color: transparent;
}
#content a:hover {/*content link*/
	color: #901602;
}
#map { /* Google Map */
	width: 600px; 
	height: 400px; 
	margin-left: 0.2em; 
	margin-bottom: 0.1em;
}

form{
	border: 1px solid #aaaaaa;
	background-color: #FAFAFA;
	padding: 0px 6px 3px 20px;
}
input.formtext {/*line text style1*/
	background-color: #FDF4F5;
	border: 1px inset #00008B;
	width: 200px
}
form p {
	clear: left;
	padding:0px 0 5px;
	margin-bottom: 0px;

}
form p label {/*form float*/
	float:left;
	width: 20%
}
textarea.formtextcontact {/*contact text field comments*/
	background-color: #FDF4F5;
	border: 1px inset #00008B;
	width: 280px;
	height: 100px;
}	
select {/*controls style of selector boxes*/
	background-color: #F5FFF2;
	border: 1px inset #00008B;
	width: 300px
}
input.btn {/*controls styles of submit and reset buttons*/
	border: 1px inset #00008B;
	width: 70px;
	height: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-bottom: 5px;

}
#divform {
	clear: left;
	padding:0px 0 0;
	margin-bottom: 0px;

}
#divform {/*form float*/
	float:left;
	width: 20%
}
#footer {/*footer font increased from 12 to 14px*/
	color: #000000;
	height: 40px;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	width: 65%;
	margin-right: 17.5%;
	margin-left: 17.5%;
	font-weight: bold;
}
#printonly {/*styles the print only logo*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	margin-bottom: 0.5cm;
}
#skipnav,#header,#side1,#side2 {/*removes header and  navigation*/
display: none
}
