a:link {
	color: #406622;
	text-decoration:underline;
}
a:visited {
	color: #406622;
	text-decoration:underline;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #406622;
	text-decoration:underline;
}

a.white-links:link {
color: #FFFFFF;
text-decoration: none;
}

a.white-links:visited {
color: #FFFFFF;
text-decoration: none;
}

a.white-links:hover {
color: #FFFFFF;
text-decoration: underline;
}

a.white-links:active {
color: #FFFFFF;
text-decoration: none;
}

a.top-links:link {
color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
}

a.top-links:visited {
color: #FFFFFF;
text-decoration: none;
text-transform: uppercase;
}

a.top-links:hover {
color: #fff1aa;
text-decoration: underline;
text-transform: uppercase;
}

a.top-links:active {
color: #406622;
text-decoration: none;
text-transform: uppercase;
}

a.menu-links:link {
color: #406622;
text-decoration: underline;
text-transform: uppercase;
}

a.menu-links:visited {
color: #406622;
text-decoration: underline;
text-transform: uppercase;
}

a.menu-links:hover {
color: #000000;
text-decoration: underline;
text-transform: uppercase;
}

a.menu-links:active {
color: #406622;
text-decoration: underline;
text-transform: uppercase;
}

body {
	background-color:#FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.background_top {
	background-image: url(../images/top_bar.jpg);
	height: 200px;
}
.background_bottom {
	background-image: url(../images/bot_bar.jpg);
	height: 87px;
}
.background_searchbar {
	background-image: url(../images/top_search.jpg);
	height: 39px;
	width: 357px;
	background-repeat: no-repeat;
}

.img_restrict250 {
	max-height: 250px;
	height: 250px;
	width: 250px;
	border: 1px solid #000;
}

.font_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-weight: bold;
}
