/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:25px 0px;
	padding:0px;
	text-align:center;
	background: #F3F3F3;
	color: #666666;
}
p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 6px;
}
ul {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 6px;
}
li {
	list-style: square;
}
h1 {
	font-weight: normal;
	color: #8C3642;
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 12px;
}
h2 {
	font-weight: normal;
	color: #747F4A;
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 8px;
}
h3 {
	font-weight: normal;
	color: #8C3642;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 4px;
}
h4 {
	font-weight: normal;
	color: #747F4A;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 3px;
}
h5 {
	font-weight: normal;
	color: #8C3642;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 2px;
	font-style: italic;
}
strong {
	color: #333333;
	font-weight: normal;
}



a:link {
	color: #719700;
	text-decoration: none;
	border-bottom: 1px solid #D9D9D9;
}
a:visited {
	color: #719700;
	border-bottom: 1px solid #D9D9D9;
	text-decoration: none;
}
a:hover {
	color: #8EBB00;
	border-bottom: 1px solid #8EBB00;
	text-decoration: none;
}
a:active {
	color: #B43048;
	border-bottom: 1px solid #B43048;
	text-decoration: none;
}



#masthead {
	width:688px;
	margin:0px auto;
	background-image:  url(images/floor.gif);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-bottom: 0px;
}
#masthead, a:link, a:visited, a:hover, a:active {
	border: none;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}



#mainnav {
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background: #656565;
	border-top: 1px solid #878787;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainnav ul {
	display: inline;
	list-style: none;
	background: #656565;
	margin: 0px;
	padding: 5px 0px;
	border-right: 1px solid #878787;
}
#mainnav li {
	padding: 0px;
	margin: 0px;
	display: inline;
}
#mainnav a {
	background: #656565;
	color: #CCCCCC;	
	padding: 5px 10px;
	text-decoration: none;
	border-left: 1px solid #878787;
	border-top: 1px solid #878787;
	border-right: none;
	border-bottom: none;
}
#mainnav a:visited {
	background: #656565;
	color: #CCCCCC;
}
#mainnav a:hover {
	background: #D3E981;
	color: #656565;
}
#mainnav a:active {
	background: #8C3642;
	color: #FFFFFF;
}



#content {
	width:688px;
	margin:0px auto;
	text-align:left;
	background-image:  url(images/floor2.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	font-size: 12px;
	line-height: 20px;
}
#pagearea {
	padding: 20px 40px;
}



#sidebar {
	padding: 20px;
	margin-top: 16px;
	margin-bottom: 20px;
	margin-left: 20px;
	background: #FCF2EA;
	float: right;
	width: 160px;
	border: 1px solid #CCCCCC;
}
#sidebar p {
	padding: 0px;
	margin: 0px;
}



#footer {
	text-align: center;
	margin: 0px auto;
	background: #F8F8F8 url(images/floor3.gif) no-repeat 0px bottom;
	width: 688px;
	padding-bottom: 10px;
}
#foot_txt {	
	font: 12px;
	border-top: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#footer p {
	margin: 0px;
	padding: 0px 130px 0px 0px;
	line-height: 18px;
	font-size: 12px;
	color: #808080;
	text-align: right;
}



.staffprofile {
	background: #F8F8F8;
	padding: 5px 15px 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	clear: both;
}
.staffprofile img {
	border: 1px solid #CCCCCC;
	float: left;
	background: #FFFFFF;
	padding: 10px;
	margin-right: 15px;
}
.forms {
	background: #F3F3F3;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
}
.fees {
	background: #F3F3F3;
	border-top: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
}
.fees td {
	border-bottom: 1px solid #D9D9D9;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	padding: 6px 10px;
}
.fees p {
	line-height: 16px;
	margin: 0px 0px 4px;
}
