﻿/* STANDARD HTML ELEMENTS */
body {
  font-family: Verdana, Tahoma, Arial, helvetica;
  background:#0c4733 url('../images/leaves.jpg') no-repeat top center;
  font-size: 13px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}

table {
	border-collapse: collapse;
}

td {
	font-family: Verdana;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse
}

th {
	font-family: Verdana, Tahoma, Arial, helvetica;
	COLOR:#000000;
  	font-size: 13px;
	border-collapse: collapse;
}

hr {
	border: none; /* mozilla */
	height: 1px;
	color:#000000; /* ie */
	background-color: #000000; /* mozilla */
}

ol {
  list-style-type: decimal;
  list-style-position: outside;
  list-style-image: none;
}

ol ol{
  list-style-type: upper-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ol ol ol{
  list-style-type: lower-alpha;
  list-style-position: outside;
  list-style-image: none;
}

ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}

ul ul{
  list-style-type: circle;
  list-style-position: outside;
  list-style-image: url('/images/icons/checkmark.jpg');
}

ul ul ul{
  list-style-type: square;
  list-style-position: outside;
  list-style-image: none;
}

h1 {
	font-family: Georgia, Verdana, Tahoma, Arial, helvetica; 
    font-size: 20pt;
    font-style: italic;
    font-weight:normal;
    color: black;
    background: transparent url('../images/titleFade.jpg') repeat-y top left;
    padding: 5px 10px;
    margin: -5px 0px 0px -10px; 
}

h4 {
	font-family: Verdana, Tahoma, Arial, helvetica;
	color: black;
	margin: 5px 0px;
	font-size: 120%;
}

h5 {
	font-family: Verdana, Tahoma, Arial, helvetica;
	color: black;
	margin: 5px 0px;
	font-size: 110%;
}


/* END STANDARD HTML ELEMENTS */

/* FORMS SECTION */
form {
	margin: 0;
}

input
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

textarea
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

select
     { 
	font-family: Verdana, Tahoma, Arial, helvetica; 
    font-size: 12px;
}

/* END FORMS SECTION */

/* ENTER CUSTOM CLASSES HERE */

.content {width: 894px; border: 3px solid #0C4733;}

.header {width: 894px;}
.header td {vertical-align:bottom;}

.navTop {
	background: transparent url('../images/navGreen.jpg') no-repeat top left;
	height: 35px;
	width: 894px;
	text-align:right;
}


.footer {width: 894px;}
.footer td {font-size: 8pt; color: white; vertical-align:top; padding-top: 10px;}
.footer h6 {font-size: 11pt; margin: -10px 0px;}
.footer td a {color: white;}

.table1 {
	border:1px solid #008080; padding:3px; border-collapse: collapse;
}


.table1 th {
	border:1px solid #D8D8D8; 
	padding:3px; 
	background: #008080;
	color:#FFFFFF; 
	font-weight:bold; 
	background-color:#008080;
}

.table1 td {
	border: none; 
	padding:3px; 
	color: #800000; 
}

.table1 .alternate td {
	background-color:#F8F8F8;
}

/* END CUSTOM CLASSES */

/* CUSTOM HYPERLINK CLASSES SECTION */

.header td a {
	color: #0c4733; 
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
.header td a:hover {text-decoration:underline;}

.navTop td a { 
	color: #FFFFFF; 
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
}
.navTop td a:hover {color: #A88860; text-decoration: underline;}



/* END CUSTOM HYPERLINK CLASSES SECTION */

/* HYPERLINKS SECTION */

a { 
	color: #0c4733; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

a:hover { 
	color: #808080; 
	font-family: Verdana, Tahoma, Arial, helvetica; 
	text-decoration: underline;
}

/* END HYPERLINKS SECTION */