body { 
	margin: 0; 
	padding: 0; 
	font: 14px "trebuchet ms", Verdana, Arial, Helvetica, sans-serif; 
	text-align: left; 
	color: #000000;
	background: #FFFFE8; 
	background-image:      url("../images/bkd.gif");
	background-repeat:repeat-y;
	background-position:center;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}
a:link {
	font-weight: bold;
	color: #666633;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #666633;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #666633;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #666633;
	text-decoration: underline;
}
#footer {
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 2px;
}
/* -------------------------- Navigation Styles ---------------------------------*/ 
#navigation { 
	width: 175px; 
	background: #EDEFE0; 
	color: #000000; 
	text-align: left; 
	line-height: 18px;
	letter-spacing: 2px;
}
#navigation ul { 
	margin: 0px; 
	padding: 0px; 
	list-style: none; 
} 
#navigation li { 
	list-style: none; 
	margin: 0px; 
	border-bottom: 1px groove #EDEFE0; 
} 
#navigation li a { 
	font: 14px "trebuchet ms", Verdana, Arial, Helvetica, sans-serif; 
	color: #000000; 
	text-decoration: none; 
	display: block; 
	padding:5px 15px; 
} 
html>body #navigation li a { /* for mozilla */ 
	width: auto; 
} 
#navigation li a:hover { 
	color: #666633; 
	text-decoration: none; 
} 
#Navigation a.selected, #Navigation a.selected:hover { 
	color: #333366; 
}
/*--------------Misc-----------------*/
.Wcap {
	float: left;
	width: 62px;
	font-size: 62px;
	line-height: 51px;
	font-weight: normal;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*---------- FORM STYLES -------------*/ 

#contact {
	font: 12px "trebuchet ms", Verdana, Arial, Helvetica, sans-serif; 
	border: solid #666633 1px;
}
input { 
	font-size: 12px;	color: #666633; 
	border:1px solid #666633; 
	background: #FFFFE8; 
} 
input:focus { 
	color: #000000; 
	background-color: #FFFFFF; 
} 
textarea { 
	font: 12px "trebuchet ms", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #666633; 
	border:1px solid #666633; 
	background: #FFFFE8; 
} 
textarea:focus { 
	color: #000000; 
	background-color: #FFFFFF; 
} 
select {
	font-size: 12px;
	color: #666633; 
	border:1px solid #666633; 
	background: #FFFFE8; 
} 
select:focus { 
	color: #000000; 
	background-color: #FFFFFF; 
} 
.red {
	color: #FF0000;
}