body {
	background-color:#FFF9CA;
	margin:0;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.74em;
	color:#4D4E17;
	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:#80a5a9;
	font-weight:bold;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #000000;
}
img {
	padding:3px;
	margin:3px;
	float:right;
	border: thin none #990000;
	position: relative;
}

#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:180px;
	width:840px;
	padding:10px;
	background-color:#C5E9ED;
	font-size:30px;
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #898B3A;
	border-left:1px solid #898B3A;
	border-right:1px solid #898B3A;
	background-image:url(images/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:#898B3A;
}
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;
}

