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

/* NAV */

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

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

a:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	}
	
a:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 11px;
	}
	
/* LINKS*/
        

.nav a:link {
        color: #ffffff;
        margin: 15px 10px 15px 10px;
        text-decoration: underline;
        font-size: 12px;
        text-align: center;
        }

.nav a:visited {
        color: #ffffff;
        margin: 15px 10px 15px 10px;
        text-decoration: underline;
        font-size: 12px;
        text-align: center;
        }

.nav a:hover {
        color:#ffff99;
        margin: 15px 10px 15px 10px;
        font-size: 12px;
        text-align: center;
        }

.nav a:active {
        color: #ffffff;
        margin: 15px 10px 15px 10px;
		font-size: 12px;
		text-align: center;
        }
	
.big_links a:link {
        font-size: 12px;
		margin: 5px 10px 5px 10px;
		color: #067808;
		text-align: left;
        }

.big_links a:visited {
        font-size: 12px;
		margin: 5px 10px 5px 10px;
		color: #067808;
		text-align: left;
        }

.big_links a:hover {
        font-size: 12px;
		margin: 5px 10px 5px 10px;
		color: #067808;
		text-align: left;
        }

.big_links a:active {
        font-size: 12px;
		margin: 5px 10px 5px 10px;
		color: #067808;
		text-align: left;
        }
        
.links a:link {
        font-size: 12px;
		margin: 5px 10px 5px 10px;
		color: #000000;
		text-align: left;
        }

.links a:visited {
        font-size: 12px;
		margin: 5px 10px 5px 10px;
		color: #000000;
		text-align: left;
        }

.links a:hover {
        font-size: 12px;
		margin: 5px 10px 5px 10px;
		color: #000000;
		text-align: left;
        }

.links a:active {
        font-size: 12px;
		margin: 5px 10px 5px 10px;
		color: #000000;
		text-align: left;
        }
	
/* TEXT STYLES */

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

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

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

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

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

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: 16px;
	color: #067808;
	line-height: 18px;
	margin: 5px 10px 5px 10px;
	text-align: left;
}

h2 {
	font-size: 14px;
	color: #1BC41E;
	margin: 5px 10px 5px 10px;
	text-align: left;
}

h3 {
	font-size: 12px;
	margin: 5px 10px 5px 10px;
	color: #067808;
	text-align: left;
}

h4 {
	font-size: 11px;
	color: #0000000;
	margin: 5px 15px 0px 15px;
	text-align: left;
}

h5 {
	font-size: 13px;
	color: #2B6D0F;
	margin: 15px 0 10px 10px;
	text-align: left;
	
}


/* BACKGROUNDS */

.home_bg_image {
	background: url(layout_img/index_bg.jpg) top left repeat;
}

.contact_bg_image {
	background: url(img/switchboard.jpg) top left repeat;
}

