@charset "UTF-8";
/*Website design and stylesheet by dream-weaver web development. http.www.dream-weaver.com*/

body  {
	font: 14px/1.5em Arial, Helvetica, Verdana, sans-serif;
	background: #99CC66 url(Images/background.png) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #660033;
}
#container { 
	width: 950px;
	margin: 0 auto; 	text-align: left;
	background-color: #feffff;
} 
a {
	color: #660033;
	text-decoration: underline;
	font-weight: bold;
}
	
a:hover {
	text-decoration: none;
}
#header {
	background: #660033 url(Images/ets-logo.png) no-repeat left;
	height: 75px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 10px;
} 
#logo {
	color: #feffff;
		letter-spacing:.2em;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}
#tagline 	{
	color: #FFFFFF;
	letter-spacing:.4em;
	line-height:18px;
	font-size: 11px;
	text-align: center;
	margin-top: 5px;
}

#sidebar1 {
	float: left;
	width: 150px;
	background-color: #ffffff;
	padding-left: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar2 {
	float: right; 	width: 160px;
	text-align: center;
	padding-top: 20px;
}
#mainContent {
	text-align: justify;
	background-color: #feffff;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 25px;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 170px;

} 
#footer {
	background-color: #660033;
	height: 18px;
	padding-bottom: 6px;
	padding-left: 180px;
} 


#footer p, #footer a:link {
	margin: 0;   font-size: 10px;
	color: #ffffff;
	letter-spacing: normal;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
}

/* Text Styles */

		
h3 {
	font-size: 90%;
	color: #660033;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
}
h2 {
	font-size: 100%;
	color: #660033;
	letter-spacing: normal;
	line-height: 22px;
}
h1 {
	font-size: 18px;
	color: #99CC66;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 0.02em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* Navigation Styles */


#navcontainer { width: 150px;
}

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
	font-size: 11px;
	letter-spacing: .1em;
}

#navcontainer a
{
display: block;
width: 140px;
	padding-left: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	padding-bottom: 6px;
	padding-top: 2px;
	background: url(Images/nav-green.gif) no-repeat;
}

#navcontainer a:link, #navlist a:visited
{
color: #ffffff;
text-decoration: none;
	font-weight: bold;
}

#navcontainer a:hover
{
color: #ffffff;
	font-weight: bold;
	background: url(Images/nav-purple.gif) no-repeat;
}

ul {
	list-style-type: disc;
}


/* The green div beneath the header */
#spacer {
	background-color: #99CC66;
	height: 20px;
	position: static;
	width: 950px;
	border-top: 2.5px solid #5C743D;
	border-bottom: 2.5px solid #5C743D;
}
