/* text formatting */
.floatright {
	float: right;
	padding-left: 1em;
	padding-right: 0.5em;
/*	clear: right;*/
}

.floatleft {
	float: left;
	padding-left: 0.5em;
	padding-right: 1em;
}

h1, h2, h3 {
	color: #5e95cb;
	margin: 1em;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.25em;
}
h3 {
	font-size: 1.1em;
}

p {
	color: #669966;
}

#footer blockquote p {
	font-style: italic;
	color: #5e95cb;
}

.emphasis {
	font-weight:bold;
	color: #5e95cb;
}

.testimonials {
	font-style: italic;
	color: #5e95cb;
	font-size: 0.85em;
}

.smaller {
	font-size: 0.85em;
}
.larger {
	font-size: larger;
}

a {
	text-decoration:none;
	color: #336633;
}

a:hover {
	color: #336600;
	text-decoration: underline;
}
#content a {
	font-weight: bold;
}

body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	color: #000;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em; 
}

#wrapper {
	width: 900px;
	border-right: 1px solid #9c6;
	border-bottom: 1px solid #9c6;
	padding: 0;
	background-color: #feffe6;
	color: #669966;
}
#header {
	margin: 0;
	padding: 0;
}

#menu {
	width: 171px;
	background-image: url(../images/menuback.jpg);
	background-position: top;
	background-repeat: no-repeat;
	float: left;
	height: 433px;
	margin-top: -3px;
}
#content {
	float: right;
	width: 725px;
}

#content p, #content table {
	margin: 1em;
	text-align:justify;
}

#footer {
	clear: both;
	background-image: url(../images/bird.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 100px;
	padding-bottom: 10px;
}

#footer blockquote {
	font-style: italic;
	font-size: 0.85em;
	color: #5e95cb;
	margin-left: 180px;
}
#footer blockquote p {
	margin-left: 0;
}

#footer p {
	margin-left: 180px;
	text-align: center;
}

#mainnav {
	padding-top: 15px;
}

#mainnav li {
	list-style-type: circle;
	padding: 0.3em;
	margin-left: -15px;
	margin-right: 10px;
}

#subnav {
	float: right;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 0.85em;
}

#subnav li {
/*	list-style-type: circle;*/
	padding: 0.1em 0.5em;
}
.listing {
	border: 1px solid #9c6;
	width: 95%;
	margin: 1em auto;
}
.siteby {
	margin-left: 175px;
	width: 725px;
	text-align:center;
	font-size: 0.85em;
}
.skiplinks {
	display: none;
}

/*CuteEditor Styles*/
.BlueHeading1{
font-size: 1.5em; color: #5e95cb; margin: 1em;
}

.BlueHeading2{
font-size: 1.25em; color: #5e95cb; margin: 1em;
}

.BlueHeading3{
font-size: 1.11em; color: #5e95cb; margin: 1em;
}

.GreenHeading1{
font-size: 1.5em; color: #669966; margin: 1em;
}

.GreenHeading2{
font-size: 1.25em; color: #669966; margin: 1em;
}

.GreenHeading3{
font-size: 1.11em; color: #669966; margin: 1em;
}

.DarkGreenHeading1{
font-size: 1.5em; color: #336600; margin: 1em;
}

.DarkGreenHeading2{
font-size: 1.25em; color: #336600; margin: 1em;
}

.DarkGreenHeading3{
font-size: 1.11em; color: #336600; margin: 1em;
}

.FooterQuote{
color: #5e95cb; font-style:italic;
}

.Testimonial{
font-style: italic;	color: #5e95cb; font-size: 0.85em;
}

.SmallerBlue{
font-size: 0.85em;color: #5e95cb;
}

.SmallerGreen{
font-size: 0.85em;color: #669966;
}

.SmallerDarkGreen{
font-size: 0.85em;color: #336600;
}

.LargerBlue{
font-size: larger;color: #5e95cb;
}

.LargerGreen{
font-size: larger;color: #669966;
}

.LargerDarkGreen{
font-size: larger;color: #336600;
}

.Blue{
color: #5e95cb;
}

.Green{
color: #669966;
}

.DarkGreen{
color: #336600;
}

.BoldBlue{
font-weight:bold;color: #5e95cb;
}

.BoldGreen{
font-weight:bold;color: #669966;
}

.BoldDarkGreen{
font-weight:bold;color: #336600;
}

.ItalicBlue{
font-style:italic; color: #5e95cb;
}

.ItalicGreen{
font-style:italic; color: #669966;
}

.ItalicDarkGreen{
font-style:italic; color: #336600;
}

.BoldItalicBlue{
color: #5e95cb; font-weight:bold; font-style:italic; 
}


.BoldItalicGreen{
color: #669966; font-weight:bold; font-style:italic; 
}


.BoldItalicDarkGreen{
color: #336600; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedItalicBlue{
color: #5e95cb; font-weight:bold; font-style:italic; text-decoration:underline;
}


.BoldUnderlinedItalicGreen{
color: #669966; font-weight:bold; font-style:italic; text-decoration:underline;
}


.BoldUnderlinedItalicDarkGreen{
color: #336600; font-weight:bold; font-style:italic; text-decoration:underline;
}

.UnderlinedBlue{
text-decoration:underline; color:#5e95cb;
}

.UnderlinedGreen{
text-decoration:underline; color:#669966;
}

.UnderlinedDarkGreen{
text-decoration:underline; color:#336600;
}

.BoldUnderlinedBlue{
text-decoration:underline; color:#5e95cb;font-weight:bold;
}

.BoldUnderlinedGreen{
text-decoration:underline; color:#669966;font-weight:bold;
}

.BoldUnderlinedDarkGreen{
text-decoration:underline; color:#336600; font-weight:bold;
}

.ItalicUnderlinedBlue{
text-decoration:underline; color:#5e95cb; font-style:italic;
}

.ItalicUnderlinedGreen{
text-decoration:underline; color:#669966; font-style:italic;
}

.ItalicUnderlinedDarkGreen{
text-decoration:underline; color:#336600; font-style:italic;
}


.NavyBlue{
color: #010080;
}

.BoldNavyBlue{
font-weight:bold;color: #010080;
}

.ItalicNavyBlue{
font-style:italic; color: #010080;
}


.UnderlinedNavyBlue{
text-decoration:underline; color:#010080;
}


.ItalicUnderlinedNavyBlue{
text-decoration:underline; color:#010080; font-style:italic;
}

.BoldUnderlinedNavyBlue{
text-decoration:underline; color:#010080; font-weight:bold;
}

.BoldItalicNavyBlue{
color: #010080; font-weight:bold; font-style:italic; 
}

.BoldUnderlinedItalicNavyBlue{
color: #010080; font-weight:bold; font-style:italic; text-decoration:underline;
}
