@charset "UTF-8";
body {
	font: 100% Futura, Monaco, Myriad Pro, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 10px;
	text-align: center;
	color: #333333;
	background-repeat: repeat;
	background-image: url(Images/beigetexturetile.gif);		
}
a:link {
	font-family: Futura, Monaco, Myriad Pro, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1E617A;
}
a:hover {
	font-family: Futura, Monaco, Myriad Pro, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFE292;
}
a:visited {
	font-family: Futura, Monaco, Myriad Pro, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	color: #1E617A;
}
.Headings {font-size: 16px; font-family: Futura, Monaco, "Myriad Pro", sans-serif, sans-serif; font-weight: bold; color: #E09179;
}
.oneColFixCtrHdr #container {
	width: 865px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px groove #E09179;
	text-align: left;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;
	background-color: #ABA35A;
	border-left: outset #756F40 1px;
	border-top: outset #756F40 1px;
	border-right: outset #756F40 1px;
	border-bottom: outset #756F40 1px;
	margin: 1px 1px 0px 1px;
}
.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 */
	text-align: center;
	color: #1E617A;
}
.oneColFixCtrHdr #mainContent {
	padding: 20px;
}
.oneColFixCtrHdr #footer {
	padding: 0px 10px;
	background-color: #ABA35A;
	border-left: outset #756F40 1px;
	border-top: outset #756F40 1px;
	border-right: outset #756F40 1px;
	border-bottom: outset #756F40 1px;
	margin: 1px 1px 0px 1px;;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	padding: 5px 0;
}
.class {
	color: #FFE292;
	text-decoration: blink;
	background-color: #1E617A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.highlight {
	color: #FFE292;
	font-weight: bold;
	font-style: italic;
}
.style2 {
	color: #1E617A;
	font-weight: bold;
}
.style6 {
	color: #996666;
	font-size: 10pt;
}
.footer {
	color: #1E617A;
	font-size:11px;
}
	
