@charset "ISO-8859-1";
body {
}

a:link {
	text-decoration: none;
	color: #A33317;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #A33317;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #A33317;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #A33317;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #4C4C4C;
	background-color: #FFFFFF;
	margin: 0;
	padding: 21px 0 0 0;
	background-attachment: fixed;
	background-image: url(images/bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;	
} /* for IE/Win */

html>body {
	font-size: 10px;
} /* for everything else */


.footerinfo {
	font-family: MS Sans, Verdana, Arial, sans-serif;
	font-size: 0.9em;
}

.bodytext1 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	padding: 21px 0 0 0;
	margin: 0;
}

.listdblspcd {
	font-size: 1.1em;
	line-height: 2.0em;
	text-align: left;
	font-weight: bold;
	padding-bottom: 7px;
}

.bodytext1plain {
	font-size: 1.0em;
}

.bodytext2 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	padding: 0 0 12px 0;
	margin: 0;
}

li {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: left;
	}

.pad21 {
	padding-top: 21px;
	padding-bottom: 21px;
}

.EmailList {
	font-size: 1.1em;
	padding: 4px;
	width: 190px;
	border: 1px solid #CCC;
	background-color: #FFF;
	color: #666;
}

.linkbkgnd {
	background-color: #D5D9EC;
	background-image: url(images/LinksBkgnd.jpg);
	background-repeat: repeat-y;
}

.header1 {
	font-size: 1.2em;
	color: #4E5B9D;
	font-weight: bold;
	text-transform: uppercase;
	margin: 21px 0 12px 0;
}

.searchfield {
	font-size: 1.1em;
	color: #666;
	width: 155px;
	border: 1px solid #666;
	background-color: #FFF;
}

.searchbkgnd {
	background-image: url(images/SearchBkgnd.jpg);
	background-repeat: repeat;
}

.searchtext {
	font-size: 1.4em;
	text-align: left;
}

.searchtextrev {
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #FFF;
}

.contactfieldlong {
	padding: 4px;
	color: #666;
	width: 200px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.contactfieldshort {
	padding: 4px;
	color: #666;
	width: 70px;
	border: 1px solid #CCC;
	background-color: #FFF;
}

.contactfieldcomment {
	padding: 4px;
	color: #666;
	width: 200px;
	border: 1px solid #CCC;
	height: 250px;
	background-color: #FFF;
}

.photoHeader {
	vertical-align: text-top;
	margin: 20px 0 20px 0;
	float: left;
	display: block;
}

.photoLeft1 {
	vertical-align: text-top;
	margin: 20px 20px 15px 0;
	float: left;
	clear: left;
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

#headLogo {
width: 500px;
height: 82px;
border: 7px solid #FFF;
float: left;
position: relative;
}

#search {
	width: 249px;
	height: 82px;
	border-top: 7px solid #FFF;
	border-right: 7px solid #FFF;
	border-bottom: 7px solid #FFF;
	float: left;
	position: relative;
	background-image: url(images/SearchBkgnd.jpg);
	background-repeat: repeat;
}

#menu {
width:746px;
background-color:#A33317;
border-right: 7px solid #FFF;
border-left: 7px solid #FFF;
display:inherit;
padding:5px;
margin: 0;
position:relative;
float: left;
clear: both;
}

#pageContent {
width: 756px;
min-height: 200px;
background-color:#FFF;
position: relative;
float: left;
border-bottom: 7px solid #FFF;
border-right: 7px solid #FFF;
border-left: 7px solid #FFF;
}

#footer {
	width: 100%;
	height: 100px;
	background-color:#FFF;
	float:left;
	clear:both;
	margin: 7px 0 42px;
	border-bottom: 4px solid #E6E6E6;
	}

