/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background: #000000 url(images/background.jpg); color: #000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 0;}
table, td, tr  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
ul li      {list-style-image: url(images/bullet.gif); font-size: 100%;}
hr         {background-color: #6B8C94; color: #6B8C94; height: 1px; width: 100%;}
img {border: 0; margin: 0; padding: 0;}

form         {margin: 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #C0C0C0; color: #FFFFFF;}
.forminput   {background-color: #FFFFFF; color: #000; border: 1px solid #C0C0C0; padding: 3px; font-size: 100%; font-family: Verdana, Arial, sans-serif; margin: 2px;}

/* HEADING DEFINITIONS */

h1 {font-family: Georgia, Times, serif; color: #6B8C94; text-align: left; font-size: 200%; font-weight: bold; margin: 10px 0 20px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #A08E5C; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #6B8C94; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h4 {color: #FFF; background-color: #6B8C94; text-align: left; font-size: 120%; font-weight: bold; padding: 4px; margin: 0 0 20px 0;}
h5 {font-size: 120%; font-weight: bold; color: #A08E5C;}
h6 {font-size: 120%; font-weight: bold; color: #ABA084; margin: 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #867650; text-decoration: none;}
A:VISITED {color: #867650; text-decoration: none;}
A:HOVER   {color: #5D777D; text-decoration: underline;}
A:ACTIVE  {color: #867650; text-decoration: none;}

.navbar A:LINK    {color: #5D777D; text-decoration: none; font-weight: bold; font-size: 110%; border-bottom: 1px solid #5D777D; display: block;}
.navbar A:VISITED {color: #5D777D; text-decoration: none; font-weight: bold; font-size: 110%; border-bottom: 1px solid #5D777D; display: block;}
.navbar A:HOVER   {color: #867650; text-decoration: none; font-weight: bold; font-size: 110%; border-bottom: 1px solid #867650; display: block;}
.navbar A:ACTIVE  {color: #5D777D; text-decoration: none; font-weight: bold; font-size: 110%; border-bottom: 1px solid #5D777D; display: block;}

/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left; color: #000; background-color: #FFFFFF; border: 2px solid #FFFFFF;}
.topleft        {width: 250px; background-image: url(images/topleft.jpg); vertical-align: bottom; height: 100px; font-size: 80%; text-align: center; letter-spacing: 2px; background-repeat: no-repeat;}
.header         {width: 500px; background-image: url(images/logoimage.jpg); vertical-align: top; height: 100px; font-size: 90%; text-align: right; padding: 0 10px 0 0;}
.navbar         {width: 250px; text-align: right; padding: 5px 10px; line-height: 26px; letter-spacing: 2px;}
.sidebar        {width: 250px; text-align: left; vertical-align: top; padding: 5px 10px; font-size: 90%; line-height: 16px;}
.content        {width: 500px; vertical-align: top; padding: 5px 10px; text-align: justify; line-height: 18px;}
.textbox       {width: 50%; padding: 5px; text-align: left; vertical-align: top; font-size: 90%; line-height: 16px;
                 border-top: 1px solid #6B8C94; background-color: #E8E1C8;}
.textbox A  {font-weight: bold;}
.textwide       {vertical-align: top; padding: 10px 40px; line-height: 18px; text-align: justify;}
.footerleft     {text-align: left; font-size: 90%; font-weight: bold; padding: 10px 5px; border-top: 4px solid #6B8C94;}
.footerright    {text-align: center; font-size: 80%; font-weight: normal; padding: 10px 5px; border-top: 4px solid #6B8C94;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0 10px 0 0; float: left; border: 1px solid #C0C0C0;}
.imageright  {margin: 0 0 0 10px; float: right; border: 1px solid #C0C0C0;}
.imagecenter {margin: 0 5px;}