body { 
	background-color: rgb(255, 255, 204);
	font: 11pt black; 
	font-family: sans-serif; 
	margin-left: 8%; 
	margin-right: 8%; 
	margin-top: 1em; 
	}

.silly {
	font-weight: bold;
	float:right;
	width:20%;
	display:inline;
	font-size: 120%;
	color:rgb(255, 0, 0);
	background-color: rgb(255, 204, 255);
	padding: 5px 5px 10px 5px; 
	margin-bottom: .5em; 
	margin-right: 1.5em; 
	margin-top: 10px;
	}

.piccaption {
	font-size: 80%; 
	font-family: "Times New Roman", serif; 
	font-weight: bold; 
	text-align: center; 
	margin-right: .8em;
	}

.strongem {
	font-weight: bold;
	font-style:italic;
	}

.banner {
	text-align: center;
	margin-bottom: .7em;
	}

.editorial {
	font-size: 100%;
	}

.byline {
	color: rgb(0, 153, 0);
	font-size: larger;
	font-weight: bold; 
	margin-top: 0em;
	text-align: center; 
	}

.newsletterlinks {
	margin-top: 0em;
	margin-left: 2em;
	margin-bottom: 1em;
	}

.tinybottommargin {
	margin-top: 0em;
	margin-bottom: .1em;
	margin-left: .2em;
	}

.leftcolumns2 {
	float: left; 
	display: inline; 
	width: 26%; 
	background-color: rgb(255, 255, 204); 
	padding: 15px 5px 10px 0px; 
	margin-top: .2em; 
	margin-left: .8em; 
	margin-bottom: .5em; 
	margin-right: 1.5em; 
	}

div.eventsbox { 
	float: right; 
	display: inline; 
	width: 29%; 
	background-color: rgb(255, 204, 255); 
	padding: 5px 5px 10px 5px; 
	margin-top: 10px; 
	margin-bottom: .5em; 
	margin-left: 1.5em; 
	}

div.eventsboxright { 
	float: right; 
	display: inline; 
	width: 29%; 
	background-color: rgb(255, 204, 255); 
	padding: 5px 5px 10px 5px; 
	margin-top: 20px; 
	margin-bottom: .5em; 
	margin-left: 1.5em; 
	}

div.eventsboxleft { 
	float: left; 
	display: inline; 
	width: 29%; 
	border-style: solid;
	border-width: 1px;
	background-color: rgb(255, 204, 255); 
	padding: 5px 5px 10px 5px; 
	margin-bottom: .5em; 
	margin-right: 1.5em; 
	margin-top: 30px; 
	}

.columnleft { 
	float: left; 
	display: inline; 
	width: 25%;
	background-color: rgb(204, 255, 153); 
	padding: 20px 5px 10px 5px; 
	margin-top: 0px; 
	margin-bottom: .5em; 
	margin-right: 1.5em; 
	}

.columnright { 
	float: right; 
	display: inline; 
	width: 25%;
	background-color: rgb(255, 204, 255); 
	padding: 20px 5px 10px 5px; 
	margin-top: 2em; 
	margin-bottom: .5em; 
	margin-left: 1.5em; 
	}

a:link { 
	color: rgb(0, 0, 255); 
	text-decoration: Underline; 
	}

.disappear {
	display: none;
	}
 
a:visited { 
	color: rgb(153, 0, 102); 
	text-decoration: underline; 
	}
 
a:hover { 
	color: rgb(255, 0, 0); 
	text-decoration: underline; 
	}

a.featurelink { 
	font-weight: bold; 
	font-style: italic; 
	}

a.featurelinksmall { 
	font-size: 80%; 
	font-weight: normal; 
	font-style: italic; 
	}

h.dirhead, h1, h2, h3, h4, h5 { 
	color: rgb(0, 153, 0); 
	font-family: sans-serif; 
	font-weight: bold; 
	}

h1 { 
	font-size: 1.7em; 
	text-align: center; 
	margin-bottom: .5em; 
	}

.header {
	color: rgb(0, 153, 0); 
	font-family: sans-serif; 
	font-weight: bold; 
	font-size: 2.7em; 
	text-align: center; 
	margin-bottom: .5em; 
	margin-bottom: 0; 
	}
	
blockquote {
	//font-family:serif;
	font-size:90%;
	}

h1.withlink { 
	font-size: 1.8em; 
	text-align: center; 
	margin-bottom: .1em; 
	}

h2 { 
	font-size: 1.5em; 
	text-align: left; 
	line-height: 1; 
	margin-top: 1em; 
	margin-bottom: .5em; 
	}

.center {
	text-align: center;
	}

h2.dir { 
	margin-top: .8em; 
	margin-bottom: 0em;
	}

h2.first { 
	margin-top: .7em; 
	margin-bottom: .6em; 
	}

h2.subtitle { 
	color: rgb(0, 153, 0); 
	font-weight: bold; 
	text-align: center; 
	font-size: 1.1em; 
	margin-top: 0; 
	}

h2.events { 
	text-align: center; 
	font-size: 1.7em; 
	font-style: italic;
	margin-top: .5em; 
	margin-bottom: 0; 
	}

h3 { 
	text-align: left; 
	margin-bottom: .3em; 
	margin-top: .5em; 
	margin-left: .5em; 
	font-style: italic; 
	font-size: 1.2em; 
	}

h4 { 
	text-align: left; 
	margin-bottom: .3em; 
	margin-top: .3em; 
	margin-left: .7em; 
	font-weight: bold; 
	font-size: 1em; 
	}

.reallybig {
	font-size: 300%; 
	font-weight: bold; 
	}

.note { 
	font-family: serif; 
	font-style: italic; 
	}

