
.tableborder {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	background-color: #e3d9d7;

}
.topannounce {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	/*background-color: #AEA594;*/
	background-color: #FFF;
	border-bottom: 3px solid #e3d9d7;
}
.topname {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	/*background-color: #AEA594;*/
	background-color: #FFF;
}
.topaddress {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	border-top: 2px solid #e3d9d7;
	border-bottom: 2px solid #AEA594;
	background-color: #AEA594;
}
.smallborder {
	border: 3px none;
}
.pagetitle {


	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
}
.blockborder {
	border: 5px none #FFFFFF;
	padding: 2px;
	height: auto;
	width: 530px;

}
.blockborder200 {
	padding: 5px;
	height: auto;
	width: 200px;
	border-top: 5px none #FFFFFF;
	border-right: 5px double #AEA594;
	border-bottom: 5px none #FFFFFF;
	border-left: 5px none #FFFFFF;

}
.numlist {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
	list-style-position: inside;
	list-style-type: decimal;
}
.linksboldtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.linksbold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	color: #2A5F55;
	text-decoration: underline
}
a:hover {
	color: #FFFF00;
}
body {
	font-family: Georgia, Times New Roman;
	font-size: 14px;
	
}
.blockborder700 {

	border: 5px none #FFFFFF;
	padding: 2px;
	height: auto;
	width: 740px;
}
.footertext {
	font-family: "Times New Roman", Times, serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	line-height: normal;
}

.listing {
	width: 440px;
	text-align: left;
	clear: both;
	padding: 0;
	margin: 0 0 15px 0;
}

.listing p {
	padding: 0;
	margin: 15px 0;
}

.listing img {
	float: left;
	margin: 15px 20px 0 0;
}

.listing .info {
	float: left;
	width: 280px;
}

.listing th {
	text-align: left;
	text-decoration: underline;
	font-weight: normal;
	width: 50%;
	vertical-align: top;
}

/* contact form */

#contactform label {
	float: left;
	background-color: #D1C8C6;
	width: 154px;
	padding: 2px 0px 2px 4px;
	margin-right: 4px;
}

* html #contactform label {
	/* fix for double margin float bug */
	display: inline;
}

#contactform input#Security {
	margin: 2px 0px 0px 162px;
}

#contactform input.button{
	margin: 10px 0px 0px 162px;
}

#contactform textarea {
	height: 112px;
}

#contactform label#feedback,
#contactform label#type {
	height: 112px;
}

#contactform label#security {
	height: 47px;
}

#contactform select {
	width: 254px;
}