@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, "Times New Roman", serif;
}

html { background-color: #ffffff; }

body {
	min-height: 100%;
	font-size: 62.5%;  /* 1em = 16px therefore 16px × 62.5% = 10px*/
}

#wrapper {
	background-attachment: scroll;
	background-image: ;
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}
.hangL {
	text-indent: -.6em;
}

/* head */

#head {
	height: 260px;
	background: url(../images/head.gif) center no-repeat;
}

/* navigation */

#nav {
	font-size: 1.6em;
	line-height: 28px;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: .1em;
	text-align: left;
	vertical-align: middle;
	margin-left: 80px;
	margin-bottom: 0px;
	color: #ffffff;
}
#nav ul { 
	list-style-type: none;
}
#nav li { display: inline; }
#nav a:link, #nav a:visited {
	color: #ffffff;
	padding: 3px 3px 5px 5px;
	text-decoration: none;
	background: #693;
}
#nav a:hover, #nav a:active, #nav b {
	color: #345b0e;
	background: #8dc63f;
	padding: 3px 3px 5px 5px;
	text-decoration: none;
}
#nav b { color: #000000; }
#nav .current, #nav .current a:link, #nav .current a:visited {
	color: #ffffff;
	background: #8dc63f;
} 

/* content */

#content {
	font-size: 1.4em;
	line-height: 2.4em;
	color: #000;
	background: #8dc63f;
	padding: 20px;
	margin-left: 80px;
	margin-top: 0px;
	width: 780px;
}
#content a:link, #content a:visited, #content a:active, #content a:hover { color: #ffffff; }
#content a:link, #content a:visited { text-decoration: none; }
#content a:active, #content a:hover { text-decoration: underline; }

#content p {
	text-align: left;
	margin-bottom: 16px;
}
#content h1 {
	font-weight: bold;
	letter-spacing: .2em;
	color: #fff;
	font-size: 2em;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
#content h2 {
	font-weight: normal;
	letter-spacing: .1em;
	color: #fff;
	font-size: 1.6em;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
#content h3, #content h3 a:link, #content h3 a:visited {
	font-weight: normal;
	letter-spacing: .05em;
	color: #345b0e;
	font-size: 1.3em;
	margin-bottom: 0px;
	margin-left: 10px;
	text-transform: uppercase;
}
#content h3 a:hover, #content h3 a:active {
	text-decoration: none;
}
#content blockquote {
	margin-left: 24px;
	font-style: italic;
	font-size: 1em;
	margin-bottom: 10px;
	line-height: 1.8em;
}
blockquote a:link, blockquote a:visited { color: #345b0e; }
blockquote a:hover, blockquote a:active { color: #345b0e; text-decoration: none; }
#content small {
	font-size: .8em;
	font-style: italic;
	line-height: 1.2em;
	margin-bottom: 30px;
}
#crumb {
	font-size: .6em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	background-image: url(../images/green.png);
	background-repeat: repeat;
	text-align: left;
	color: #345b0e;
	font-weight: bold;
	letter-spacing: .25em;
	padding: 2px;
	padding-left: 8px;
	width: 40em;
	line-height: 1.8em;
	margin-left: -8px;
	margin-bottom: 10px;
}
#crumb a:link, #crumb a:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#crumb a:hover, #crumb a:active {
	text-decoration: none;
	color: #345b0e;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

/* footer */

#footer {
	background: #8dc63f;
	text-align: center;
	padding: 5px;
	margin-left: 80px;
	margin-top: 0;
	margin-bottom: 20px;
	width: 810px;
	font-size: 1em;
	color: #345b0e;
	line-height: 1.8em;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
}
#footer a:hover, #footer a:active {
	text-decoration: none;
	color: #345b0e;
}
#footer b {
	color: #000;
}
#footer em {
	color: #ffffff;
	font-weight: bold;
	font-style: normal;
}

#footer #subnav a:link, #footer #subnav a:visited {
	color: #345b0e;
}
#footer #subnav a:hover, #footer #subnav a:active {
	text-decoration: none;
	color: #345b0e;
}

.footer { width: 730px; height: 1.8em; border: none; }


img.spo { width: 360px; height: 522px; }