body {
	font-size: 75%;
	color: #383838;
	font: 1em Georgia, "lucida bright", "times new roman", serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 {
border-bottom: 5px solid #669900;
font-size: 2.1em;
color:#ffffff;
letter-spacing: 0.2em;
margin: 12px 0 2px 0;
padding-bottom: 2px;
}


h2 {
font: 20%;
font-size: 1.2em;
letter-spacing: 0.2em;
margin: 2px 0 2px 0;
padding-bottom: 2px;
}


h33 {
border-bottom: 2px solid #669900;
letter-spacing: 0.2em;
margin: 15px 0 2px 0;
padding-bottom: 2px;
}

h23 {
	font-size: 1.6em;
	margin-bottom: 0.75em;
	border-top: 1px solid #fb930b;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	color: #b5b380;
}

h3 {
	text-align:left;
	font-size: 2.2em;
	color: #7CBD3F;
	letter-spacing: 0.15em;
	margin: 0px 0 2px 0;
}

#indent {
	margin-left:1.4em;
	text-align:left;
	}

#subheader {
	font-size:1.1em;
	text-align:left;
	color: #7CBD3F;
	}

#subheader2 {
	font-size:1.1em;
	text-align:left;
	color: #0081B3;
	}

#printline {
	padding-top: 1.5em;
	margin-right:2em;
	text-align:right;
	}

/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	line-height: 1.6;
}
ul, ol      { margin:0 1.5em 1.5em 1.5em;list-style:none;padding:0;line-height: 1.6;}
ul          { list-style-type: circle;}
ol          { list-style-type: decimal; }
li			{ margin-bottom: 0.5em}

strong      { font-weight: bold; }
em   	    { font-style: italic; }




.meta p {
	font: 0.7em Arial, Helvetica, sans-serif;
	margin: 0 0 0.3em 0;
}

#crumb, #sidebar {
	font: 0.75em Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

#crumb {
	color: #fff;
}


#footer p {
	font: 0.7em Arial, Helvetica, sans-serif;
	margin: 0 0 1em 20px;
	color: #666;
}

/*            L I N K S            */

h3 a, .edit a {
	text-decoration: none;
}

a:link {
	color: #669900;
}
a:hover {
	color: #004477;
}
a:visited {
	color: #669933;
}

a:active {
	color: #004477;
}

#crumb a:link {
	color: #fff;
}

#crumb a:visited {
	color: #fff;
}

#crumb a:active {
	color: #fff;
}

#crumb a:hover {
	color: #fff;
}

#admin a:link {
	color: #fff;
}

#admin a:visited {
	color: #fff;
}

#admin a:active {
	color: #fff;
}

#admin a:hover {
	color: #eee;
}

.edit a {
	font: bold 0.85em Arial, Helvetica, sans-serif;
	color: #fff;
}

.edit a:link {
	color: #fff;
}

.edit a:visited {
	color: #fff;
}

.edit a:active {
	color: #fff;
}

.edit a:hover {
	color: #000;
}
.inlineBlue {
color:#0081B3;
}
.inlineGreen {
color:#7CBD3F;
}
