/* CSS Document */

a {
	text-decoration: none;
	}

body {
	margin: 0px;
	background-color: #004517;
	}
	
a.Links {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #004517;
	}

a.Links:visited {
	color: #C4DF9B;
}

a.Links:active {
	color: #C4DF9B;
}

a.Links:hover {
	color: #C4DF9;
}

#LinksCurrent {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	color: #C4DF9B;
}

a.subLinks {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	}

a.subLinks:visited {
	color: #000000;
}

a.subLinks:active {
	color: #000000;
}

a.subLinks:hover {
	color: #004517;
}

#subLinksCurrent {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #004517;
}


#mission {
	padding: 12px;
	vertical-align: top;
}

#mainContent {
	padding: 12px;
	vertical-align: top;
	border-left: 1px #CCCCCC solid;
}

#leftContent {
	padding: 6px;
	vertical-align: top;
	}

p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #004517;
	}
	
p a{
	color: #004517;
	}

h1 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	color: #004517;
	}
	
h1 a{
	color: #004517;
	}

h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #004517;
	}
	
h2 a{
	color: #004517;
	}

.footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #004517;
	text-align: center;
	padding: 4px;
	}
