/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background-color: #404040; 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%;}
hr         {background-color: #B59580; color: #B59580; height: 1px; width: 100%;}
img        {border: none;}
blockquote {margin-bottom: 0;}
form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.forminput   {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 2px; font-size: 100%; font-family: Verdana, Arial, sans-serif;}
.formbutton  {margin: 3px 0;}

/* HEADING DEFINITIONS */

h1 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #B59580; text-align: left; font-size: 24px; font-weight: normal; margin: 10px 0 20px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #CE8B80; text-align: left; font-size: 20px; font-weight: normal; margin: 10px 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #8BA174; text-align: left; font-size: 20px; font-weight: normal; margin: 10px 0;}
h4 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size: 18px; font-weight: normal; color: #B59580; margin: 10px 0;}
h5 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size: 18px; font-weight: normal; color: #CE8B80; margin: 10px 0;}
h6 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size: 18px; font-weight: normal; color: #8BA174; margin: 10px 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #907666; text-decoration: none; font-weight: bold;}
A:VISITED {color: #907666; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #C0786B; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #907666; text-decoration: none; font-weight: bold;}

.header A:LINK    {color: #000; text-decoration: none; font-weight: normal;}
.header A:VISITED {color: #000; text-decoration: none; font-weight: normal;}
.header A:HOVER   {color: #000; text-decoration: underline; font-weight: normal;}
.header A:ACTIVE  {color: #000; text-decoration: none; font-weight: normal;}

.footer A:LINK    {color: #FFF; text-decoration: none; font-weight: normal;}
.footer A:VISITED {color: #FFF; text-decoration: none; font-weight: normal;}
.footer A:HOVER   {color: #FFF; text-decoration: underline; font-weight: normal;}
.footer A:ACTIVE  {color: #FFF; text-decoration: none; font-weight: normal;}

/* SPECIAL CLASSES */

.wrapper   {width: 750px; background-color: #FFFFFF; border: 2px solid #FFF;}
.header    {height: 75px; text-align: right; padding-right: 10px; font-size: 90%; background-image: url(images/logoimage.jpg); background-repeat: no-repeat}
.mainimage {width: 750px;}
.sidebar   {width: 250px; font-size: 90%; vertical-align: top; text-align: left; padding: 0 10px; border-right: 1px dashed #C0C0C0;}
.sidebar ul li {line-height: 18px; letter-spacing: 1px;}
.maintext  {width: 500px; padding: 0 10px; text-align: justify; vertical-align: top; line-height: 18px;}
.subtable  {width: 100%;}
.subtext   {width: 50%; padding: 3px 0; text-align: left; vertical-align: top; line-height: 14px; font-size: 90%; border-top: 1px solid #B59580; border-bottom: 1px solid #B59580;}
.footer    {background-color: #B59580; height: 50px; text-align: center; font-size: 90%; font-weight: normal; color: #FFF;}

/* 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;}