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

.border {
	border: 2px solid #000000;
}

.text {
	font-family: "Gill Sans MT";
	font-size: 16px;
}
.navigation {
	color: #FFFFFF;
	font-family: "Segoe Print";
	font-weight: bold;
}

.subTitles {
	font-size: 22px; 
	color: #990000; 
	font-family: "Segoe Print"; 
	font-weight: bold; 
}

.mainTitle {
	font-size: 28px;
	color: #990000;
	font-family: "Segoe Print";
	font-weight: bold;
}
.ResourceLinks {
	font-family: "Segoe Print";
	font-size: 10px;
	font-weight: bold;
	color: #900;
}

.text {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}

.paragraphIntro {
	color: #990000;
	font-style: italic;
	font-weight: bolder;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.header {
	background-image: url(../images/houseOnHill.jpg);
	background-repeat: no-repeat;
}
/* Sytles for global navigation */

a.external:link {
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	color: #05A;
	}
	
a.external:visited {
	color: #05A;
	font-weight: normal;
	text-decoration: none;
	}
a.external:hover {
	text-decoration: none;
	color: #05A;
	}
a.external:active {
	color: #05A;
	text-decoration: none;
} 

/* Sytles for bottom navigation */

a.bottomNav:link {
	color: #FFF;
	font-size: 8px;
	font-weight: normal;
	text-decoration: none;
	}
	
a.bottomNav:visited {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
	}
a.bottomNav:hover {
	text-decoration: none;
	color: #990000;
	}
a.bottomNav:active {
	color: #FFF;
	text-decoration: none;
} 
.centerImage {
	text-align: center;
}
.h2 {
	color: 990000;
	font-family: "Segoe Print";
	font-weight: bold;
}
.topLink {
	font-family: "Segoe Print";
	font-size: 14px;
	color: #FFF;
}

