/* 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%;}
li         {list-style-image: url(images/bullet.gif); font-size: 100%;}
hr         {background-color: #367C78; color: #367C78; height: 1px; width: 100%;}
blockquote {margin-bottom: 0;}

form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #AA926F; 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;}
.feedback {width: 450px; background-color: #FFFFFF; color: #000000; border: 3px double #000000; padding: 10px;}

/* HEADING DEFINITIONS */

h1 {font-family: Verdana, Arial, sans-serif; color: #367C78; text-align: left; font-size: 20px; font-weight: normal; padding: 0px; margin: 0 0 10px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #AA926F; text-align: left; text-transform: lowercase; font-size: 20px; font-weight: normal; letter-spacing: 1px; margin: 8px 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #367C78; text-align: left; text-transform: lowercase; font-size: 18px; font-weight: normal; margin: 10px 0;}
h4 {font-size: 120%; font-weight: bold; color: #8F694B;}
h5 {font-size: 120%; font-weight: bold; color: #367C78; margin: 10px 0;}
h6 {font-size: 120%; font-weight: bold; color: #000000; margin: 10px 0;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #367C78; font-size: 75px; line-height: 60px; padding: 0 4px 0 0;}
span.heading2 {color: #367C78;}
span.heading3 {color: #AA926F;}

/* BASIC LINK COLORS */

A:LINK    {color: #245953; text-decoration: none; font-weight: bold;}
A:VISITED {color: #245953; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #3B857D; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #245953; text-decoration: none; font-weight: bold;}

/* HEADER AREA DEFINITIONS */

.global {height: 100px; text-align: right; padding-right: 10px; font-size: 90%;}

/* MAIN AREA */

.main {width: 750px; background-color: #FFFFFF; border: 1px solid #367C78;}
.mainnavigation {width: 250px; padding: 0 10px; vertical-align: top;}
.mainimage {width: 500px; background-image: url(images/mainimage.jpg); padding: 0 20px; text-align: left; font-size: 12px; font-weight: bold; color: #FFFFFF; border-top: 1px solid #FFFFFF;}
.mainmovie {width: 500px; padding: 0;}

.rollover   {border-top: 1px solid #367C78; text-align: left; color: #245953;}
.rollover a {display:block; width: 230px; padding: 14px 0 11px 0; font: bold 12px sans-serif; color: #245953; background: url("images/buttongroup.jpg") 0 0 no-repeat}
.rollover a:hover {background-position: 0 -40px; color: #3B857D; text-decoration: none;}

.sidebar  {width: 250px; font-size: 90%; vertical-align: top; text-align: justify; padding: 10px; border-right: 1px solid #C0C0C0; font-size: 90%;}
.maintext {width: 500px; padding: 10px; text-align: justify; vertical-align: top; line-height: 20px;}
.mainwide {width: 750px; padding: 10px 20px; text-align: justify; line-height: 18px;}

.mainright {width: 250px; padding: 10px; text-align: left; font-size: 90%; vertical-align: top; border-bottom: 1px solid #C0C0C0; border-left: 1px solid #C0C0C0;}

/* FOOTER AREA */

.copyright {width: 250px; text-align: center; font-size: 90%; padding: 10px 0; border-top: 1px solid #C0C0C0;}
.footer    {width: 500px; text-align: center; font-size: 90%; padding: 10px 0; border-top: 1px solid #C0C0C0;}

/* 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;}