﻿#navigation {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 91px;
	width: auto;
}

#navigation a {
	color: #234214;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	display: block;
	height: 25px;
	padding-top: 10px;
}

#navigation .tab {
	margin: 15px 0 0 0;
	padding: 0 0 0 0;
	width: 103px;
	height: 35px;
	float: left;
	background: transparent url(/images2/button3.gif) no-repeat bottom;
	text-align: center;
}

#navigation .activeTab {
	margin: 15px 0 0 0;
	padding: 0;
	width: 103px;
	height: 35px;
	float: left;
	background: transparent url(/images2/button3active.gif) no-repeat bottom;
	text-align: center;
}

#navigation .tab:hover {
	background: transparent url(/images2/button3hover2.gif) no-repeat bottom;
}

#navigation .activeTab a {
	color: #ffffff;
}
#toplinks {
	font-family: verdana;
	font-size: 11px;
	border-bottom: 5px solid #34207F;
	width: 93%;
	margin: 0 auto 0 auto;
		}
#bottomlinks {
	font-family: verdana;
	font-size: 9px;
	border-top: 5px solid #34207F;
	border-bottom: 5px solid #34207F;
	width: 100%;
	margin: 0 0 0 0;
		}
		
#links a {
	font-family: verdana;
	font-size: 11px;
		
		}
#article p {
			font-size: 11px;
		}
	
body {
	background-image: url(images2/bgImage.jpg);
	background-repeat: repeat-x;
	background-color: #d6d6d6;
}