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

/* Links */

a:link {
	color: #000;
	text-decoration: none;
	}

a:visited {
	color: #000;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: none;
	}
	
a:active {
	color: #000;
	text-decoration: none;
	}
	
.nav a:link {
        color: #ffffff;
        }

.nav a:visited {
        color: #ffffff;
        }

.nav a:hover {
        color:#5aa7a8;
        }
        
.mailto a:active {
        color: #5aa7a8;
}
        
.mailto a:link {
        color: #000000;
        text-decoration: underline;
        margin: 5px 0px 5px 0px;
        font-size: 11px;
        }

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

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

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

.mailto_small a:visited {
        color: #000000;
        text-decoration: underline;
        margin: 5px 10px 10px 10px;
        font-size: 9px;
        }

.mailto_small a:hover {
        color:#000000;
        text-decoration: underline;
        margin: 5px 10px 10px 10px;
        font-size: 9px;
        }

.mailto_small a:active {
        color: #000000;
        text-decoration: underline;
        margin: 5px 10px 10px 10px;
		font-size: 9px;
        }
        
.big_link a:link {
        font-size: 12px;
		line-height: 18px;
		margin: 15px 20px 5px 10px;
		color: #3B3839;
		text-align: left;
        text-decoration: bold;
        }

.big_link a:visited {
		font-size: 12px;
		line-height: 18px;
		margin: 15px 20px 5px 10px;
		color: #3B3839;
		text-align: left;
        text-decoration: bold;
        }

.big_link a:hover {
        font-size: 12px;
		line-height: 18px;
		margin: 15px 20px 5px 10px;
		color: #3B3839;
		text-align: left;
        text-decoration: bold;
        }

.big_link a:active {
        font-size: 12px;
		line-height: 18px;
		margin: 15px 20px 5px 10px;
		color: #3B3839;
		text-align: left;
        text-decoration: bold;
        }
        
p a:link {
        color: #000000;
        text-decoration: underline;
        }

p a:visited {
        color: #000000;
        text-decoration: underline;
        }

p a:hover {
        color:#000000;
        text-decoration: underline;
        }

p a:active {
        color: #000000;
        text-decoration: underline;
        }

/* TEXT STYLES */

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

.centered {
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	margin: 5px 10px 10px 10px;
	text-align: center;
}

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

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

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

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

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: #15646c;
	line-height: 18px;
	margin: 15px 20px 5px 10px;
	text-align: left;
}

h2 {
	font-size: 12px;
	color: #15646c;
	margin: 5px 20px 0px 10px;
	text-align: left;
}

h3 {
	font-size: 11px;
	line-height: 18px;
	margin: 15px 20px 5px 10px;
	color: #15646c;
	text-align: left;
}

h4 {
	font-size: 10px;
	margin: 5px 5px 5px 10px;
	color: #15646c;
	text-align: left;
}

/* BACKGROUNDS */

.trees {
	background: url(images/body_bg.jpg) bottom center;
}

.expanders {
	background: url(images/expander.jpg) top center repeat;
}

.footer {
	background: url(images/footer_bg.jpg) top center repeat;
}