hr { 
	width: 100%; 
	height: 1px; 
	color: rgb(255, 0, 0); 
	clear: both; 
	}

.hrnoclear {
	width: 100%; 
	height: 1px; 
	color: rgb(255, 0, 0);
	clear: none;
	}

.centersmall {
	text-align: center; 
	font-size: smaller;
	}

.centersmallgreen {
	text-align: center; 
	color: rgb(0,153,0);
	font-size: smaller;
	}

.centersmallblue {
	text-align: center; 
	color: rgb(0,0,255);
	font-size: smaller;
	}

p { 
	margin-left: 1em; 
	margin-bottom: .6em; 
	margin-top: 0; 
	}

p.noindent {
	margin-left: 0em; 
	margin-bottom: .6em; 
	margin-top: 0; 	
	}

.lessmarginbottom {
	margin-bottom: .1em; 
	}

p.bricabrac {
	margin-left: 0em;
	}


p.disclaimer { 
	font-size: smaller; 
	text-align: center; 	
	color: rgb(255, 0, 0); 
	font-style: italic; 
	}

p.address { 
	text-indent: 5%; 
	margin: .1em; 
	font-size: larger; 
	color: rgb(0, 0, 255); 
	}

p.addresslast { 
	text-indent: 5%; 
	margin: .1em .1em .5em .1em; 
	font-size: larger; 
	color: rgb(0, 0, 255); 
	}

p.events { 
	margin-left: 1em; 
	}

p.mail { 
	font-weight: bold; 
	color: rgb(0, 153, 0); 
	margin-bottom: 1em; 
	}

p.db_label { 
	font-weight: bold; 
	color: rgb(255, 0, 0); 
	margin-bottom: 1em; 
	}

.italicgreen { 
	font-style: italic; 
	color: rgb(0, 153, 0); 
	}

ul {
	list-style-image: url(bullet6.gif); 
	margin-top: 0em; 
	}

li { 
	margin-bottom: .3em; 
	}

input[type="submit"] { 
	color: rgb(255, 0, 0); 
	font-size: large; 
	margin-top: .5em; 
	}

.submit { 
	color: rgb(255, 0, 0); 
	margin-top: .5em; 
	font-weight: bold; 
	}

.greenwords { 
	color: rgb(0, 153, 0); 
	font-weight: bold; 
	}

.greenbold { 
	color: rgb(0, 153, 0); 
	font-weight: bold; 
	}

.greenWordscentered { 
	color: rgb(0, 153, 0); 
	font-weight: bold; 
	font-style: italic; 
	text-align: center; 
	margin-bottom: 2em; 
	}

.bigtext {	
	font-weight: bold; 
	font-size: 150%; 
	}

.quotebox {	
	font-weight: bold; 
	font-size: 100%; 
	}

.quoteboxperson {	
	font-weight: bold; 
	font-size: 100%; 
	font-style: italic;
	margin-left: 1.5em; 
	}

.quoteboxright { 
	float: right; 
	display: inline; 
	width: 25%; 
	background-color: rgb(225, 225, 255); 
	border-style: solid;
	border-width: 1px;
	margin-top: 0em; 
	margin-bottom: .5em; 
	margin-left: 1em; 
	margin-right: 1.5em; 
	padding: 1em .5em .8em .5em;
	}

.quoteboxleft { 
	float: left; 
	display: inline; 
	width: 25%; 
	background-color: rgb(204, 255, 153); 
	padding: 15px 5px 10px 0px; 
	margin-top: .2em; 
	margin-left: .8em; 
	margin-bottom: .5em; 
	margin-right: 1.5em; 	
	}

.quoteboxpersonbig {	
	font-weight: bold; 
	font-size: 150%; 
	margin-left: 1.5em; 
	}

.picboxleft {
	float: left; 
	margin-top: .2em; 
	margin-left: .8em; 
	margin-bottom: .5em; 
	margin-right: 1.5em; 	
	}

.picboxright {
	float: right; 
	margin-top: .2em; 
	margin-left: 1.5em; 
	margin-bottom: .5em; 
	margin-right: .8em; 	
	}

.carlosgarden {
	float: right; 
	margin-top: .2em; 
	margin-left: 1.5em; 
	margin-bottom: .5em; 
	margin-right: .8em; 
	width: 455px; 	
	}

.smalltextright {
	font-size: smaller;
	text-align: right;
	margin-right: 1em;
	}

.smalltextleft {
	font-size: smaller;
	text-align: left;
	margin-left: 2em;
	}

.navbar { 
	text-align: center; 
	font-size: .9em; 
	}

.warning { 
	text-align: center; 
	color: rgb(255, 0, 0); 
	font-weight: bold; 
	font-style: italic;
	}

.smallertext {
	font-size: smaller; 
	}

.dateposted {
	font-size: smaller; 
	margin-top: -.5em;
	margin-left: 1.3em;
	}

.smalltextcenter {
	font-size: smaller; 
	text-align: center;
	}

.headingnameindent {
	margin-left: .4em;
	}

.headingname {
	font-size: 115%;
	font-weight: bold;
	}

.footnoteasterix {
	text-indent: -.2em; 
	float: left; 
	width: .2em; 
	}

.floatleft {
	float: left; 
	display: inline; 
	}

.floatright {
	float: right; 
	display: inline;
	}

.clear {
	clear: both; 
	line-height: 0; 
	}

.servicescell {
	width: 47%;
	empty-cells: show;
	widows: 4;
	orphans: 4;
	}

.namecell {
	width: 23%;
	empty-cells: show;
	}

.phonecell {
	width: 15%;
	empty-cells: show;
	}

.cellphonecell {
	width: 15%;
	empty-cells: show;
	}