/* BASIC HTML DEFINITIONS */

body       {background-color: #FFFFFF; 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: #43578F; color: #43578F; height: 1px; width: 100%;}
blockquote {margin-bottom: 0;}

form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #43578F; 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;}

/* HEADING DEFINITIONS */

h1 {font-family: Tahoma, Arial, sans-serif; color: #43578F; text-align: left; font-size: 22px; font-weight: normal;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #626262; text-align: left; font-size: 20px; font-weight: normal; letter-spacing: 1px;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #334474; text-align: left; font-size: 18px; font-weight: normal;}
h4 {font-size: 120%; font-weight: bold; color: #43578F;}
h5 {font-size: 120%; font-weight: bold; color: #334474;}
h6 {font-size: 120%; font-weight: bold; color: #43578F;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #43578F; font-size: 75px; line-height: 60px; padding: 0 4px 0 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #556CAC; text-decoration: none; font-weight: bold;}
A:VISITED {color: #556CAC; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #828282; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #556CAC; text-decoration: none; font-weight: bold;}

/* SPECIAL CLASSES */

.wrapper {width: 750px; background-color: #FFFFFF; border: 1px solid #C0C0C0;}

.header {height: 250px; text-align: left; padding: 0 10px; font-size: 90%; background-image: url("images/header.jpg"); vertical-align: top;}
.sidebar  {width: 230px; font-size: 90%; vertical-align: top; text-align: justify; padding: 10px;}
.maintext {width: 520px; padding: 10px; text-align: justify; vertical-align: top; line-height: 20px; border-left: 1px dashed #C0C0C0;}

.rollover   {text-align: left; color: #556CAC; border-top: 1px solid #C0C0C0; margin-bottom: 30px;}
.rollover a {display: block; width: 230px; padding: 14px 0 10px 0; font: bold 14px Tahoma; color: #556CAC; background: url("images/button.jpg") 0 0 no-repeat}
.rollover a:hover {background-position: 0 -40px; font: bold 14px Tahoma; color: #828282; text-decoration: none;}

.footer {background-color: #C0C0C0; text-align: center; font-size: 90%; font-weight: normal; padding: 10px 0; border-top: 5px solid #808080; color: #000000;}
.footer A:LINK    {color: #000000; text-decoration: none; font-weight: bold;}
.footer A:VISITED {color: #000000; text-decoration: none; font-weight: bold;}
.footer A:HOVER   {color: #000000; text-decoration: underline; font-weight: bold;}
.footer A:ACTIVE  {color: #000000; text-decoration: none; font-weight: bold;}


/* 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;}

