/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}


h1 {
	text-transform: uppercase;
	color: #ABF49B;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 14px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6c9960;
}

p {
	color: #8f8f8f;
	font-size: 13px;

}
a {
	color: #8f8f8f;
}
a:hover {
	color: #6c9960;
	text-decoration: underline;
}

.title {
	text-transform: lowercase;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;

}



.greenLeftside {
	background-color: #ABF49B;
	height: 20px;

}

.greenLeftside p{
	color: #000000;
	line-height: 1.5em;


}
.greenLeftside p a{
	color: #000000;
	text-decoration: none;


}
.greenLeftside p a:hover{
	text-decoration: underline;


}
.homeBehind{
	background-image: url(../images/build/homeBehind.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}


.visitorInfo{
	background-image: url(../images/build/visitorInfoMap.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}

.education{
	background-image: url(../images/build/educationBehind.jpg);
	background-repeat: no-repeat;
	background-position: right top;

}


.linksBehind1{
	background-color: #d0cf88;
}

.linksBehind2{
	background-color: #abab85;
}


.linksBehind3{
	background-color: #dfdfaf;
}

.linksBehind3 h1{
	color: #535353;
	text-transform: capitalize;
	font-size: 18px;
	padding-left: 20px;
	
}
.linksBehind3 a{
	color: #535353;
	font-size: 18px;
	text-transform: lowercase;
	
}

.contact {
	background-image: url(../images/build/contactBehind.jpg);
	background-repeat: no-repeat;
	background-position: right;

}
