html , body{
	margin: 0px 0px 1px;
	padding: 0px;
	min-height: 100%;
	background: url(../images/bckgd.jpg);
	font: 12px Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 5px 25px;
	padding: 0px;
}
#wrapper {
	margin: 0px auto;
	width: 820px;
}
#wrapper #header{
	background: url(../images/header.png) no-repeat;
	height: 226px;
	position: relative;
}
#wrapper #navbar {
	background: url(../images/navbar.png) no-repeat;
	height: 30px;
	padding-left: 20px;
}
#wrapper #navbar a {
	text-decoration: none;
	padding: 0px 7px;
	color: #ffda00;
	font-size: 16px;
	float: left;
	margin-top: 6px;
}
#wrapper #navbar a:hover {
	color: #FFF;
}
#wrapper .top_content {
	background: url(../images/top_content.png) no-repeat bottom;
	height: 20px;
}
#wrapper .content {
	background: url(../images/fill_content.png) repeat-y;
	padding: 20px 20px 0px;
	overflow: hidden;
}
#wrapper .bot_content {
	background: url(../images/bot_content.png) no-repeat top;
	height: 20px;
}
.content .top_body {
	background: url(../images/top_body.jpg) no-repeat bottom;
	height: 30px;
	width: 500px;
}
.content .fill_body {
	background: url(../images/fill_body.jpg) repeat-y;
	width: 500px;
	overflow: hidden;
}
.content .fill_body p {
	font-size: 14px;
}
.content .bot_body {
	height: 20px;
	width: 500px;
	background: url(../images/bot_body.jpg) no-repeat;
}
.content .fltlft {
	float: left;
	width: 500px;
}
.content .fltrt  {
	float: right;
	width: 250px;
	padding: 10px;
	text-align: center;
	font-style: italic;
	font-size: 14px;
}
.content .fltrt h3 {
	margin: 0px;
	padding: 10px 0px 0px;
}
.content .fltrt p {
	margin: 0px;
	padding: 0px 0px 10px;
}
.formbox {
	width: 310px;
	border: 1px solid #000;
	padding: 3px;
}
.helv12red {
	color: #F00;
	font-weight: bold;
}
.peach_block {
	padding: 15px;
	background: #CF9A47;
	clear: both;
	margin-top: 10px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 775px;
}
.peach_block a {
	color: #036;
}
.peach_block p {
	margin-bottom: 10px;
}
.cal_list {
	width: 275px;
	float: left;
}
.cal_list h1 {
	font-size: 20px;
	text-transform: uppercase;
	color: #036;
	margin: 0px 0px 5px;
	padding: 0px;
	border-bottom: 1px dotted #666;
}
.cal_list h4 {
	padding:0;
	font-variant: small-caps;
	margin: 0px;
}
.cal_list p {
	padding:0;
	margin:5px 0 0;
}
.today {
	border: 1px dotted #036;
	padding: 5px;
	background: #F2F1F1;
}
#header #header_ztop img {
	z-index: 50;
	position: absolute;
	left: 12px;
	top: 13px;
	overflow: hidden;
	height: 213px;
}
div.cf_wrapper
{
	position: absolute;
	height: 213px;
	width: 796px;
	overflow: hidden;
	top: 13px;
	left: 12px;
}

div.cf_element
{
	background-color: #eee;
	overflow: hidden;
}

/* ---- Menu Section ---- */
.shadetabs{
	padding: 3px 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	margin: 0px 0px 10px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.shadetabs li{
	display: inline;
	padding: 3px;
}
.shadetabs li a{
	text-decoration: none;
	border: 1px solid #000;
	position: relative;
	z-index: 1;
	padding: 3px 10px;
	color: #666;
	font-size: 14px;
}
.shadetabs li a:hover{
	color: #903;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: #000;
}
.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
	color: #903;
}
.tabcontent{
	display:none;
	padding: 15px;
	text-align: center;
}
.tabcontent p {
	margin-bottom: 10px;
}
.tabcontent h3 {
	color: #903;
}
.tabcontent h4 {
	margin: 0px;
	padding: 0px;
}
