body {
	background-color:#FFF9CA;
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.74em;
	color:#000000;
	cursor:default;
}
h1,h2,h3 {

	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	color:#B4BC5D;
	font-weight:normal;
	text-transform:capitalize;

}

acronym {
	font-variant:small-caps;
	cursor:help;
}
a {
	color:#0000FF;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}
a:hover {
	color:4d4e17;
	font-weight:bold;
	border-bottom-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
}
img {
	float:right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	clear: both;
	padding: 3px;
	margin: 3px;
}

#container {
	width:860px;
	background-color:#FFFFFF;
	border-right:3px solid #FFFFFF;
	border-left:3px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

#title {
	color:#4D4E17;
	height:104px;
	width:840px;
	padding:10px;
	background-color:#FFFFCC;
	font-size:24px;
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom:1px solid #898B3A;
	border-left:1px solid #898B3A;
	border-right:1px solid #898B3A;
	background-image:url(titlebg.jpg);
	background-repeat:repeat-x;
}
#menu {
	width:100%;
	background-color:#FFFFFF;
	height:25px;
}
#menu a { 
	background-color:#DEE29B;
	color:#898B3A;
	font-weight:bold;
	text-decoration:none;
	text-align:center;

	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

	background-image:none;

}
#menu a:hover { 
	background-color:#898B3A;
	color:#DEE29B;
	font-weight:bold;
	text-decoration:none;
	text-align:center;

	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

	background-image:none;
}
#menu .aactive { 
	background-color:#DEE29B;
	color:#898B3A;
	font-weight:bold;
	text-decoration:none;
	text-align:center;

	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;

	background-image:none;
}
#footer {
	width:840px;
	padding:5px;
	background-color:#DEE29B;
	color:#000000;
}
input {
	background-color:#C5E9ED;
	border-top: 1px solid #a3c7ca;
	border-right: 1px solid #e7fbff;
	border-left: 1px solid #a3c7ca;
	border-bottom: 1px solid #e7fbff;
}
textarea {
	background-color:#C5E9ED;
	border-top: 1px solid #a3c7ca;
	border-right: 1px solid #e7fbff;
	border-left: 1px solid #a3c7ca;
	border-bottom: 1px solid #e7fbff;
}
