/* sitewide styles  ---------------------------------------------------- */

body
{
	color: #222;
	font-family: "Lucida Grande", LucidaGrande, Lucida, Verdana, Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 10px 0 10px 0;
	background-color: #e7e7e7;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	padding-bottom: 3px;
	border-bottom: 2px solid;
	color: #3f3f3f;
}

table#nav td {
	text-transform: lowercase;
	text-align: center;
}

td#title {
	border-top: 1px solid #a0a080;
	border-left: 1px solid #a0a080;
	border-right: 1px solid #a0a080;	
	font-size:1.2em;
	background-color: #b2c8c0;
	font-weight: bold;
	letter-spacing: .1em;
	padding: 30px 10px 30px 10px;
}

td#nav3, td#nav4, td#nav5 {
	border-top: 1px dotted #a0a080;
	border-bottom: 1px dotted #a0a080;
	background-color: #fff;	
	font-size: 0.7em;
	text-decoration: none;
	padding: 7px 0 7px 0;
}

td#nav3 {
	border-left: 1px solid #a0a080;
	border-right: 0px;
}

td#nav5 {
	border-right: 1px solid #a0a080;	
	
}

td#nav3 a, td#nav4 a, td#nav5 a {
	text-decoration: none;
}

table#content {
	border-left: 1px solid #a0a080;
	border-right: 1px solid #a0a080;	
	background: white;
	font-size: 0.8em;
	line-height: 1.7em;
}


td#text {
	text-align: left;
	vertical-align: top;
	padding: 35px 0 70px 0;
}

td#text p, h1 {	
	margin-right: 50px;
	margin-left: 50px;
}

td#picture {
	text-align: right;
	padding: 50px 0 70px 0;
	vertical-align: top;
}

table#footer {
	border-left: 1px solid #a0a080;
	border-right: 1px solid #a0a080;	
	border-bottom: 1px solid #a0a080;	
	border-top: 1px dotted #a0a080;
	background-color: #b2c8c0;
	font-size: 0.6em;
	text-align: center;
	padding: 10px;
}

td#title a:link {
	text-decoration: none;
	color: #222;
}

td#title a:hover
{
	text-decoration: underline;
	color: #666666;
	background: transparent;
}

td#title a:visited {
	text-decoration: none;
	color: #222;
}

a:link
{
	color: #AB2821;
	text-decoration: none;
}

a:visited
{
	color: #AB2821;
	text-decoration: none;
}

a:hover
{
	color: #666666;
	text-decoration: none;
}

a:active
{
	color: #666666;
	text-decoration: none;
}

p#cpttext {
	font-size: .8em;
	line-height: 1.1em;
	font-style: italic;
}

p#cptpic {
	font-size: .8em;
	line-height: 1.1em;
	font-style: italic;
	margin-left: 80px;
	text-align: left;
}

.cptnpic {
	font-size: .85em;
	line-height: 1.15em;
	font-style: italic;
	margin-left: 80px;
	text-align: left;
}

.cptntext {
	font-size: .85em;
	line-height: 1.15em;
	font-style: italic;
}



