/*
lt rasp - da879a
raspberry - b50f36 (picked off napkin stitching)
darker green - 004929 (picked off paper placemat)
greener green - 1b6c1b
lily orange - f4c85e
peachy cream - fff0cc
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	background: #004929 url('images/bg.jpg') repeat-x top;
	margin: 0;
	padding: 0;
	color: #000;
	}

#wrap, #content, #foot, #head {
	width: 970px;
	margin: 0px auto;
	}

#wrap {
	background: #fff url(images/contentbg.jpg) no-repeat top center;
	padding: 0;
	padding-top: 50px;
	margin-bottom: 12px;
	}

#head {
	background: url(images/masthead.jpg) no-repeat top center;
	height: 186px;
	}

#nav {
	height: 28px;
	background: url(images/navbg.jpg) no-repeat bottom center;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0;
	padding-top: 7px;
	margin: 0;
	text-align: center;
	overflow: hidden;
	}
	
#foot {
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	background: url(images/bottombg.jpg) no-repeat bottom center;
	font-size: 11px;
	padding: 24px 0 12px 0;
	text-align: center;
	}

body#print #content {
	width: 590px;
	}
	
#content img {
	background: #f4c85e;
	padding: 1px;
	border: 6px solid #1b6c1b;
	margin-bottom: 4px;
	}

a {
	font-weight: bold;
	text-decoration: underline;
	}

a:link {
	color: #1b6c1b;
	}

a:visited {
	color: #004929;
	}

a:hover, a:active {
	color: #b50f36;
	}

a.img {
	border: none;
	text-decoration: none;
	}
	
#addy {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	font-size: 18px;
	}

#nav a {
	font-weight: normal;
	margin: 0;
	padding: 8px;
	color: #1b6c1b;
	text-decoration: none;
	}

#nav a:hover, #nav a:active {
	background: #1b6c1b;
	color: #f4c85e;
	}

#content p {
	margin: 16px 32px;
	margin-top: 0;
	padding: 0;
	line-height: 130%;
	font-size: 15px;
	}

#content td p {
	font-size: 13px;
	}

body#print #content td p {
	margin: 16px;
	font-size: 12px;
	}
	
#foot p {
	margin: 0;
	margin-top: 8px;
	}

blockquote {
	background: #fff0cc url(images/bqtopleft.gif) no-repeat top left;
	padding: 0;
	margin: 24px 84px;
	}

blockquote p {
	padding: 16px !important;
	margin: 0 !important;
	background: url(images/bqbottomright.gif) no-repeat bottom right;
	font-size: 17px;
	font-style: italic;
	color: #004929;
	}
	
#content div {
	margin: 0 16px;
	}

#content table {
	width: 90%;
	margin: 0 auto 24px auto;
	}

body#print #content table {
	width: 100%;
	}
	
h1, h2, h3, h4 {
	margin-top: 0;
	margin-left: 16px;
	margin-right: 16px;
	color: #004929;
	text-align: center;
	}
	
h1 {
	margin: 0 0 12px 0;
	font-size: 36px;
	font-style: italic;
	}

h2 {
	color: #1b6c1b;
	font-size: 26px;
	margin-bottom: 12px;
	}

h3 {
	font-size: 20px;
	margin-bottom: 4px;
	text-transform: uppercase;
	}

h4 {
	font-weight: normal;
	font-size: 17px;
	margin-bottom: 12px;
	font-style: italic;
	}

.normal {
	font-weight: normal;
	color: #004929;
	}
	
b, .item {
	color: #1b6c1b;
	}
	
.item {
	font-weight: bold;
	font-size: 110%;
	}

#foot b {
	color: #b50f36;
	text-transform: uppercase;
	}
	
small {
	font-size: 90%;
	font-style: italic;
	}

ul {
	margin-bottom: 16px;
	margin-left: 16px;
	}
	
li {
	font-size: 120%;
	font-style: italic;
	line-height: 150%;
	list-style-type: square;
	padding-bottom: 2px;
	}
	
.left {
	margin-right: 24px;
	margin-left: 16px;
	float: left;
	}

.right {
	margin-left: 24px;
	margin-right: 16px;
	float: right;
	}

.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
	}
	
center {
	margin: 24px 0;
	}
	
hr {
	border: none;
	margin: 0;
	padding: 0;
	clear: both;
	}

img.plain {
	background: none !important;
	padding: 0 !important;
	border: none !important;
	}