body {

	font-family: Arial, Helvetica, sans-serif;

	color: #083544;

	font-size: 12px;

	margin: 0px 0px 0px 5px;

	background-color: #ffffff;

	text-align: justify;

}

#missionStmnt {

	position: absolute;

	margin: 55px 150px 75px 450px;

	text-align: left;

	display: block;

	font-size: 18px;

	color: #ffffff;

	line-height: 1.75em;

	width: 200px;

	

}	

.mainMenu {
	vertical-align: middle;
	padding-left: 20px;
	padding-bottom: 5px;
}

/* this is the style for the main menu navigation */

a.mainNav:link {

	color: #404040;

	text-decoration: underline;

	padding: 0px 5px 0px 5px;

}

a.mainNav:visited {

	color: #404040;

	text-decoration: underline;

	padding: 0px 5px 0px 5px;

}

a.mainNav:hover {

	color: #005F7E;

	text-decoration: underline;

	padding: 0px 5px 0px 5px;

}

/* this is the style for all other links */

a:link {

	color: #005F7E;

	text-decoration: underline;

}

a:visited {

	color: #005F7E;

	text-decoration: underline;

}

a:hover {

	color: #005F7E;

	text-decoration: underline;

}



/* this is the tan box on the left side */

#box1 {

	background: url(images/tanSquare.gif) top center no-repeat;

	padding: 0px 5px 15px 5px;

}

/* this is the red box on the left side */

#box2 {

	background: url(images/redSquare.gif) top center no-repeat;

	padding: 0px 5px 25px 5px;

}

/* this is the teal box on the left side */

#box3 {

	background: url(images/tealSquare.gif) top center no-repeat;

	padding: 0px 5px 15px 5px;

}

/* this is the style for the white title text inside the boxes in the left column */

h1.whiteTitle {

	color: #ffffff;

	font-size: 14px;

	text-align: center;

	font-weight: bold;

}

/* this is the white text that is linked inside the boxes in the left column */

a.whiteLink {

	color: #ffffff;

	text-decoration: underline;

	font-size: 12px;

}

/* this is the white text that is inside the boxes in the left column */

.whiteText12 {

	color: #ffffff;

	font-size: 12px;

	padding: 0px 10px 5px 10px;

	line-height: 1.5em;

}

/* this is the margins for the main content area */

#mainContent {
	margin:0px 20px 10px 20px;
}

h1 {

	color: #202020;

	font-size: 16px;

}

p {

	text-align: justify;

	line-height: 1.5em;

	color: #083544;

}

	

.copyrightText {

	color: #999999;

	font-size: 11px;

	line-height: 4em;

	margin-left: 20px;

}

img.Left {

	float: left;

	padding-right: 10px;

	padding-bottom: 5px;

	clear: left;

}

img {

	border: none;

}



.textTealBold {

	color: #083544;

	font-weight: bold;

}

li {	

	list-style: none;

	list-style-image: url(images/arrow.png);

	padding-left: 1px;

	line-height: 150%;

}

/* this is the background color for the table on families.php */

.greyBkgrnd {

	background-color: #e8e8e8;

}

.tealBkgrnd {

	background-color: #D1DDE1;

}



