#menu {
	background: #006633;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	font-size:16px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #006633  url("images/seperator.gif") bottom right no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #33CCFF url("images/hover.gif") bottom center no-repeat;
	color: #000000;
	padding-bottom: 8px;
	}
	
.large_title {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 48px;
	font-weight: bold;
	color: #006633;
	font-variant: normal;
	font-style: normal;
}
.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	font-weight: bold;
	font-style:italic;
	color: #061A63;
	font-variant: normal;
}
.text_title {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 16px;
	color: #000000;
	font-weight:bold;
	font-variant:small-caps;
}
.text_general {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-left:0px;
	padding-right:0px;
	padding-bottom: 0px;
}
.bullets {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 14px;
	color: #000000;
	padding-left:45px;
	padding-right:15px;
}
.text_small {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
	color: #000000;
}
.sub_title {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 20px;
	font-style: italic;
	text-indent: 15px;
}
.sub_large {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 26px;
	font-style: italic;
	text-indent: 15px;
}
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006633;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}

