body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	background-color: #93A6A0;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	margin: 10px 0px;
	text-align: center;

}
#container {
	position: relative;
	width: 729px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 10px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;


	}
/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
#pageHeader h1 {
	background: transparent url(../images/header.jpg) no-repeat center top;
	width: 729px;
	height: 116px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;



	}
#pageHeader h1 span {
	display:none
	}
#navigation {
	float: left;

}

#navigation ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;

}

#navigation a
{
	display: block;
	padding: 5px 0px;
	width: 197px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #666;
	background-image: url(../images/leftnavbg.gif);
	color: #666;
	text-decoration: none;
	background-repeat: repeat-y;
	height: 15px;
	text-indent: 20pt;
}


#navigation a:hover
{
	background-image: url(../images/leftnavbg_h.gif);
	color: #fff;
	background-repeat: repeat-y;

}
#memberlogin {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#tmidsection h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #B8DCD2;
	background-color: #4B9A85;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin: 0px;


}
#tmidsection p {
	font-size: 11px;
	padding-left: 10px;
	margin: 5px 0px 0px;
	padding-right: 10px;


}
#tmidsection h2 {
	font-size: 14px;
	color: #428875;
	background-color: #B8DCD2;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;

}
#tmidsection {
	text-align: left;
}

/* navigation
----------------------------------------------- */

.secnav {
	font-family: Ariel, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #534C37;
}

a.secnav:hover, .current_secnav {
	font-family: Ariel, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #534C37;
}


/* forms
----------------------------------------------- */

INPUT, OPTION, SELECT, TEXTAREA {
	color: #222222;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}



