/* 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%;
}

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;
	text-decoration: none;
	font-weight: bold;
}
#nav a:hover {
	color: #465C99;
}
#nav a:active {
	color: #A10A3D;
}

#mainTable {
	width: 100%;
	line-height: 1.3em;
	font-size: 90%;
 }

 
 #maincontent {
	font-size: 12px;
	font-size: 90%;
	vertical-align: top;
	text-align: justify;
	background-attachment: fixed;
	background-image: url(images/lowerpic.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 20px;
	padding-right: 30px;
	padding-left: 10px;
	padding-bottom: 20px;
 }
 
 #leftcol {
	vertical-align: top;
	width: 180px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E7DED3;
}

 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 
 h1 {
	font-size: 140%;
	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;
}

 #footer {
	text-align: center;
	width: 100%;
	padding: 10px;
	font-size: 80%;
	background-color: #EEE7DF;
 }
