/* CSS Document - Typography */

body {

}

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #666666;
}

h1 {
	margin-top: 0px;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #95C800;
	line-height: 32px;
	font-weight: normal;
}

h2, h2 a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #285E00;
	font-weight: normal;
	margin-bottom: 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #95C800;
	font-weight: normal;
	margin-top: 0px;
}

#top_menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #FFFFFF;
	margin: 0;
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	}
	
#top_menu ul li {	
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 24px;
	padding-top: 6px;
	padding-right: 14px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	}
	
#top_menu ul li:hover {	
	background-color: #FFFFFF;
	color: #316600;
	}
	
#top_menu ul li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
	}

#top_menu ul li:hover a {	
	color: #316600;
	}
	
#breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	
	}
	
#breadcrumbs a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	}

#breadcrumbs a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #95C800;
	text-decoration: underline;
	}
	
#top_title h1 {
	margin-top: 120px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #95C800;
	line-height: 32px;
	font-weight: normal;
}
#top_title h2 {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #285E00;
	line-height: 32px;
	font-weight: normal;
}
	
#left_column ul {
	padding: 0px;
	margin: 15px;
}
	
	
#base_menu ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: capitalize;
	color: #999999;
	margin: 0;
	list-style-type: none;
	text-align: right;
	}
	
#base_menu ul li {	
	display: inline;
	height: 24px;
	padding-top: 6px;
	padding-right: 14px;
	padding-left: 10px;
	}

#base_menu ul li a {
	color: #666666;
	text-decoration: none;	
	}

#base_menu ul li a:hover {
	color: #666666;
	text-decoration: underline;	
	}
	
#footer_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
}

.green {
	color: #95C800;
	}

.left {
	float: left;
	margin-right: 8px;
}

.right {
	float: right;
	margin-left: 8px;
}

