body {
	scrollbar-face-color:#FFFFFF; 
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-3dlight-color:#666666;
	scrollbar-darkshadow-color:#666666;
	scrollbar-track-color:#666666;
	scrollbar-arrow-color:#666666;
	background-color: #FFFFFF;
	margin: 0px;
	}

/* Main Body Text */

body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #2F342C;
	}

/* Main Link Styles */

a:link {
	color: #359340;
	text-decoration: none;
	}
	a:hover {
		color: #FF984D;
		text-decoration: underline;
		}
	a:active {
		color: #359340;
		text-decoration: none;
		}
	a:visited {
		color: #359340;
		text-decoration: none;
		}
	a:visited:hover {
		color: #FF984D;
		text-decoration: underline;
		}


/* --------CUSTOM TEXT--------- */

/* - footer - */

.footer {
	font-size: 10px;
	color: #2F342C;
	}

	a.footer:link {
		color: #2F342C;
		text-decoration: none;
		}
	a.footer:hover {
		color: #359340;
		text-decoration: underline;
		}
	a.footer:active {
		color: #2F342C;
		text-decoration: none;
		}
	a.footer:visited {
		color: #2F342C;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color: #359340;
		text-decoration: underline;
		}

/* - forms - */

form {
	margin: 0px;
	}

.forms {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2F342C;
	width: 100%;
	}

/* - bread crumbs - */

.breadcrumbs {
	font-size: 10px;
	color: #2F342C;
	}

	a.breadcrumbs:link {
		color: #0071A0;
		text-decoration: none;
		}
	a.breadcrumbs:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}
	a.breadcrumbs:active {
		color: #0071A0;
		text-decoration: none;
		}
	a.breadcrumbs:visited {
		color: #0071A0;
		text-decoration: none;
		}
	a.breadcrumbs:visited:hover {
		color: #FFFFFF;
		text-decoration: underline;
		}

/* - head/subheads - */

.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E9383A;
	font-weight: bold;
	text-transform: none;
	}

.subheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0071A0;
	font-weight: bold;
	text-transform: none;
	}

.callout-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: #888889;
	}

.small-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 20px;
	color: #999999;
	}

/* --------GRAPHICS--------- */

ul {
	list-style-image: url(../images/interior/bullet.gif);
	}

/* - callouts - */

.boy1 {
	background-image: url(../images/interior/callout/boy1.jpg);
	background-repeat: no-repeat;
}

.boy2 {
	background-image: url(../images/interior/callout/boy2.jpg);
	background-repeat: no-repeat;
}

.girl1 {
	background-image: url(../images/interior/callout/girl1.jpg);
	background-repeat: no-repeat;
}

.girl2 {
	background-image: url(../images/interior/callout/girl2.jpg);
	background-repeat: no-repeat;
}

