﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	background-color: #066917	
	}

#top_nav {
	background-color:#B9C88C;
	
	}

#container {
	min-width: 600px;
	background-color: #E8F5E0	
	}

#left_col {
	width: 200px ;
	float: left;
	background-color:#B9C88C;
	font-size:medium; font-family:Arial, Helvetica, sans-serif;font-family:
	}

#right_col {
	width: 200px;
	float: right;
	background-color:#B9C88C;
}

#page_content {
	margin-left:200px;
	margin-right:200px
	
}

#footer {
	clear: both;
	font-size:x-small
}

a { 
	color: #066917;
}
a:visited {
	color: #663333;
}
a:active {
	color: #000080;
}
a:hover {
	color: #62A275;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #663333;
	font-weight:bold
}

.style2b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #663333;
	font-weight: normal;
	text-align: right;

}
.style2c {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  x-small;
	color: #663333;
	font-weight: normal
}

.style2d {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  small;
	color: #663333;
	font-weight: normal
}

.style3 {
	text-align: center;
}

.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	large;
	color: #663333;
	font-weight: bold
}

.style4b {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	medium;
	color: #663333;
	font-weight: normal;
	text-align: left
}

.style4c {
	font-family: Arial, Helvetica, sans-serif;
	font-size:	medium;
	color: #663333;
	font-weight: normal;
	text-align: left
}



.style6 {
	font-size: medium;
}

.style10 {
	text-align: center;
	margin-right: 0px;
}
.style11 {
	text-align: right;
}
.style12 {
	color: #FFFFFF;
}
.style13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	text-align: center;
	color: #FFFFFF;
}
.style14 {
	text-align: left;
	color: #FFFFFF

}
.style15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #00000;
}

.style16 {
	font-size: x-large;
}
.style17 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
.style18 {
	font-family: Arial, Helvetica, sans-serif;
}
.style19 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.style20 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}



