/* CSS Document */

body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color: #000066;
}

.style1 {
	color: #D7A465;
	font-weight: bold;
	font-size: 110%;
}
.style2 {
	color: #A10A3D;
	font-weight: bold;
	font-size: 110%;
}

.style3 {
	color: #D7A465;
	font-weight: bold;
	font-size: 140%;
}

.style4 {
	color: #4F7777;
	font-size: 140%;
}

.style5 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}

 h1 {
	font-size: 150%;
	color: #006C49;
	font-weight: bold;
}

h2 {
	font-size: 120%;
	font-style: italic;
	color: #7085BE;
	font-weight: bold;
	margin-left: 35px;
	margin-right: 15px;
	text-align: left;
}


a:link {
	color: #006C49;
}
a:visited {
	color: #006C49;
}
a:hover {
	color: #D8A564;
}
a:active {
	color: #A10A3D;
}

#topleft {
	width: 20%;
	background-color: #FFFFFF;
}

#topright {
	width: 80%;
	background-color: #FFFFFF;
}

#nav {
	width: 100%;
	background-color: #EEE7DF;
}

.navcell {
	width: 125px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#nav a:link {
	color: #006C49;
	text-decoration: none;
	font-weight: bold;
}
#nav a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#nav a:hover {
	color: #465C99;
}
#nav a:active {
	color: #A10A3D;
}

#heading {
	background-color: #FFFFFF;
	font-size: 80%;
	padding: 20px 0px 0px 30px;
	text-align: justify;
}

#mainTable {
	width: 100%;
	line-height: 1.3em;
	font-size: 90%;
 }
 
#maintopleft {
	width: 40%;
	padding: 10px 20px 15px 30px;
	font-size: 90%;
	vertical-align: top;
	text-align: justify;
 }
 
#maintopleft img {
	vertical-align: middle;
 }
 
#maintopmiddle {
    width: 40%;
	padding: 10px 20px 15px 30px;
	font-size: 90%;
	text-align: justify;
	vertical-align: top;
 }
 
#maintopright {
	width: 20%;
	padding: 10px 20px 15px 30px;
	font-size: 90%;
	text-align: justify;
	vertical-align: top;
 }
 
#maintopright img {
	float: right;
 }

 
#mainleft {
	width: 20%;
	padding: 10px;
	font-size: 90%;
	vertical-align: top;
	text-align: center;
	color: #000066;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #EEE7DF;
 }
 
 .columntext {
	border: 1px solid #4B69B8;
	background-color: #EEE7DF;
	width: 80%;
	padding: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 110%;
	color: #000066;
	font-weight: bold;
}

.photos {
	text-align: center;
}

 #footer {
	text-align: center;
	width: 100%;
	padding: 10px;
	font-size: 80%;
	background-color: #EEE7DF;
 }
