@charset "UTF-8";
a:link {
	color: #006600;
}
a:visited {
	color: #0033FF;
	text-decoration: none;
}
body {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #7ba158;
	margin: 0px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center;
	height: 100%;
}
.oneColFixCtrHdr #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px 0px 0px 0px;
	height: 100%;
}
.oneColFixCtrHdr #header {
	background: #ffffff;
	padding: 0px 0px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #subhead {
	background: #ffffff;
	padding: 0px 20px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px 0px 0px 0px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px 0px 0px 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0;
}
.oneColFixCtrHdr #mainContent {
	margin: 0px 0px 0px 0px
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px 10px 20px;
	width: 550px;
	vertical-align: top;
}
.oneColFixCtrHdr #sidebar {
	background: #ffffff;
	padding: 5px 20px 0px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 10px 0px 0px 0px;
	float: right;
	width: 190px;
}
.story {	margin: 0px 0px 0px 0px
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 15px 0px;
	width: 550px;
	vertical-align: top;
	border-top: 1px;
	border-top-color: #006600;
	border-top-style: dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}

.footer {
	text-align: center;
	font-size: 10px;	
}
.storyfoot {
	font-style: italic;
	color: #006600;
	right: auto;
	position: relative;
	float: right;
	text-align: right;
	width: 100%;
	font-size: 10px;
	margin-bottom: 15px;
	vertical-align: text-bottom;
}
.storyhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.storydate {
	font-style: italic;
	font-weight: normal;
	text-align: right;
	float: none;
	position: relative;
	bottom: -20px;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.photo {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px;
}

.oneColFixCtrHdr #container #sidebar ul {
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 22px;
}
.oneColFixCtrHdr #container #sidebar li {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: 006600;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	list-style-type: none;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-left: 4px;
}
.oneColFixCtrHdr #container #sidebar a:link {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 006600;
	text-decoration: none;
	
	
}

.oneColFixCtrHdr #container #sidebar a:visited {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: 006600;
	text-decoration: none;
	
	}

.oneColFixCtrHdr #container #sidebar a:hover {
	text-decoration: underline;
}
.photoleft {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.photoright {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
