/* CSS Document */
body {
	background-color: #F1F0DE;
	background-image: url(assets/images/bk.gif);
}
/* the font styles for the text */
.section_headings {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #2D4E44;
	line-height: 30px;
}	
.smalltext {
	font-size: 9px;
	line-height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 12px;
}

.italc_paragraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}

.quote {
	font-size: 14px;
	line-height: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #2D4E44;
}

h1 {
	font-size: 18px;
	color: #2D4E44;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

h2 {font-size: 12px;
	color: #FD741C;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 10px;
}

h3 {font-size: 10px;
	line-height: 11px;
}

h4 {font-size: 1px;
	line-height: 1px;
}


.body_copy {font-family:verdana,arial,helvetica,sans-serif;color: #333333; font-size: 10px; line-height:16px;}

p,h3,h4,ul,ol,li,div,span,blockquote,body,table,td {
font-family:verdana,arial,helvetica,sans-serif;
 }
 
 /*the styles links */
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
 
 .footerNAV, .footerNAV a:link {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}

.footerNAV a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footerNAV a:hover {
	text-decoration: underline;
	}
.footerNAV a:active {
	text-decoration: none;
 }
 
 /* the color and border class selectors */

.maincolor {
	background-color: #EBF1EF;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.colorleft {
background-color: #FFFFFF;
border-right: 1px solid #999999;
border-top: 1px solid #999999;
}


.rightbordergray {
background-color: #FFFFFF;
border-right: 1px solid #999999;
}

.colorbottom {
background-color: #FFFFFF;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
}

.borderleft {
	background-image: url(assets/images/border_left.gif);
	background-repeat: repeat;
}

.borderright {
	background-image: url(assets/images/border_right.gif);
	background-repeat: repeat;
}

.borderbottom {
	background-image: url(assets/images/border_bottom.gif);
	background-repeat: repeat;
}

.bordertop {
	background-image: url(assets/images/border_top.gif);
	background-repeat: repeat;
}

.footerbackground {
	background-image: url(assets/images/grass_footer.jpg);
	background-repeat: no-repeat;
}

/*the styles for the content DIVs */
#left {
padding: 10px 10px 10px 10px;
}

#main {
padding: 10px 20px 20px 20px;
}

/* the body element styles */

body {margin: 30px;}

/* floating elements */

.picright {
float: right;
padding: 10px;
}
.picleft {
float: left;
padding: 10px;
}
