body {
	width: 100%;
	min-width: 814px;
	margin: 0 auto;
	background-color: #77d1d0;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

/*------------------------------------*/
/* color switch navigation */
/*------------------------------------*/

#styleswitchNav {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	padding: 0px;
	padding-top: 10px;
	font-size: large;
	vertical-align: bottom;
}

#styleswitchNav h4{
	padding: 0px;
	margin: 0px;
	margin-right: 10px;
	float: left;
}

#colorswitchCont {
	padding: 5px;
	float: left;
	margin-left: 20px;
}

#colorswitchCont a{
	display: block;
	padding: 2px 7px 1px 7px;
	float: left;
	border: 1px #01594d solid;
	background: #afd9cb;
	margin-right: 10px;
	text-decoration: none;
	color: #002d2a;
	text-transform: uppercase;
	font-size: small;
	font-weight: bold;
}

#colorswitchCont a.cs_black {
	border: 1px #000 solid;
	background: #000;
	color: #ffff00;
}

#fontsizeswitchCont {
	padding: 5px;
	float: right;
	margin-right: 50px;
}

#fontsizeswitchCont a{
	display: block;
    width: 30px;
	height: 30px;
	float: left;
	margin-right: 5px;
	background: url(images/textsizenav1.png) no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: -7px;
}

#fontsizeswitchCont a.larger{
	background-position: center left;
}

#fontsizeswitchCont a.largest{
	background-position: bottom left;
}




#donateNow {
	background: url(images/donatenow1.png) no-repeat left top;
	float: right;
	margin: 20px;
	width: 200px;
}

.testlink 
{
    float: left;
    padding: 5px;
}

#main {
	text-align: left;
	width: 814px;
	margin: 0 auto;
}
#header {
	height: 161px;
	padding-top: 15px;
	background: #00453c url(images/header1.jpg) no-repeat left 15px;
}

#header_imgs {
	background: #00453c url(images/header_imgs1.jpg) no-repeat left top;
}

#txtheader {
	height: 32px;
	background-color: #c8e6d6;
	margin: 25px 48px 0 0;
	padding-left: 20px;
}
#content {
	background-color: #c8e6d6;
	background-image: url(images/body.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative;
	width: 100%;
	float: left;
	top: 0;
	overflow: hidden;
}
#one {
	float: left;
	left: 0;
	width: 45%;
	margin-left: 30px;
}
#two {
	float: left;
	margin-left: 25px;
	margin-right: 25px;
	background-image:url(images/divider.jpg);
	width: 1px;
	height: 430px;
}
#three {
	margin-left: 10px;
	float: left;
	width: 38%;
}
#four {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}



.foot {
	text-align: center;
	font-size: 15px;
}
#footer {
	background-color: #77d1d0;
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	height: 50px;
	width: 100%;
	float: left;
	top: 0;
	padding-top: 10px;
	margin: auto 0;
	
}
.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	line-height: 16px;
}
h1 {
	font-size: 22pt;
	color: #015858;
	margin-top: 15px;
	margin-bottom: 5px;
}
h2 {
	font-size: 20pt;
	color: #45484A;
}
h1, h2 {
	font-family: Georgia, Helvetica, Serif;
	font-weight: bolder;
	margin-left: 0px;
}
h3 {
	font-size: 18pt;
	color: #000000;
}
h5 {
	margin: 0 auto;
	padding: 0;
}
.bd {
	border: 2px;
	border-color:#000000;
	border-style:solid;
}
.bodyZoom {
}
.flr {
	float: right;
	margin: 10px 10px 10px 10px;
	border: 2px;
	border-color:#000000;
	border-style:solid;
}
.fll {
	float: left;
	margin: 10px 10px 10px 10px;
	border: 2px;
	border-color:#000000;
	border-style:solid;
}
.caption-right {
	float: right;
	text-align: center;
	font-size: 12px;
	padding: 5 5 5 5;
	margin: 5 5 5 5;
}
.caption-left {
	float: left;
	text-align: center;
	font-size: 12px;
	padding: 5 5 5 5;
	margin: 5 5 5 5;
}
.caption {
	font-size: 12px;
	padding: 5 5 5 5;
}

/*------------------------------------*/
/* font size switch styles */
/*------------------------------------*/

.font_regular {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
}

.font_larger {
	font: 110%/1.4 Arial, Helvetica, sans-serif;
}

.font_largest {
	font: 130%/1.4 Arial, Helvetica, sans-serif;
}

/*------------------------------------*/




