@charset "utf-8";
/* CSS Document */

#content {
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: left;
}

#content p {
	margin-top: 1em;
	margin-bottom: 1em;
}

#content_left, #content_right, #content_col2, #content_col3 {
	color: #4f8636;
}

#content_col2 {
	/*font-size: 10px;*/
}

.page_title {
	color: #4f8636;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}

/* CUSTOM FONT STUFF */
.font_scripty {
	color:#FFFFFF;
	font-family: Georgia;
	font-size: 14px;
	/*font-style: italic;*/
	font-weight: normal;
	text-align: left;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
}

/* COLOR CHOICES */
.txtorange { color: #f06526; }
.txtlightorange { color: #fbd8c9; }
.txtmidorange { color: #f2b99c; }
.txtred { color: #b22413; }
.txtpurple { color: #73005e; }
.txtblue { color: #00a5c1; }
.txtgreen { color: #008b67; }
.txtbrown { color: #695843; }
.txtyellow { color: #f9a32c; }
.txtgrey { color: #ababab; }
.txtblack { color: #000; }
.txtteal { color: #005d81; }
.txtwhite { color: #fff; }

.txtblack a, .txtblack a:link, .txtblack a:visited {
	color: #f06526;
}

.txtblack a:hover {
	text-decoration: underline;
}


/* FONT SIZING */
h1 { margin-top: 0; }
h2 { margin-top: -15px; padding-top: 0; }
h3 { margin-top: 0; margin-bottom: 5px; padding-top: 0; }
h4 { }
h5 { }
h6 { }


/* SPECIFICS */
.monthname {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
}

.monthname span {
	padding-left: 25px;
	padding-right: 25px;
}
