/* BASIC HTML DEFINITIONS */

body       {background-color: #FFFFFF; background-image: url(images/background.jpg); color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 20px 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: #C0C0C0; color: #C0C0C0; height: 1px; width: 100%;}
blockquote {margin-bottom: 0;}

form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #808080; 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: #6F8169; text-align: left; font-size: 20px; font-weight: normal;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #A84742; text-align: left; text-transform: lowercase; font-size: 20px; font-weight: normal; letter-spacing: 1px;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #B09F7E; text-align: left; text-transform: lowercase; font-size: 16px; font-weight: bold;}
h4 {font-size: 120%; font-weight: bold; color: #6F8169;}
h5 {font-size: 120%; font-weight: bold; color: #6F8169;}
h6 {font-size: 120%; font-weight: bold; color: #808080;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #6F8169; font-size: 75px; line-height: 60px; padding: 0 4px 0 0;}
span.heading2 {color: #6F8169;}
span.heading3 {color: #A84742;}

/* BASIC LINK COLORS */

A:LINK    {color: #8A9A84; text-decoration: none; font-weight: bold;}
A:VISITED {color: #8A9A84; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #9F6161; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #8A9A84; text-decoration: none; font-weight: bold;}

.wrapper {width: 750px; background-color: #FFFFFF; border: 1px solid #C0C0C0;}
.header {height: 130px; background-image: url(images/header.jpg);}
.banner {height: 30px; background-image: url(images/banner.jpg);}
.main {background-image: url(images/background2.jpg);}

.global     {height: 30px; text-align: left; padding-left: 10px;}
.yourname   {height: 100px; width: 350px; text-align: left; padding-left: 10px; font-family: Georgia, Georgia, serif; font-size: 26px; color: #6F8169;}
.slogan     {height: 100px; width: 400px; text-align: left; font-size: 18px; color: #808080; vertical-align: top;}
.slogan p   {margin: 0; line-height: 22px;}
.date       {height: 30px; width: 250px; text-align: center; padding: 0 10px; font-size: 90%;}
.bannertext {height: 30px; width: 500px; text-align: left; padding: 0 10px; color: #FFFFFF; font-size: 18px; font-family: "Trebuchet MS", "Comic Sans MS", sans-serif; letter-spacing: 2px;}
.sidebar    {width: 245px; text-align: left; vertical-align: top; font-size: 90%; padding: 5px 10px;}

.navigation {width: 100%; text-align: left;}
.navigation A:LINK    {color: #8A9A84; text-decoration: none; font-weight: bold; border-bottom: 1px solid #C0C0C0; padding: 1px 0 2px 15px; display: block;}
.navigation A:VISITED {color: #8A9A84; text-decoration: none; font-weight: bold; border-bottom: 1px solid #C0C0C0; padding: 1px 0 2px 15px; display: block;}
.navigation A:HOVER   {color: #9F6161; text-decoration: none; font-weight: bold; border-bottom: 1px solid #8A9A84; padding: 1px 0 2px 15px; display: block;}
.navigation A:ACTIVE  {color: #8A9A84; text-decoration: none; font-weight: bold; border-bottom: 1px solid #C0C0C0; padding: 1px 0 2px 15px; display: block;}

.maintext   {width: 505px; text-align: justify; vertical-align: top; padding: 15px 15px 5px 15px; line-height: 20px;}
.copyright  {width: 245px; text-align: center; font-size: 85%; padding: 5px;}
.bottomnav  {width: 505px; text-align: center; font-size: 90%; padding: 5px;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 5px 10px 2px 0px; float: left; border: 3px double #C0C0C0;}
.imageright  {margin: 5px 0px 2px 10px; float: right; border: 3px double #C0C0C0;}
.imagecenter {margin: 5px 5px; border: 3px double #C0C0C0;}