body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, helvetica, sans-serif;
	background-color: #c4df9a;
}

/* NAV */

a:link {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	}

a:visited {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	}

a:hover {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	}
	
a:active {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	}
	
/* LINKS*/
        
.mailto_small a:link {
        color: #000000;
        line-height: 12px;
        text-decoration: underline;
        margin: 0px 5px 0px 5px;
        font-size: 9px;
		text-align: right;
        }

.mailto_small a:visited {
        color: #000000;
        line-height: 12px;
        text-decoration: underline;
        margin: 0px 5px 0px 5px;
        font-size: 9px;
		text-align: right;
        }

.mailto_small a:hover {
        color:#000000;
        line-height: 12px;
        text-decoration: underline;
        margin: 0px 5px 0px 5px;
        font-size: 9px;
		text-align: right;
        }

.mailto_small a:active {
        color: #000000;
        line-height: 12px;
        text-decoration: underline;
        margin: 0px 5px 0px 5px;
		font-size: 9px;
		text-align: right;
        }
        
.mailto a:link {
        color: #000000;
        margin: 5px 0 5px 5px;
        text-decoration: underline;
        font-size: 11px;
        }

.mailto a:visited {
        color: #000000;
        margin: 5px 0 5px 5px;
        text-decoration: underline;
        font-size: 11px;
        }

.mailto a:hover {
        color:#000000;
        margin: 5px 0 5px 5px;
        font-size: 11px;
        }

.mailto a:active {
        color: #000000;
        margin: 5px 0 5px 5px;
		font-size: 11px;
        }
        
.staff_link a:link {
        color: #ffffff;
        margin: 0px 0 0 0px;
        text-decoration: underline;
        font-size: 11px;
        text-align: right;
        }

.staff_link a:visited {
        color: #ffffff;
        margin: 0px 0 0px 0px;
        text-decoration: underline;
        font-size: 11px;
        text-align: right;
        }

.staff_link a:hover {
        color:#ffffff;
        margin: 0px 0 0px 0px;
        text-decoration: underline;
        font-size: 11px;
        text-align: right;
        }

.staff_link a:active {
        color: #ffffff;
        margin: 0px 0 0px 0px;
        text-decoration: underline;
		font-size: 11px;
		text-align: right;
        }
	
/* TEXT STYLES */

p {
	font-size: 11px;
	
	line-height: 18px;
	color: #000;
	margin: 0px 5px 0px 0px;
	text-align: left;
}

.body {
	font-size: 11px;
	line-height: 18px;
	color: #000;
	margin: 5px 10px 5px 10px;
	text-align: left;
}

.bottom {
	position: bottom;
}

.body_white {
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	0px 0 0px 0px;
	text-align: left;
}

.small_copy {
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	margin: 0px 10px 0px 10px;
	text-align: center;
}

.copyright {
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	margin: 0px 5px 0px 5px;
	text-align: left;
}

.copyright_two {
	font-size: 9px;
	line-height: 12px;
	color: #000000;
	margin: 5px 15px 5px 15px;
	text-align: left;
}

.copyright_white {
	font-size: 9px;
	line-height: 12px;
	color: #ffffff;
	margin: 5px 10px 15px 10px;
	text-align: center;
}

.trend_text {
	font-size: 10px;
	line-height: 11px;
	color: #000000;
	margin: 5px 10px 15px 10px;
}

.trend_white {
	font-size: 10px;
	line-height: 14px;
	color: #ffffff;
	margin: 5px 10px 15px 10px;
}

ul {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style-type: none;
	}

li	{
	font-size: 11px;
	line-height: 12px;
	color: #000000;
	margin: 5px 5px 10px 10px;
	text-align: left;
	}

h1 {
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	15px 20px 10px 20px;
	text-align: left;
}

h2 {
	font-size: 15px;
	color: #036502;
	margin: 5px 0 10px 10px;
	text-align: left;
}

h3 {
	font-size: 15px;
	margin: 0 0 0px 0px;
	color: #036502;
	text-align: left;
}

h4 {
	font-size: 14px;
	color: #036502;
	margin: 5px 0 15px 10px;
	text-align: left;
}

h5 {
	font-size: 9px;
	color: #000000;
	margin: 10px 0px 10px 0px;
	text-align: center;
	
}


/* BACKGROUNDS */

.expanders {
	background: url(layout_img/left_border.jpg) top center repeat;
}

