body,html{
	text-align:center;
	}

body {
	margin:0;
	padding:.5em;
	background-color:#b4cdc9;
	font-family:verdana,arial,helvetica,san-serif;
	font-size:100%;
	}

p,td,div {
	font-size:.9em;
	}

h1,h2,h3,h4 {
	color:#61786d;
	}

h1 {
	font-size: 1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}

h2 {
	font-size:.9em;
	}

h3 {
	font-size: .8em;
	}

a:link, a:visited {
	color: #61786d;
	text-decoration:none;
	}

a:hover, a:active {
	color: #444444;
	text-decoration:underline;
	}

li {
	list-style: square;
	color: #61786d;
	line-height:14px;
	}
	
#containment {	
	border:2px solid white;
	width:796px;
	min-height:506px;
	background-image:url(../images/main-bckgrnd.gif);
	background-repeat:repeat-y;
	text-align:left;
	}

#header {
	background-image:url(../images/hdr-bckgrnd.jpg);
	background-repeat:repeat-y;
	}

#logo {
	position:absolute;
	z-index: 100;
	margin: 5px 0 0 15px;
	width:118px;
	height:142px;
	}

#email_list {
	height:90px;
	background-image:url(../images/peach-hdr.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	border-bottom:2px solid #61786d;
	margin: 0 4px 0 4px;
	}

#navigation {
	height:30px;
	background-color:#957960;
	border-top:1px solid white;
	border-bottom:1px solid white;
	margin: 0 4px 0 4px;
	padding: 0;
	}
	
#maincontent {
	min-height:400px;
	border-top:3px solid #61786d;
	text-align:left;
	margin: 0 4px 0 4px;
	}

#maincontent #contain {
	margin:30px 4px 0 20px;
	width:400px;
	}

#footer {	
	background-image:url(../images/footer-bckgrnd.gif);
	background-repeat:no-repeat;
	height:34px;
	}

#copyright {
	font-size:.6em;
	color:#61786d;
	width:796px;
	text-align:left;
	padding:5px 0px 0px 0px;
	}



/******** Menu **********/
#menu {
	margin: 9px 5px 5px 145px;
	padding: 0px;
	}

#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 8em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color:white;
	list-style:none;
	}

#menu li a:link, #menu li a:visited { /* all list items */
	color:white;
	text-decoration:none;
	}

#menu li a:visited, #menu li a:hover {
	color:#ecc59b;
	}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
	}

.joinemaillist {
	float:right;
	width:180px;
	text-align:right;
	}

.joinemaillist a:link, .joinemaillist a:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:white;
	border:1px solid white;
	padding:2px 4px 2px 4px;
	margin: 0 5px 0 0;
	text-decoration:none;
	background-color: #a89078;
	}

.joinemaillist a:hover, .joinemailist a:active {
	color: #ecc59b;
	background-color: #a89078;
	}

.tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#61786d;
	font-weight:normal;
	font-style:italic;
	text-align:right;
	padding:5px 15px 5px 5px;
	}

.border {
	border:1px solid #61786d;
	margin:10px 10px 5px 5px;
	}

.borderlarge {
	border:3px solid #61786d;
	margin:10px 10px 5px 5px;
	}