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


/* GENERAL STYLES */

* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.clear {
	clear: both;
}
a {
	color: #006568;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	background: #006568;
	color: #DBEAE5;
}
h1 {
	padding-left: 50px;
	font-size: 2.3em;
	line-height: 1em;
	color: #006568;
	padding-top: 3px;
}
ul, ol {
	padding-left: 30px;
}
li {
	margin-bottom: 0.3em;
}


/* LAYOUT STYLES */

body {
	background: #7D908B url(../images/bgslice.jpg) repeat-x;
	font: 100% Arial, Helvetica, sans-serif;
	color: #55635f;
}
#divBG {
	background: url(../images/bg.jpg) no-repeat center top;
}
#divWrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.9em;
	line-height: 1.5em;
}
#divHeader {
	background: url(../images/header.jpg) no-repeat;
}
#divContent1 {
	background: #DBEAE5 url(../images/content-bg.jpg) no-repeat;
	border-bottom: 4px solid #133e56;
	padding-top: 47px;
	padding-right: 14px;
	padding-left: 24px;
}
#divContent2 {
	/*This div holds the page photo.*/
	background: url(../images/photos/kids.jpg) no-repeat right top;
	min-height: 400px;
	height: expression( this.scrollHeight < 400 ? "400px" : "auto" );
	overflow: auto;
}
.maintext {
	width: 470px;
	border-left: 2px solid #D69E09;
	padding-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#divFooter {
	padding-bottom: 30px;
	color: #133e56;
	font-size: .9em;
	font-weight: bold;
	padding-top: 10px;
}
#divFooter a {
	color: #133e56;
	text-decoration: none;
}
#divFooter a:hover {
	text-decoration: underline;
	background: #7D908B;
}

/* OTHER STYLE CLASSES*/

.turqoiseText {
	color: #9bd0b0;
}
.divider {
	border-bottom: 1px dashed #006568;
	line-height: 0px;
	height: 10px;
	margin-bottom: 20px;
}
.tablepadding td {
	padding: 3px;
}
.smalltext {
	font-size: .8em;
}
