body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	background-color: rgb(223,232,202);
	background-image: url(graphics/background.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
	border-top: 3px solid rgb(92,110,43);
}

div#GRAPHIC {
	margin-left: 168px;	
	height: 150px;
	background-image: url(graphics/splash.jpg);
	background-repeat: no-repeat;	
	border-bottom: 1px solid rgb(168,177,147);
}

#LOGO {
	position: absolute;
	top: 15px;
	left: 16px;
}

/* LEFT HAND NAVIGATION ATTRIBUTES */
#LEFTCOLUMN {
	position: absolute;
	top: 156px;
	left: -22px;
	font-size: small;
	width: 125px;	
}

#nav li, #nav a, #nav a:hover {
	width: 118px; /* REQUIRED!!! */
	list-style-type: none;
}

#nav a, #nav #current {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	padding: 0.5em 5px 0.5em 5px;
}

#nav a {
	display: block;
	text-decoration: none;
	color: white;
	background-color: rgb(112,130,63);	
}

#nav a:hover {
	color: white;
	background: rgb(252,141,44);	
}

#nav #current {
	font-weight: bold;
	color: white;
	background: rgb(232,121,24);
}
/* END OF LEFT HAND NAVIGATION ATTRIBUTES */

div#CONTENT, table {
	font-size: small;
}

div#CONTENT {
	position: absolute;
	top: 170px;
	left: 187px;
	right: 205px;
	line-height: 160%;
	z-index: 1;	
}

div#CONTENT p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;	
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;		
}

h1 {
	font-size: 150%;	
	color: rgb(112,130,63);	
	background-color: transparent;	
}

h2, h3 {
	color: #950;
	background-color: transparent;	
	margin-bottom: -0.7em;
}

h2 {
	font-size: 125%;	
}

h3 {
	font-size: 110%;	
}

table#LINKS {
	border: none;
}

table#LINKS td.blank {
	border: none;
}

table#LINKS td.left {
	border: 1px solid rgb(112,130,63);
	width: 200px;
}

table#LINKS td.right {
	border: none;
	padding-left: 15px;
	width: 600px;
}

div#CONTENT strong.home {
	color: #A60;
	background-color: transparent;
  font-size: 125%;
}

div#CONTENT a {
	color: #630;
	background-color: transparent;	
}

div#CONTENT a:hover {
	text-decoration: none;
	color: #950;
	background-color: transparent;	
}

div#RIGHTCOLUMN {
	position: absolute;
	right: 7px;
	top: 154px;
	width: 160px;
	border-left: 1px solid rgb(168,177,147);
	padding: 20px 0 10px 17px;
}

div#RIGHTCOLUMN p {
	font-size: x-small;
	line-height: 140%;	
}

#RIGHTCOLUMN img {
	margin-bottom: 3px;
}

#RIGHTCOLUMN a {
	color: rgb(49,67,0);	
	background-color: transparent;	
}

.floatRight,.floatLeft,#RIGHTCOLUMN img {
	border: 1px solid rgb(112,130,63);
}

.floatRight {
	float: right;
	margin: 5px 0 5px 13px;
}

.fltRight {
	float: right;
	margin: 5px 0 5px 13px;
}

.floatLeft {
	float: left;
	margin: 5px 13px 5px 0;
}

.spacer {
	clear: both;
}

.tiny {
	font-size: x-small;
}

p.botnav {
	border-top: 1px solid #A60;
	padding-top: 3px;
}

p.botnav a, p.botnav strong {
	font-size: xx-small;
}

li {
	margin-bottom: 0.3em;
}

.button {
	margin-top: 5px;
	background-color: #EE9A00;
	color: #FFFFFF;
	font-weight: bold;
}

.form {
	color: black;
	background-color: white;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

p.highlight {
	border: 2px solid rgb(112,130,63);
	color: black;
	background: rgb(255,255,217); 
	padding: 0.5em 1em;
}

table#honey {
	border-collapse: collapse;
	border: 2px solid rgb(112,130,63);
}

table#honey td {
	border: 1px solid rgb(112,130,63);
	line-height: normal;
	padding: 5px;
	color: black;
	background: rgb(255,255,217); 	
}

table#honey td.header {
	font-weight: bold;
	color: black;
	background: rgb(225,235,187);
}

.nowrap {
	white-space: nowrap;
}

