/* 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%;}
li         {list-style-image: url('images/bullet.gif'); font-size: 100%}
hr         {background-color: #7E1E23; color: #7E1E23; height: 1px; width: 100%;}
blockquote {margin-bottom: 0;}

form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.formbutton1 {background-color: #7E7876; 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;}
.feedback {width: 450px; background-color: #FFFFFF; color: #000000; border: 3px double #000000; padding: 10px;}

/* HEADING DEFINITIONS */

h1 {font-family: Verdana, Arial, sans-serif; color: #7E1E23; text-align: left; font-size: 20px; font-weight: normal; padding: 0px; margin: 0 0 10px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #7E7876; text-align: left; text-transform: lowercase; font-size: 20px; font-weight: normal; letter-spacing: 1px; margin: 8px 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #7E1E23; text-align: left; text-transform: lowercase; font-size: 18px; font-weight: normal; margin: 10px 0;}
h4 {font-size: 120%; font-weight: bold; color: #54504E;}
h5 {font-size: 120%; font-weight: bold; color: #7E1E23; margin: 10px 0;}
h6 {font-size: 120%; font-weight: bold; color: #000000; margin: 10px 0;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #7E1E23; font-size: 75px; line-height: 60px; padding: 0 4px 0 0;}
span.heading2 {color: #7E1E23;}
span.heading3 {color: #7E7876;}

/* BASIC LINK COLORS */

A:LINK    {color: #9B2127; text-decoration: none; font-weight: bold;}
A:VISITED {color: #9B2127; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #BD3A36; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #9B2127; text-decoration: none; font-weight: bold;}

/* HEADER AREA DEFINITIONS */

.global {height: 100px; text-align: right; padding-right: 10px; font-size: 120%;}

/* MAIN AREA */

.main {width: 750px; background-color: #FFFFFF; border: 1px solid #C0C0C0;}
.mainnavigation {width: 250px; padding: 0 10px; vertical-align: top;}
.mainimage {width: 500px; background-image: url('images/mainimage.jpg'); text-align: left; font-size: 10px; font-weight: bold; color: #FFFFFF; border-top: 1px solid #FFFFFF; padding-left:20px; padding-right:20px; padding-top:0; padding-bottom:0}
.mainmovie {width: 500px; padding: 0;}

.rollover   {border-top: 1px solid #7E1E23; text-align: left; color: #9B2127;}
.rollover a {display:block; width: 230px; color: #9B2127; background: url('images/buttongroup.jpg') no-repeat 0 0; ; font-style:normal; font-variant:normal; font-weight:bold; font-size:12px; font-family:sans-serif; padding-left:0; padding-right:0; padding-top:14px; padding-bottom:11px}
.rollover a:hover {background-position: 0 -40px; color: #BD3A36; text-decoration: none;}

.sidebar  {width: 250px; font-size: 90%; vertical-align: top; text-align: justify; padding: 10px; border-right: 1px solid #C0C0C0; font-size: 90%;}
.maintext {width: 500px; padding: 10px; text-align: justify; vertical-align: top; line-height: 20px;}
.mainwide {width: 750px; padding: 10px 20px; text-align: justify; line-height: 18px;}

.mainright {width: 250px; padding: 10px; text-align: left; font-size: 90%; vertical-align: top; border-bottom: 1px solid #C0C0C0; border-left: 1px solid #C0C0C0;}

/* FOOTER AREA */

.copyright {width: 250px; text-align: center; font-size: 90%; padding: 10px 0; border-top: 1px solid #C0C0C0;}
.footer    {width: 500px; text-align: center; font-size: 90%; padding: 10px 0; border-top: 1px solid #C0C0C0;}

/* 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;}