body {
	margin: 0px;
	padding: 0px;
	background-color: #99CC99;
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 22px;
	color: #002245;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	color: #003D7D;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: normal;
	color: #669966;
	margin-top: 35px;
	border-bottom: solid 1px #669966
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: normal;
	color: #000033;
	margin-top: 35px;
}

.importanttext {
	color: #993366
}

.picture-frame {
	border: 1px solid #666;
	padding: 7px;
	margin-bottom: 5px;
}
.picture-frame-solo {
	border: 1px solid #666;
	padding: 7px;
	margin: 0 0 15px 10px;
	
}
.alertbox {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFF99;
	padding: 5px;
	border: thin solid #990000;
	font-style: italic;
}

.sidebar-text {
	font-family: Chalkboard, "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #993366;
	line-height: 1.3em;
} 

.storytext {
	font-family: Chalkboard, "Comic Sans MS", Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-style: italic;
	color: #993366;
}

.smalltype {
	font-size: .85em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003399;
	line-height: 1.5em;
}

.text-sectionbreak {
	float: none;
	clear: both;
	width: 100%;
	height: 0px;
}

.locationtext {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000033;
	width: 350px;
}

#emailus {
	font-size: 0.8em;
}

#emailus .label {
	float: left;
	width: 20em;
	width: 350px;
	text-align: right;
	clear: left;
	margin-right: 15px;
}

#content1 ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	line-height: 1.5em;
	color: #002245;
}

#content1 li {
	margin-bottom: .2em;
}
ol {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .95em;
	line-height: 1.5em;
	color: #002245;
}

#articlewrap {
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 15px;
	background-color: white;
}

#sidebar {
	padding: 0;
	width: 400px;
	margin-top: 0;
	margin-left: 15px;
	margin-bottom: 20px;
	float: right;
}

#sidebar-small {
	padding: 0;
	width: 200px;
	margin-top: 0;
	margin-left: 15px;
	margin-bottom: 20px;
	float: right;
	
a:link {
	text-decoration: none;
	color:#3366CC;
}
a:visited {
	text-decoration: none;
	color:#6699FF;
}
a:hover {
	color:#009933;
}
a:active {
	color:#CC0000;
}

