/* reset browser styles */
html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
ol { 
  margin-left: 1.4em; 
  list-style: decimal; 
}
ul { 
  margin-left: 1.4em; 
  list-style: disc; 
}
img {
  border: 0;
}
/* end reset browser styles */

/* BASIC */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 130%; 
	color: #54075B; 
	background-color: #FFFFFF;
	text-align: center; 
}

h1 {
	font-size: 1.9em;
	color: #565656;
	padding-left: 1px;
	font: bold 21px  Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 12px;
  font-weight: bold;
  color: #699940;
	padding-left: 20px;
}

/* LINKS */
a:link {
 	color: #000000;
	font-weight: bold;
	border-bottom: none;
	font-size: 1em;
	text-decoration: none;
}
a:visited{
 	color: #000000;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;
}
a:hover{
	color: #00a1ac;
	font-weight: bold;
	font-size: 1em;
	text-decoration: none;	
}

/* LISTS*/
ul {
	margin-left: 3px;
	padding: 5px;
}

li {
	padding: 2px;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto; 
	text-align: left;
}


/* BANNER */

#banner {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 5px;
	position: relative;
}

#banner a {
	border-bottom: hidden;
}
#banner #tagline {
	position: absolute;
	right: 25px;
	top: 16px;
}
#banner #bannerrightimage {
	position: absolute;
	right: 940px;
	top: 330px;
}

/* TOP NAVIGATION */
#navigationtop {
	width: 960px;
	margin: 0 auto;
	border-top: 2px #bce3e5 dotted;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: right;
	position: relative;
}
#navigationtop a {
 	color: #000000;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationtop a:visited {
 	color: #000000;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationtop a:hover {
 	color: #00a1ac;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationtop #search {
	position: absolute;
	right: 658px;
	width: 300px;
	text-align: left;
	top: 2px;
}


/* INNER WRAPPERS */

#backgroundwrapper {
	width: 100%;
	background-color: #699940;
	background-image: url(images/bg2.gif);
	
}

#contentwrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #00a1ac;
}

/* VERTICAL LEFT NAV BAR */

#sidebar {
	float: left;
	width: 175px;
	margin-top: 5px;
	padding-top: 5px;
}
#sidebar a:link {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 12px;
	padding-top: 2px;
	border-bottom: 1px dotted #000000;
}
#sidebar a:visited {
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 12px;
	padding-top: 2px;
	border-bottom: 1px dotted #000000;
}
#sidebar a:hover {
	color: #000000;
	font-weight: bold;
	margin-left: 12px;
	padding-top: 2px;
	border-bottom: 1px dotted #000000;
}
#sidebar ul {
	padding: 5px;
}

#sidebar li {
	padding: 2px;
	list-style: none;
}

/* MAIN IMAGE RIGHT COLUMN */
#mainimage {
	float: right;
	width: 180px;
}
#mainimage a:link {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	border-bottom: 1px dotted #000000;
	text-align: left;
}
#mainimage a:visited {
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 5px;
	border-bottom: 1px dotted #000000;
	text-align: left;
}
#mainimage a:hover {
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	border-bottom: 1px dotted #000000;
	text-align: left;
}

/* MAIN CONTENT */

#main {
	margin-left: 185px;
	margin-right: 185px;
	background-color: #FFFFFF;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	height: 1560px;
}

#main h1 {
	color:  #00a1ac;
	letter-spacing: 1px;
	font: 1.3em  "Arial Black", Helvetica, sans-serif;
	padding-left: 1px;
	}

#main h2 {
	 font-size: 14px;
  font-weight: bold;
  color: #699940;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 15px 5px 0;
	margin-bottom: 15px;
	color: #FFFFFF;
}

#main p {
	font-size: 12px;
	padding-left: 20px;
	padding-right: 20px;
}
/* MAIN BODY LINKS */

#main a:link {
 	color: #00a1ac;
	text-decoration: none;
}
#main a:visited{
 	color: #00a1ac;
	text-decoration: none;
}
#main a:hover{
	color: #000000;	
}
#main ul {
	font-size: 12px;
	padding-left: 25px;
	padding-right: 10px;
	list-style-type: disc;
	margin-left: 30px;
}
#main li {
	font-size: 12px;
	font-weight: bold;
	color:  #00a1ac;
}
#main .contact {
	color: #8CAF55;
	font: bold 16px  Arial, Helvetica, sans-serif;
}
.largeword {
	font-size: 16px;
	font-weight: bold;
}

.smallheader {
	font-size: 14px;
	color: #D21F54;
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
	
}
	
/* BOTTOM NAVIGATION */
#navigationbottom {
	width: 960px;
	margin: 0 auto;
	border-bottom: 2px #bce3e5 dotted;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: right;
}
#navigationbottom a {
 	color: #000000;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationbottom a:visited {
 	color: #000000;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}
#navigationbottom a:hover {
 	color: #00a1ac;
	font-weight: bold;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1em;
	text-decoration: none;
}

/* QUICK LINKS */
#quicklinks {
	width: 960px;
	margin: 0 auto;
	border-bottom: 2px #bce3e5 dotted;
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;	
	text-align: center;
}
#quicklinks a {
 	color: #81cec1;
	font-weight: lighter;
	border-right: 1px dotted #ED0E72;
	border-bottom: none;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.75em;
	text-decoration: none;
}
#quicklinks a:visited {
 	color: #81cec1;
	font-weight: lighter;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.75em;
	text-decoration: none;
}
#quicklinks a:hover {
 	color: #00a1ac;
	font-weight: lighter;
	border-right: 1px dotted #ED0E72;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 0.75em;
	text-decoration: none;
}

/* FOOTER / COPYRIGHT INFO */
#copyright {
	padding-top: 20px;
	font-size: 10px;
	line-height: 100%;
	text-align: center;
	color: #7c7c7c;
	clear: both;
}

.tab-on {
  color: #FFFFFF;
  text-decoration: none;
}
.small {
  color: #00447c;
		font-family:   Palatino Linotype, Times New Roman, Arial, Verdana, Garamond,  sans-serif;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}
.footer {
  font-size: 10px;
  color: #8c7d76;
}
.lite {
  color: #dbbc72;
}

.title {
  font-size: 100%;
  font-weight: bold;
  margin-left: 30px;
  margin-right: 30px;
  color: #54075B;
}
.title2 {
  font-size: 10pt;
  font-weight: bold;
  color: #699940;
}
.title3 {
  font-size: 18px;
  font-weight: bold;
  color: #00a1ac;
}
.title4 {
  font-size: 12px;
  font-weight: bold;
  color: #699940;
}
.tbl-title {
  font-weight: bold;
  background-color: #ffffff;
}
.tbl-head {
  font-weight: bold;
		font-size: medium;
  background-color: #ffffff;
  color: #699940;
}
.tbl-head2 {
  font-weight: bold;
  background-color: #ffffff;
  color: #9a6734;
}
.border {
  background-color: #e7e7e7;
}
.color1 {
  background-color: #FFFFFF;
}
.color2 {
  background-color: #ffffff;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  border-style: none;
  border-width; 0px;

