html,body {
	margin: 0;
	padding: 0
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}
body {
	background-image: none;
}

input{
	background-color: #fff5dc;
	border: 1px solid #1c7549;
}
textarea{
	background-color: #fff5dc;
	border: 1px solid #1c7549;
	
}

div#header {
	height: 66px;
	margin: 0;
	padding-left: 10px;
	background: url(images/nav/header.jpg) no-repeat;
}
div#subhead {
	height: 19px;
	background: #c11676 url(images/nav/subhead.jpg) no-repeat;
	width: 750px;
	color: #ffe9ad;
	padding: 4px 4px 0 6px;
	font: 10px Verdana, Lucida, "Lucida Grande", sans-serif;
}
div#subhead a{
	font-size: 10px;
	text-decoration: none;
	padding: 3px 3px 6px;
	color: #ffe9ad;
}

div#subhead a:hover{
	font-size: 10px;
	text-decoration: none;
	color: #ffe9ad;
	padding: 3px 3px 6px;
	background-color: #6e0c43;
}

div#wrapper{
	float: right;
	width: 525px;
}

div#title {
	float: right;
	width: 525px;
	clear: right;
	height: 48px;
	background-image: url(images/nav/title.jpg);
	padding-top: 22px;
}

div#navigation {
	float: left;
	width: 177px;
	height: 292px;
	color: #ffe9ad;
	padding: 6px 28px 6px 6px;
	background: #1d7342 url(images/nav/nav.jpg) no-repeat;
	clear: left;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

div#container {
		width: 760px;
		text-align: left;
	background-image: url(images/nav/mainbg.jpg);
}

#flashcontent{ width: 120px; height: 240px; float: right; margin: 5px; padding: 5px; }

.banner{ 
	width: 236px; 
	height: 240px; 
	background: url("images/note.png") no-repeat center top; 
	margin: 0 auto;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 40px;
}
.banner h3{
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.banner a{
	font-family: Georgia, "Times New Roman", Times, serif;
}
#square_banner{ width: 190px; height: 200px; background: url("images/starburst2.png") no-repeat; margin: 5px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
}
#square_banner h2{
	font-size: 18px;	
}
div#extra {
	background: #FF8539
}

div#footer {
	color: #FFF;
	width: 500px;
	height: 21px;
	font: 10px Verdana, "Lucida Grande", Lucida, sans-serif;
	padding: 6px 0 0 9px;
	background: url(images/nav/footer.jpg) no-repeat;
}
div#footer a{
    color: #fff;
	text-decoration: none;
	padding: 5px 3px 7px 2px;
}

div#footer a:hover{
		color: #ffe9ad;
	text-decoration: none;
	padding: 5px 3px 7px 2px;
	background-color: #6e0c43;
}

div#content {
	float: right;
	width: 480px;
	padding: 4px 34px 4px 4px;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
}

div#extra {
	float: left;
	clear: left;
	width: 200px
}

div#footer {
	clear: both;
	width: 100%
}
#memnav a{
 	font-size: 15px;
	font-weight: bold;
	background-color: #c11676;
	color: #fff;
	text-decoration: none;
	padding: 3px;
	}
#memnav a:hover{
	font-size: 15px;
	font-weight: bold;
	background-color: #4ab855;
	color: #fff;
	text-decoration: none;
	padding: 3px;

	}
.left{
	float: left;
	margin-right: 5px;
}
.right{
	float: right;
	margin-left: 10px;
}
.clear{
	clear: both;
}
.col-3{
	width: 33%;
}
.cutline{
	font-size: x-small;
	font-style: italic;
}
