@charset "UTF-8";
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;
	text-align: center;
	font-family: 'BergamoStdRegular', Georgia, "Times New Roman", Times;
	font-size: 100%;
	background-color: #231F20;
	background-image: url(../images/background0.gif);
	background-repeat: no-repeat;
	background-position: center 70px;
}
@font-face {
	font-family: 'BergamoStdRegular';
	src: url('BergamoStd-Regular-webfont.eot');
	src: local('☺'), url('BergamoStd-Regular-webfont.woff') format('woff'), url('BergamoStd-Regular-webfont.ttf') format('truetype'), url('BergamoStd-Regular-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BergamoStdItalic';
	src: url('BergamoStd-Italic-webfont.eot');
	src: local('☺'), url('BergamoStd-Italic-webfont.woff') format('woff'), url('BergamoStd-Italic-webfont.ttf') format('truetype'), url('BergamoStd-Italic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BergamoStdBoldItalic';
	src: url('BergamoStd-BoldItalic-webfont.eot');
	src: local('☺'), url('BergamoStd-BoldItalic-webfont.woff') format('woff'), url('BergamoStd-BoldItalic-webfont.ttf') format('truetype'), url('BergamoStd-BoldItalic-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}
.oneColFixCtrHdr #container {
	width: 840px;
	text-align: left;
	color: #322E2F;
	background-image: url(../images/background2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	border-bottom-width: 1px;
	background-color: #C1B49A;
	border-bottom-style: solid;
	border-bottom-color: #231F20;
}
.oneColFixCtrHdr #header {
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #231F20;
	background-image: url(../images/background1.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 90px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
	color: #FFFFFF;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #C1B49A;
	background-color: #CDC3AE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #00B4E1;
	background-image: url(../images/background3.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin: 0px;
}
.oneColFixCtrHdr #navigation a {
	margin: 0px;
}
.oneColFixCtrHdr #rightside {
	float: right;
	width: 350px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #231F20;
}
.oneColFixCtrHdr #footer p {
	font-family: 'BergamoStdRegular', Georgia, "Times New Roman", Times;
	color: #231F20;
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent p {
	font-family: 'BergamoStdRegular', Georgia, "Times New Roman", Times;
	color: #231F20;
	font-size: 90%;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1.3em;
}
.oneColFixCtrHdr #mainContent a {
	color: #231F20;
}
.oneColFixCtrHdr #mainContent h1 {
	color: #231F20;
	font-size: 125%;
	font-weight: normal;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'BergamoStdItalic', Georgia, "Times New Roman", Times;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #231F20;
	border-bottom-color: #231F20;
	line-height: 120%;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: 'BergamoStdBoldItalic', Georgia, "Times New Roman", Times;
	color: #663333;
	font-size: 150%;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #231F20;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent h3 {
	font-family: 'BergamoStdBoldItalic', Georgia, "Times New Roman", Times;
	color: #663333;
	font-size: 90%;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent h4 {
	font-family: 'BergamoStdItalic', Georgia, "Times New Roman", Times;
	color: #663333;
	font-size: 150%;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #231F20;
	margin-right: 405px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent h5 {
	color: #231F20;
	font-size: 120%;
	font-weight: normal;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: 'BergamoStdItalic', Georgia, "Times New Roman", Times;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #231F20;
	line-height: 120%;
}
.oneColFixCtrHdr #rightside a {
	color: #231F20;
}
.oneColFixCtrHdr #rightside a:hover {
	color: #663333;
}
.oneColFixCtrHdr #mainContent a:hover {
	color: #663333;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.oneColFixCtrHdr #contactform input, #contactform textarea {
	padding: 5px;
	width: 300px;
	font-family: 'BergamoStdItalic', Georgia, "Times New Roman", Times;
	font-size: 100%;
	color: #231F20;
	background-color: #CDC3AE;
	border: 1px solid #231F20;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	line-height: 1.3em;
	margin: 0px;
}
.oneColFixCtrHdr #contactform input {
	width: 238px;
}
.oneColFixCtrHdr #contactform textarea {
	width: 398px;
	height: 100px;
}
.oneColFixCtrHdr label {
	float: left;
	width: 150px;
	font-size: 85%;
	text-align: right;
	margin-right: 10px;
	margin-left: 0px;
	padding-top: 7px;
}
.footnote {
	font-size: 12px;
	font-family: 'BergamoStdItalic', Georgia, "Times New Roman", Times;
}
.oneColFixCtrHdr #contactform .formcover {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #231F20;
}

