/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* 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;
}

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

#header {
	background-color: #999999; 
	color: #003366;
	text-decoration: none;
	}
	
#sitemenu {
	background-color: #cccccc;
	color: #666666;
	text-align: center;
	line-height: 200%;
	text-decoration: none;
	}

#breadcrumbs {
	background-color: #eeeeee;
	color: #363b3f;
	font-size: 10px;
	line-height: 200%;
	text-decoration: none;
	}

#container {
	background-color: #ffffff;
	color: #000000;
	}

#introduction {
	padding-left: 3%;
	padding-right: 3%;
	padding-bottom: 20px;
	font-style: italic;
	background-color: #FFF;
	}

#pagecontents {
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 20px;
	}
	
#sitemap {
	background-color: #eeeeee;
	color: #363b3f;
	padding: 10px;
	line-height: 120%;
	text-decoration: none;
	}

#footer {
	color: #333333;
	text-align: center;
	line-height: 200%;
	}


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

.sitetitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 30px;
	margin-left: 5px;
	text-decoration: none;
	color: #003366;
	}

.sitebyline {
	color: #003366;
	margin-left: 5px;
	font-weight: bold;
	}
	
.headertext {
	text-align: right;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	}

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

.breadcrumbstext {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	}

.sitemaptitle {
	font-weight: bold;
	}

.sitemaptext {
	color: #363b3f;
	text-decoration: none;
	}
	
.footertext {
	color: #333333;
	text-decoration: none;
	}

.alpha-index {
	font-size: 24px;
	color: #666;
	}
	

.ptitle {
	text-align: left;
	font-size: 12px;
	color: #800000;
	font-weight: bold;
	}
	
.highlighted {
	color: #0000FF;
	font-size: 14px;
	font-weight: bold;
	}

.img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto 
	}

.ad-banner {
	background-color: #eeeeee;
	color: #333333;
	}

.ad-tower {
	vertical-align: top;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.image-tower {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.content-tower {
	vertical-align: top;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
	}

.tiny-pale {
	color: #666666;
	font-size: 10px;
	}

.tiny-pale-centered {
	color: #666666;
	font-size: 10px;s
	text-align: center;
	}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto 
    }
    
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*     HTML STYLES */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

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

p {
	padding-bottom: 20px;
	}

h1 {
	font-size: 22px;
	color: #0060ca;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	}

h2 {
	font-size: 18px;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 20px;
	}

h3 {
	font-size: 14px;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 20px;
	}


h4 {
	font-size: 16px;
	color: #800000;
	padding-bottom: 20px;
	}


h5 {
	font-size: 14px;
	color: #800000;
	padding-bottom: 20px;
	}


h6 {
	font-size: 12px;
	color: #800000;
	text-align: center;
	padding-bottom: 20px;
	}

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 */
