/* BASIC HTML DEFINITIONS */

body       {background-color: #FFFFFF; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 10px 0;}
table, td  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
ul li      {list-style-image: url('images/bullet.gif'); font-size: 100%; margin-bottom:10px}
hr         {background-color: #2A845B; color: #2A845B; height: 1px; width: 100%;}
blockquote {margin-bottom: 0;}

form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #2A845B; color: #FFFFFF; border: 2px double #C0C0C0;}
.forminput   {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 2px; font-size: 100%; font-family: Verdana, Arial, sans-serif;}

/* HEADING DEFINITIONS */

h1 {font-family: Tahoma, Arial, sans-serif; color: #2A845B; text-align: left; font-size: 22px; font-weight: normal;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #626262; text-align: left; font-size: 20px; font-weight: normal; letter-spacing: 1px;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #216E4C; text-align: left; font-size: 18px; font-weight: normal;}
h4 {font-size: 120%; font-weight: bold; color: #2A845B;}
h5 {font-size: 120%; font-weight: bold; color: #216E4C;}
h6 {font-size: 120%; font-weight: bold; color: #2A845B;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #2A845B; font-size: 75px; line-height: 60px; padding: 0 4px 0 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #35A06E; text-decoration: none; font-weight: bold;}
A:VISITED {color: #35A06E; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #828282; text-decoration: underline; font-weight: bold;}

A:ACTIVE  {color: #35A06E; text-decoration: none; font-weight: bold;}

span.Highlight { color: #FF0000; font-style: italic; font-weight: bold }
span.ListCallout { color: #2A845B; font-weight: bold }

/* SPECIAL CLASSES */

.wrapper {width: 750px; background-color: #FFFFFF; border: 1px solid #C0C0C0;}

.header {height: 250px; text-align: left; font-size: 90%; background-image: url('images/header.jpg'); vertical-align: top; padding-left:10px; padding-right:10px; padding-top:0; padding-bottom:0; background-repeat:no-repeat}
.sidebar  {width: 230px; font-size: 90%; vertical-align: top; text-align: justify; padding: 10px;}
.maintext {width: 520px; padding: 10px; text-align: justify; vertical-align: top; line-height: 20px; border-left: 1px dashed #C0C0C0;}

.rollover   {text-align: left; color: #35A06E; border-top: 1px solid #C0C0C0; margin-bottom: 30px;}
.rollover a {display: block; width: 230px; color: #35A06E; background: url('images/button.jpg') no-repeat 0 0; ; font-style:normal; font-variant:normal; font-weight:bold; font-size:14px; font-family:Tahoma; padding-left:0; padding-right:0; padding-top:14px; padding-bottom:10px}
.rollover a:hover {background-position: 0 -40px; font: bold 14px Tahoma; color: #828282; text-decoration: none;}

.footer {background-color: #C0C0C0; text-align: center; font-size: 90%; font-weight: normal; padding: 10px 0; border-top: 5px solid #808080; color: #000000;}
.footer A:LINK    {color: #000000; text-decoration: none; font-weight: bold;}
.footer A:VISITED {color: #000000; text-decoration: none; font-weight: bold;}
.footer A:HOVER   {color: #000000; text-decoration: underline; font-weight: bold;}
.footer A:ACTIVE  {color: #000000; text-decoration: none; font-weight: bold;}


/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 3px 10px 2px 0px; float: left; border: 3px double #C0C0C0;}
.imageright  {margin: 3px 0px 2px 10px; float: right; border: 3px double #C0C0C0;}
.imagecenter {margin: 0px 5px; border: 3px double #C0C0C0;}