﻿/* BASIC HTML DEFINITIONS */

body           {background: blue; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 5px 0;}
tr  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;
				text-align: center;
}
td  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
table  {padding: 0px; margin: 0; border-collapse: collapse; font-size: 100%;}
ul li          {list-style-image: url(images/bullet.gif); font-size: 100%; margin: 0; padding: 0;}
hr             {background-color: #003366; color: #003366; height: 1px; width: 100%;}
img            {border: 0; margin: 0; padding: 0;}


/* HEADING DEFINITIONS */

h1 {font-family: Georgia, Georgia, serif; color: #816149; text-align: left; font-size: 20px; font-weight: bold; padding: 0px;}
h2 {font-family: "Times New Roman", Times, serif; color: #816149; text-align: left; font-size: 18px; font-weight: bold;}
h3 {font-family: "Times New Roman", Times, serif; color: #AD3E26; text-align: left; font-size: 16px; font-weight: normal;}
h4 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size: 16px; font-weight: bold; color: #AD3E26;}
h5 {font-size: 120%; font-weight: bold; color: #000000;}
h6 {font-size: 120%; font-weight: bold; color: #000000;}

/* BOOKMARK DEFINITIONS */

.bookmark {font-family: Georgia, Georgia, serif; color: #816149; text-align: right; font-size: 20px; font-weight: bold; text-decoration: none;}
.bookmark p {margin: 0 0 10px 0; padding: 0 0 10px 0;}
.content .bookmark A        {color: #816149; text-decoration: none; font-weight: bold; word-spacing: 0;}
.content .bookmark A:Hover  {color: #816149; text-decoration: none; font-weight: bold; word-spacing: 0;}

/* LINK COLOR GROUPS */

.content A:LINK    {color: #987358; text-decoration: underline; font-weight: bold;}
.content A:VISITED {color: #987358; text-decoration: underline; font-weight: bold;}
.content A:HOVER   {color: #D94D31; text-decoration: underline; font-weight: bold;}
.content A:ACTIVE  {color: #987358; text-decoration: underline; font-weight: bold;}

A:LINK    {color: #FFFFFF; text-decoration: none; font-weight: bold; word-spacing: 1px;}
A:VISITED {color: #FFFFFF; text-decoration: none; font-weight: bold; word-spacing: 1px;}
A:HOVER   {color: #FFFFFF; text-decoration: underline; font-weight: bold; word-spacing: 1px;}
A:ACTIVE  {color: #FFFFFF; text-decoration: none; font-weight: bold; word-spacing: 1px;}

/* MAIN CLASSES */

#contentoverflow {height: 300px; overflow: auto;}
.wrapper        {width: 740px; text-align: left; background-color: #FFFFFF; color: #000000; border: 5px solid #FFFFFF;}
.header         {width: 100%; /*background-image: url("images/your_image2.jpg");*/ font-size: 90%; text-align: left; height: 190px; border-bottom: 5px solid #FFFFFF}
.navigation     {width: 100%; background-color: #AD3E26; text-align: center; color: #FFFFFF; vertical-align: center; height: 30px; word-spacing: 30px;}
.maintext       {width: 100%; padding: 0; border-top: 5px solid #FFFFFF; border-bottom: 5px solid #FFFFFF;}
.footer         {width: 100%; background-color: #AD3E26; color: #FFFFFF; font-weight: bold; text-align: center; font-size: 90%; height: 55px;}
.content        {width: 100%; vertical-align: top; line-height: 16px; text-align: justify; height: 300px; padding: 10px; border-bottom: 1px solid #816149;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0 5px; float: left; border: 3px double #C0C0C0;}
.imageright  {margin: 0 5px; float: right; border: 3px double #C0C0C0;}
.imagelogo   {margin: 0 0 0 15px; float: right; border: none}