/* CSS Document */
/* Content styles */

/*  Liz's Custom Text Styles */
html, body {
	font-size: 95%;}

h1 {
	color: #339933;
	margin: 0.5em 1.5em;
	font-weight: bold;
	font-size: 108%;
	}
	
h2 {
	color: #336699;
	margin: 0.5em 2em;
	font-size: 100%;
	font-weight: bold;
	}
	
h3 {
	color: #339933;
	font-size: 93%;
	font-weight: bold;
	margin: 0.5em 2.5em;
	}
	
h4 {
	color: #336699;
	font-size: 93%;
	font-weight: bold;
	margin: 0.5em 3em;
	}

p {
	line-height: 1.5em;
	margin: 0em 3em;
	padding: 0px;
	padding-bottom: 1em;
	text-color: #000;
	font-size: 93%; }

blockquote {
	margin: .5em 2em;
	padding: 0;
}

a {
	color: #336699;
	}

a:hover {
	color:#99FF00;
	}

a:visited {
	color: #339933;
	}

ul {
	line-height: 1.5em;
	margin-bottom:1em;
	margin-left: 3em;
}

li {
	list-style-type: circle;
	font-size: 93%;
	margin: 0.25em 2em;
	}

.footertext { 
	color: #6699cc; 
	margin: 1em 0 1em 0px;
	padding: 1em;
	font-size: 90%;
	text-align:center;
	}
	
.sidebar {
	margin: .85em;
	font-size: 77%;
	padding:0px;
	}
	
.side_headline {
	color: #339933;
	font-weight: bold;
	}
	
.byline {
	font-size: 77%;
	margin: .85em;
	}
	
.front_text {
	margin: 0px 40px;
	}