@charset "utf-8";
#container {
	font-family: Verdana, Geneva, sans-serif;
	height: auto;
	width: 880px;
	text-align: center;
	margin-top: 5;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
#footer {
	height: auto;
	width: auto;
	background-color: #CEA86F;
	font-family: "Trajan Pro";
	color: #000;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0;
}
#content {
	font-size: 14px;
	padding: 10px;
	font-weight: normal;
	text-align: center;
	background-color: #B7B6C2;
	border: 1px solid #999;
	height: 800px;
	width: 878px;
	margin: 0px;
}

#header {
	font-family: "Trajan Pro";
	text-align: left;
	height: 120px;
	width: 878px;
	top: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-top: 5;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.smalltextbottom {
	font-size: x-small;
	text-align: center;
}
.smalltextbottomRt {
	font-size: x-small;
	text-align: right;
}
.footerlink {
	color: #000;
	text-decoration: none;
	padding: 2px;
}
.imagelink {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





a {
	color: #AA7E51;
	text-decoration: underline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.linktext {
	color: #FFF;
	text-decoration: none;
}
.imagefloatleft {
	border: 1px none #FFF;
	page-break-before: always;
	float: left;
		margin: 10;
	padding: 10px;
}
.imagefloatrt {
	border: 1px none #FFF;
	page-break-before: always;
	float: right;
	margin: 10;
	padding: 10px;
}
.floatleft {
	page-break-before: always;
	float: left;

}
.floatright {
	page-break-before: always;
	float: right;
}
.headingmain {
	font-size: large;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-variant: small-caps;
}
.subheading {
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	font-style: normal;
	text-transform: capitalize;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.imagecenter {
	text-align: center;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding: 10px;
}
.column {
	height: auto;
	width: 45%;
	text-align: left;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 10px;
}
.columnleft {
	height: auto;
	width: 35%;
	text-align: left;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 10px;
}
.columnright {
	height: auto;
	width: 55%;
	text-align: left;
	float: left;
	overflow: hidden;
	margin: 0px;
	padding: 10px;
}
.textitalic {
	font-style: italic;
	font-size: small;
}
