﻿a:link {
	background: transparent;
	border: 0;
	color: #000;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #000;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dashed #000;
}

a.noBorder, img {
	border: 0;
}

body {
	background: #009393;
	color: #000;
	font: medium/1em "Franklin Gothic Medium", "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
   color: #000;
}

h1 {
	font: italic bold 160% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h2 {
	font: bold 140% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	font-size: 120%;
}

h4 {
	font-weight: bold;
	font-size: 90%;
	line-height: 1.1em;
}

h5 {
	font-size: 80%;
	line-height: .9em;
	font-weight: bold;
}

h6 {
	font-weight: bold;
	font-size: 70%;
	line-height: .7em;
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 .5em 0;
}

p.copy {
	clear: left;
	display: block;
	padding-top: 10px;
	text-align: center;
}

.clear {
	clear: both;
}

.cntr {
	text-align: center;
}

#contact {
	margin: 10px auto 10px auto;
	width: 100%;
}

#container {
	background: #fff url(images/greenBG.gif) 0px 150px repeat-y;
	border: 3px solid #000;
	margin: 25px auto;
	min-height: 100%; /* Sets height to 100% for compliant browsers */
	position: relative;
	text-align: left;
	width: 780px;
}

* html #container {
	height: 100%; /* Sets height: 100%; for IE */
}

#container #roundCornerBottomLeft {
	background: url(images/roundCornerBottomLeftNav.gif) no-repeat;
	height: 22px;
	left: -4px;
	position: absolute;
	bottom: -3px;
	width: 22px;
}

#container #roundCornerBottomRight {
	background: url(images/roundCornerBottomRight.gif) no-repeat;
	height: 22px;
	right: -3px;
	position: absolute;
	bottom: -3px;
	width: 22px;
}

#content{
	left: 185px;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0px;
	width: 575px;
	z-index: 50;
}

#footer {   
	background: transparent;
	color: #000;
	height: 90px;
	left: 185px;
	margin-top: 30px;
	text-align: center;
	width: 575px;
}

#footer p.copy {
	font-size: 12px;
	top: 20px;
	text-align: center;
}

#header {
	background: #fff url(images/logo.gif) 85px 10px no-repeat;
	border-bottom: 3px solid #000;
	height: 150px;
	width: 780px;
	z-index: 1;
}

#header p {
	display: none;
}

#header #roundCornerTopLeft {
	background: url(images/roundCornerTopLeft.gif) no-repeat;
	height: 22px;
	left: -3px;
	position: absolute;
	top: -3px;
	width: 22px;
}

#header #roundCornerTopRight {
	background: url(images/roundCornerTopRight.gif) no-repeat;
	height: 22px;
	right: -3px;
	position: absolute;
	top: -3px;
	width: 22px;
}

#nav {
	background: transparent;
	color: #000;
   font: bold 14px Verdana, Geneva, Arial, Helvetica, sans-serif;
	height: 190px;
	left: 0px;
	margin: 0;
	position: absolute;
	top: 153px;
	width: 168px;
}

#nav ul {
	border: 0;
	list-style: none;
	margin: 25px 0 0 0;
	padding: 0;
	width: 168px;
}

#nav li {
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0;
	width: 168px;
}

#nav li.indent a {
	padding-left: 20px;
	width: 145px;
}

#nav a {
	border-bottom: 3px #009393 solid;
	border-top: 3px solid #009393;
	color: #fff;
	display: block;
	margin: 0;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	width: 155px;
}

#nav a:hover {
	background: #fff;
	border-bottom: 3px solid #000;
	border-top: 3px solid #000;
	color: #009393;
}
