@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 100%;
	font-family: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: #888;
}

.oneCol #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #542219;
	text-align: left;
	background-color: #efc54d;
	font-family: "MS Serif", "New York", serif;
	color: #b30818;
}

.oneCol p {
	font-size: 120%;
	margin: 0px;
}

.oneCol h1 {
	font-family: Helvetica, "Arial Bold", sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: bold;
	color: #56bad4;
	text-align: center;
	background-color: #542219;
}

div.float {
	float: left;
	width: 18%;
	margin-top: 15px;
	margin-right: 1%;
	margin-left: 1%;
  }
  
div.float p {
	text-align: center;
	font-size: 90%;
	margin: 4px;
   }
   
div.float img {
	height: 200px;
	width: 100%;
}

div.spacer {
	clear: both;
	height: 20px;
	color: #C93;
}

#header {
	background-color: #542219;
	padding: 5px 0px;
	margin: 0px;
}

#footer {
	clear: both;
	border-top: 1px solid #542219;
	font-size: 75%;
	text-align: center;
	padding: 12px;
}

#footerNav li {
	list-style: none;
	display: inline;
}

#footerNav li a {
	font-weight: normal;
	padding: 0px 8px;
	border-right: 1px solid #542219;
	text-decoration: none;
	color:#000;
	font-size: medium;
}

.lastNav {
	margin: 0 auto !important;
	border: none !important;
}
.oneCol #container img {
	border: 0px solid #542219;
	margin: 0px;
}

#line {
	clear: both;
	border-top: 2px solid #542219;
}


div.rightImage {
	float: left;
	text-align: center;
	width: 40%;
	margin-top: 15px;
	margin-right: 0px;
}

div.rightImage #headerImg {
	border: 3px solid #542219;
}


div.leftText {
	float: left;
	width: 60%;
	margin-top: 45px;
}

div.sidebyside p {
	text-align: left;
	font-size: larger;
	text-indent: 0;
	margin-left: 20px;
}
