/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* RESET PORTION OF THE STYLE SHEET */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	text-align: left;
}

a:link {color:#000000}      /* unvisited link */
a:visited {color:#000000}  /* visited link */
a:hover {color:#000000}  /* mouse over link */
a:active {color:#000000}  /* selected link */


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* DIVS THAT APPEAR ON ALMOST EVERY PAGE */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


#header {
	background-color: #204d0a;
	color: #ffffff;
	text-decoration: none;
	text-align: left;
	}
	
#sitemenu {
	background-color: #333333;
	text-align: center;
	line-height: 200%;
	padding-right: 5px;
	text-decoration: none;
	color: #eeeeee;
	font-size: 14px;
	}

#breadcrumbs {
	background-color: #eeeeee;
	color: #333333;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 3px;
	line-height: 140%;
	text-decoration: none;
	}

#container {
	background-color: #ffffff;
	color: #000000;
	padding: 0px;
	}
	
#introduction {
	font-style: italic;
	padding-top: 0px;
	padding-right: 3%;
	padding-bottom: 20px;
	padding-left: 3%;
	text-align: left;
	}

#pagecontentswide {
	margin: auto;
	padding-bottom: 20px;
	}

#pagecontents {
	max-width:700px;
	margin: auto;
	padding-right: 10%;
	padding-left: 10%;
	padding-bottom: 20px;
	}


#sitemap {
	background-color: #eeeeee;
	font-size: 12px;
	color: #363b3f;
	white-space: normal;
	padding: 5px;
	line-height: 120%;
	text-decoration: none;
	}
	
#footer {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* HTML STYLES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	line-height: 120%;
	background-color: #333333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #eeeeee;
}

h1 {
	font-size: 24px;
	text-align: center;
	color: #C00;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 18px;
	padding-bottom: 20px;
	color: #525c77;
}

h3 { font-size: 16px; }

h4 { font-size: 14px; }

p { padding-bottom: 20px; }


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* CLASS STYLES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */


img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	
.headerlinks {
	text-align: right;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
}

.sitemaptitle {
	font-weight: bold;
	font-variant: small-caps;
}

.white12 {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}


.white14 {
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}
.white36 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	margin-left: 5px;
	text-decoration: none;
	color: #ffffff;
}

.charcoal10 {
	font-size: 10px;
	text-decoration: none;
	color: #363b3f;
	}

.black14 {
	font-size: 14px;
	color: #000000;
	}

.alpha-index {
	font-size: 24px;
	color: #666;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	}

.sitemenutext {
	font-size: 14px;
	color: #eeeeee;
	text-decoration: none;
	line-height: 200%;
	}

.breadcrumbstext {
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	}
	
.introduction {
	font-style: italic;
	}

.sitemaptext {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
