﻿@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #b5dccd;
	font-family: Arial, Helvetica, sans-serif; /*This sets the general font style*/
	color: 663763;
}
/*This contains the ETC Web pages and sets the width*/
#wrapper {
	width: 980px;
	background: #fff;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*This controls the banner or header*/
#header {
	margin: 0px;
	padding: 0px;
	height: 171px;
	width: 980px;
	background-image: url("../images/banner.jpg");
}
/*This controls the navigation*/
#navigation {
	background-color: #b5dccd;
	text-align: left;
	height: 27px;
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	color: #662360;
	font-size: 17px;
	font-weight: bold;
	padding-top: 5px;
	margin: 0px;
	padding-right: 0px;
	padding-left: 34px;
	background-image: url("../images/nav_background.gif");
	background-repeat: repeat-y;
}
/*This is the special navigation link style*/
#navigation a:link, #navigation a:visited{
	color: #662360;
	text-decoration: none;
}
#navigation a:hover, #navigation a.current{
	color: #000;
	text-decoration: none;
}
/*This is the general link style*/
a:link {text-decoration: underline; color: #662360;}
a:visited {text-decoration: underline; color: #662360;}
a:active {text-decoration: underline; color: #000;}
a:hover {text-decoration: underline; color: #000;}
/*This hides outline of graphic links*/
a:active, a:focus {
outline: 0
}
/*This controls the first column of most pages*/
#column1 {
	background-color: #02A575;
	padding: 0px;
	height: 700px;
	width: 198px;
	float: left;
	margin-right: 20px;
    margin-left: 20px;
}
/*This controls the second column of most pages*/
#column2 {
	float: left;
	height: auto;
	width: 350px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #662360;
	font-size: 14px;
	margin-top: 10px;
	padding: 0px;
}
/*This controls the third column of most pages*/
#column3 {
	height: auto;
	width: 352px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #662360;
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
}
 
/*This controls the non-standard third column of the membership page*/
#column3a {
	height: auto;
	width: 352px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #662360;
	font-size: 14px;
	padding: 0px;
	margin-top: 10px;
	background-image: url(/netc/etc_bg.jpg);
}
/* Main page header styles*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #02A575;
	font-weight: bold;
	margin: 0px;	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02A575;
	font-weight: lighter;
	margin: 0px;	
}

/*Floating elements can not appear on the left or right (i.e. keep both sides "clear")*/
.clear {
	clear: both;
}
/*This controls the footer*/
#footer {
	margin: 0px;
	padding: 10px;
	height: 27px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	color: #662360;
	font-size: 12px;
	text-align: center;
}
/*This class applies the color white to text, etc*/
.white {
	color: #FFF;
}
/*This class positions photos in column one under the heading Photo Gallery*/
.photoGallery {
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}
/*This class aligns photos right*/
.photoRight {
	margin-left: 10px;
	margin-bottom: 10px;
}
