@charset "utf-8";
/* CSS Document */

.thumb-1 {
	padding-left: 3px;
	background-repeat: no-repeat;
	background-image: url(../images/new_thumb-1.jpg);
}
.thumb-2 {

}
.thumb-3 {

}
.thumb-4 {

}
.quick_links {
	color: #2B6D23;
	font-family: "Times New Roman", Times, serif;
}
.quick_links_bg {
	background-image: url(../images/quick_links.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: top;
	padding-top: 55px;
	padding-left: 10px;
}

.header {
	background-color: #037ACC;
}
.top_navigation {
	background-image: url(../images/top_navigation.jpg);
}
.bottom_navigation {
	background-image: url(../images/bottom_navigation.jpg);
	text-align: center;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
.main_window {
	border: 1px;
	border-color: #318120;
	padding: 10px;
}
.title {
	font-size: x-large;
	color: #2B6D23;
	font-weight: bold;
	margin-left: 10px;
}
.body {
	color: #2B6D23;
	padding-left: 30px;
	padding-right: 30px;
}
a.quick_links:link {
	color:#2A7A19;
}
a.quick_links:visited {
	color:#56A33B
}
a.quick_links:hover {
	color:#297918;
	text-decoration: underline;
}
a.quick_links:active {
	color:#57A43C
}
