body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	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: #5d7254;
	width: 100%;
}
.twoColFixLtHdr #container {
	width: 1015px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #6c1120;
	padding: 0px;
} 
.twoColFixLtHdr #header {
	background-color: #DDDDDD;
	background-image: url(images/headerINDEX.jpg);
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #e4e2d2;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header2 {
	background-color: #DDDDDD;
	background-image: url(images/headerAVAILABLE.jpg);
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #e4e2d2;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header3 {
	background-color: #DDDDDD;
	background-image: url(images/headerPARENTS.jpg);
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #e4e2d2;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header4 {
	background-color: #DDDDDD;
	background-image: url(images/headerABOUT.jpg);
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #e4e2d2;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header5 {
	background-color: #DDDDDD;
	background-image: url(images/headerCONTACT.jpg);
	height: 80px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #e4e2d2;
	background-repeat: no-repeat;
}
.twoColFixLtHdr #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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 12pt;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	width: 200px;
	text-align: right;
	float: right;
	clear: none;
}
.twoColFixLtHdr #container #nav {
	width: 600px;
	display: block;
	margin-top: 50px;
	height: 25px;
	float: right;
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	text-transform: uppercase;
	padding-left: 0px;
	margin-right: 1px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #nav p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	
}
.twoColFixLtHdr #container #nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 245px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	background-color: #6C1120;
}
.twoColFixLtHdr #container #sidebar1 p {
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.twoColFixLtHdr #container #sidebar1 img {
	margin: 0px;
	padding: 0px;
}


.twoColFixLtHdr #sidebar2 {
	background: #FFFFFF url(images/sidebarbottom.jpg) bottom no-repeat;
	width: 245px;
	height: 407px;
	padding: 0px 0px 10px 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr #container #sidebar1 #sidebar2 a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.twoColFixLtHdr #sidebar3 {
	float: none; /* since this element is floated, a width must be given */
	width: 245px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E4E2D3;
}

.twoColFixLtHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 735px;
	background-color: #e4e2d2;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 260px;
} 
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 10px;
}

.twoColFixLtHdr #container #mainContent h2 {
	font-size: 14px;
	color: #5D7553;
	text-align: center;
	padding-top: 0px;
	margin: 0px;
}

.twoColFixLtHdr #container #mainContent h3 {
	font-size: 12px;
	color: #6C1120;
	text-align: center;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent h4 {
	font-size: 14px;
	color: #6C1120;
	text-align: center;
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0px;
}
.twoColFixLtHdr #container #mainContent h5 {
	font-size: 14px;
	color: #000;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #box {
	display: block;
	height: 160px;
	width: 164px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 55px;
	background-image: url(images/buttonbg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #box2 {
	display: block;
	height: 200px;
	width: 164px;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0px;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container #mainContent #box1 #box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	width: 164px;
	height: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #box1 #box a {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #box1 a:visited {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #box1  a:hover {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #box1 a:hover {
	color: #000000;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent #box1 #boxTEXT {
	height: 20px;
	width: 164px;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #box1 #box img {
	border: thin solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #box1 #box2 img {
	border: thin solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #box1 #box2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	display: block;
	width: 164px;
	height: 15px;
	font-weight: normal;
	line-height: 18px;
	padding: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent #box1 {
	width: 716px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	padding: 0px;
	display: block;
}

.twoColFixLtHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6C1120;
}
.twoColFixLtHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #5D7254;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.twoColFixLtHdr #footer {
	background-color: #e4e2d2;
	border-top-width: 13px;
	border-top-style: solid;
	border-top-color: #5D7254;
	background-image: url(images/footer.jpg);
	height: 159px;
	background-position: center center;
	width: 1015px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	display: block;
} 
.twoColFixLtHdr #footer p {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #000000;
	text-decoration: none;
	line-height: 14px;
	float: left;
	display: block;
}
.twoColFixLtHdr #container #footer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	float: right;
	margin-top: 85px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	width: 350px;
	text-align: right;
}
.twoColFixLtHdr #container #footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	display: block;
	width: 300px;
	padding: 0px;
	float: right;
}


.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;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
}

.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;
}
 
 .style1 {font-size: 10px}

