/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background: #FFF url(images/background.jpg) repeat-x; color: #000; 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: #7E7E7E; color: #7E7E7E; height: 1px; width: 100%;}
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: #FFF; color: #000; border: 1px solid #C0C0C0; padding: 3px; font-size: 100%; font-family: Verdana, Arial, sans-serif; margin: 2px;}
.feedback    {width: 450px; background-color: #FFF; color: #000; border: 3px double #808080; padding: 10px;}

/* HEADING DEFINITIONS */

h1 {font-family: Georgia, Times, serif; color: #6A6B21; text-align: left; font-size: 26px; font-weight: normal;}
h2 {font-family: "Arial", "Comic Sans MS", Arial, sans-serif; color: #A0AD59; text-align: left; font-size: 18px; font-weight: normal;
    background-image: url(images/endcap.gif); background-repeat: no-repeat; padding-left: 30px; height: 23px;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #D1E146; text-align: left; font-size: 18px; font-weight: normal;}
h4 {font-size: 120%; font-weight: bold; color: #6A6B21; border-bottom: 1px solid #6A6B21;}
h5 {font-size: 120%; font-weight: bold; color: #D1E146;}
h6 {font-size: 120%; font-weight: bold; color: #A0AD59;}

span.dropcap {font-family: Times, Times, serif; float: left; color: #6A6B21; font-size: 75px; line-height: 55px; padding: 0 4px 0 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #A3A725; text-decoration: none; font-weight: bold;}
A:VISITED {color: #A3A725; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #7E7E7E; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #A3A725; text-decoration: none; font-weight: bold;}

.rollover   {float: left; color: #FFF; font-size: 12px;}
.rollover A:LINK {display: block; margin: 0; width: 124px; padding: 8px 0 8px 0; float: left; font: bold 12px Tahoma; color: #000; background: url("images/buttongroup.jpg") 0 0 no-repeat}
.rollover A:VISITED {display: block; margin: 0; width: 124px; padding: 8px 0 8px 0; float: left; font: bold 12px Tahoma; color: #000; background: url("images/buttongroup.jpg") 0 0 no-repeat}
.rollover A:HOVER {background-position: -125px 0; font: bold 12px Tahoma; color: #000; text-decoration: none;}
.rollover A:ACTIVE {background-position: -125px 0; font: bold 12px Tahoma; color: #000; text-decoration: none;}

.header a:link {color: #A3A725; text-decoration: none; font-weight: bold;}
.header a:visited {color: #A3A725; text-decoration: none; font-weight: bold;}
.header a:hover {color: #E8EA89; text-decoration: none; font-weight: bold;}
.header a:active {color: #A3A725; text-decoration: none; font-weight: bold;}

.footer a:link {color: #A3A725; text-decoration: none; font-weight: bold;}
.footer a:visited {color: #A3A725; text-decoration: none; font-weight: bold;}
.footer a:hover {color: #E8EA89; text-decoration: none; font-weight: bold;}
.footer a:active {color: #A3A725; text-decoration: none; font-weight: bold;}


/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left; background-color: #FFF; border: 1px solid #808080;}
.header         {width: 750px; background-image: url(images/logoimage.jpg); color: #000; font-weight: bold; vertical-align: top; height: 195px; 
                 font-size: 85%; padding: 5px 0 0 5px;}
.mainnavigation {width: 750px; background-image: url(images/cell1.jpg); text-align: center; color: #FFF; height: 30px; padding: 1px 0;
                 border-top: 1px solid #000; border-bottom: 1px solid #000;}
.sidebar        {width: 230px; text-align: left; vertical-align: top; padding: 10px; line-height: 14px; 
                 border-right: 1px dashed #808080; font-size: 90%;}
.maintext       {width: 500px; vertical-align: top; padding: 10px; line-height: 20px; text-align: justify;}
.maintextwide   {width: 750px; vertical-align: top; padding: 5px 40px; line-height: 18px; text-align: justify;}
.footer         {text-align: center; font-size: 90%; font-weight: bold; height: 40px; color: #E8EA89; background-color: #000; padding: 5px}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0 10px 0 0; float: left; border: 3px double #828282;}
.imageright  {margin: 0 0 0 10px; float: right; border: 3px double #828282;}
.imagecenter {margin: 0 5px; border: 3px double #828282;}