@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #27578B;
	background-image: url(../Images/atlast%20background%20shorter.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 60px;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 0;
}
.bodyCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

.twoColFixLtHdr #container {
	width: 860px; /* the auto margins (in conjunction with a width) center the page */
	border: 10px solid #D8E1F5;
	text-align: left;
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 60;
	margin-left: auto;
	background-color: #FFF;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
	background-image: url(file:///C|/Users/CopeFuller/Documents/My%20Documents/horses%20in%20the%20meadow.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	margin-top: 40;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	line-height: 20px;
}
.twoColFixLtHdr #mainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #039;
	font-weight: bold;
	text-align: center;
	font-size: medium;
	line-height: 25px;
	padding: 0;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 30px;
} 
.twoColFixLtHdr #container #mainContent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #090;
	line-height: 10px;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: xx-large;
	color: #039;
}

.twoColFixLtHdr #footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	color: 090;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	text-align: center;
	color: 090;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent h1 sup {
	font-size: smaller;
}
.twoColFixLtHdr #container #mainContent h2 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h1 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent h3 {
	text-align: center;
}
.twoColFixLtHdr #container #mainContent {
	text-align: right;
}
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #090;
}
.twoColFixLtHdr #container #mainContent #ClickHere {
	font-size: small;
}
.twoColFixLtHdr #container #mainContent p {
	text-align: center;
}
.ClickHere {
	text-align: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contactUs .question {
	font-size: small;
	font-weight: bold;
	margin-right: 35px;
	margin-left: 35px;
	text-align: justify;
	position: relative;
	vertical-align: middle;
	background-color: #FFF;
}
th {
	font-size: small;
	font-weight: bold;
	text-align: right;
}
td {
	text-align: left;
}

.headerImage {
	text-align: left;
	vertical-align: middle;
	float: none;
}
a {
	color: #090;
	text-decoration: none;
}
a:link {
	color: 090;
	text-decoration: none;
}
a:hover {
	color: #0C3;
	text-decoration: underline;
}
a:active {
	color: 66F;
}
a:visited {
	color: 309;
	text-decoration: underline;
}
