@charset "utf-8";
body {
	font: 10pt Arial, Helvetica, sans-serif; 
	background: #dbd2c5;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

hr {
background-color:#c8ae75;
}

img {
border:none
}
.oneColFixCtr #containerTop {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #container {
	width: 720px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: justify; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #navBar {
padding: 4px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
background: #322e28;
font-size:9pt;
color: white;
padding-top:3;
padding-bottom:3;
}

 

.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #facebook A:link {text-decoration:none; color: white}
.oneColFixCtr #facebook A:visited {text-decoration:none; color: white}
.oneColFixCtr #facebook {text-decoration:none; color: #3B5998 }
.oneColFixCtr #facebook {text-decoration:none; color: #3B5998}

.oneColFixCtr #navBar A:link {font-weight: bold;text-decoration:none; color: white; border:none}
.oneColFixCtr #navBar A:visited {font-weight: bold;text-decoration:none; color: white;border:none }
.oneColFixCtr #navBar A:active {font-weight: bold; text-decoration:none; color: #c8ae75; border:none }
.oneColFixCtr #navBar A:hover {font-weight: bold; text-decoration:none; color: #c8ae75; border:none}

.oneColFixCtr A:link {font-weight: bold;text-decoration:none; color: #B79348; ; border:none}
.oneColFixCtr A:visited {font-weight: bold;text-decoration:none; color: #B79348; border:none}
.oneColFixCtr A:active {font-weight: bold; text-decoration:none; color: black; border:none}
.oneColFixCtr A:hover {font-weight: bold; text-decoration:none; color: black; border:none}



H1 {font-size:17pt;	font-weight:normal
}

H2 {font-size:14pt;	font-weight:normal
}

