/* BASIC HTML DEFINITIONS */

body       {background-color: #FFFFFF; color: #000000; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 10px 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: #FFFFFF; color: #FFFFFF; height: 4px; width: 100%; border-top: 1px dotted #758C20; border-bottom: 1px dotted #758C20;}
img {border: 0; margin: 0; padding: 0;}

form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #C0C0C0; color: #FFFFFF;}
.forminput   {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 3px; font-size: 100%; font-family: Verdana, Arial, sans-serif; margin: 1px;}
.feedback    {width: 450px; background-color: #FFFFFF; color: #000000; border: 3px double #000000; padding: 10px;}

/* HEADING DEFINITIONS */

h1 {font-family: Verdana, Arial, sans-serif; color: #264E9D; text-align: left; font-size: 20px; font-weight: normal; margin: 0;}
h2 {font-size: 120%; font-weight: bold; color: #889D24;}
h3 {font-size: 120%; font-weight: bold; color: #264E9D;}
h4 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #FFFFFF; background-color: #3769CD; text-align: center; 
    font-size: 12px; font-weight: bold; letter-spacing: 3px; padding: 3px 0; margin: 0;}
h5 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #FFFFFF; background-color: #758C20; text-align: center; 
    font-size: 12px; font-weight: bold; letter-spacing: 3px; padding: 3px 0; margin: 0;}
h6 {font-size: 120%; font-weight: bold; color: #264E9D; margin: 10px 0;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #264E9D; font-size: 60px; font-weight: bold; line-height: 45px; padding: 0 4px 0 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #3769CD; text-decoration: none; font-weight: bold;}
A:VISITED {color: #3769CD; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #66781E; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #3769CD; text-decoration: none; font-weight: bold;}

.mainnavigation A:LINK    {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.mainnavigation A:VISITED {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.mainnavigation A:HOVER   {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
.mainnavigation A:ACTIVE  {color: #FFFFFF; text-decoration: none; font-weight: bold;}

/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left; border: 1px solid #C0C0C0;}
.logoimage      {width: 750px; background-image: url(images/logoimage.jpg); padding: 0; text-align: right; height: 70px; font-size: 80%;}
.mainnavigation {width: 250px; background-image: url(images/navigation.gif); text-align: center; color: #FFFFFF;
                 line-height: 18px; letter-spacing: 2px; padding: 10px 0; border-right: 1px dotted #C0C0C0;}
.mainimage      {width: 250px;}
.picture1       {width: 250px; border-top: 1px dotted #C0C0C0; border-right: 1px dotted #C0C0C0;}
.picture2       {width: 250px; border-top: 1px dotted #C0C0C0;}
.sidebar        {width: 250px; text-align: left; vertical-align: top; padding: 5px; line-height: 14px; border-left: 1px dotted #C0C0C0; font-size: 90%;}
.maintext       {width: 500px; vertical-align: top; padding: 5px; line-height: 18px; border-top: 1px dotted #C0C0C0; text-align: justify;}
.maintextwide   {width: 750px; vertical-align: top; padding: 5px 40px; line-height: 18px; border-top: 1px dotted #C0C0C0; text-align: justify;}
.globalbottom   {text-align: center; font-size: 90%; width: 500px; padding: 20px 0; border-top: 1px dotted #C0C0C0;}
.copyright      {text-align: center; font-size: 90%; width: 250px; padding: 20px 0; border-top: 1px dotted #C0C0C0; border-left: 1px dotted #C0C0C0;}

/* 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;}
.imagecenter {margin: 0 5px; border: 3px double #C0C0C0;}
