/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
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: #E0B224; color: #E0B224; height: 1px; width: 100%;}
blockquote {margin-bottom: 0;}
form         {margin: 5px 0 0 0; padding: 0; font-size: 100%;}
.forminput   {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 2px; font-size: 100%; font-family: Verdana, Arial, sans-serif;}
.formbutton  {margin: 3px 0;}

/* HEADING DEFINITIONS */

h1 {font-family: Georgia, Times, serif; color: #E0B224; text-align: left; font-size: 200%; font-weight: bold; margin: 10px 0 20px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #E77F2C; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #70A234; text-align: left; font-size: 18px; font-weight: normal; margin: 0;}
h4 {color: #E77F2C; text-align: left; font-size: 120%; font-weight: bold; margin: 10px 0 10px 0;}
h5 {font-size: 120%; font-weight: bold; color: #70A234; margin: 10px 0 10px 0;}
h6 {font-size: 120%; font-weight: bold; color: #E0B224; margin: 10px 0 10px 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #DF6B15; text-decoration: none; font-weight: bold;}
A:VISITED {color: #DF6B15; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #598026; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #DF6B15; text-decoration: none; font-weight: bold;}

.rollover   {text-align: left; color: #000; margin-left: 10px;}
.rollover a {display: block; width: 210px; padding: 3px 0 5px 20px; font: bold 12px Tahoma; color: #DF6B15; background: url(images/buttongroup.jpg) 0 0 no-repeat}
.rollover a:hover {padding: 3px 0 5px 50px; width: 160px; background-position: 0 -20px; font: bold 12px Tahoma; color: #DF6B15; text-decoration: none;}

.header A:LINK    {color: #000000; text-decoration: none; font-weight: normal;}
.header A:VISITED {color: #000000; text-decoration: none; font-weight: normal;}
.header A:HOVER   {color: #000000; text-decoration: underline; font-weight: normal;}
.header A:ACTIVE  {color: #000000; text-decoration: none; font-weight: normal;}

.footer A:LINK    {color: #000000; text-decoration: none; font-weight: normal;}
.footer A:VISITED {color: #000000; text-decoration: none; font-weight: normal;}
.footer A:HOVER   {color: #000000; text-decoration: underline; font-weight: normal;}
.footer A:ACTIVE  {color: #000000; text-decoration: none; font-weight: normal;}

/* SPECIAL CLASSES */

.wrapper   {width: 750px; background-color: #FFFFFF; border-right: 1px solid #C0C0C0; border-left: 1px solid #C0C0C0;}
.header    {height: 80px; text-align: right; padding-right: 10px; font-size: 90%; background-image: url(images/logoimage.jpg);}
.navbar    {width: 250px; background-image: url(images/navbkg.jpg); vertical-align: top; padding: 0;}
.mainimage {width: 500px;}
.sidebar   {width: 250px; font-size: 90%; vertical-align: top; text-align: left; padding: 0 10px 5px 10px;}
.maintext1 {width: 500px; padding: 0 10px 5px 10px; text-align: justify; vertical-align: top; line-height: 20px;}
.maintext2 {width: 750px; padding: 0 20px 5px 20px; text-align: justify; vertical-align: top; line-height: 20px;}

.subtext1  {width: 230px; padding: 5px; vertical-align: top; line-height: 14px; font-size: 90%; border-top: 1px solid #C0C0C0; text-align: left;}
.subtext2  {width: 230px; padding: 5px; vertical-align: top; line-height: 14px; font-size: 90%; border-top: 1px solid #C0C0C0; text-align: left;}

.colorbar1a {width: 250px; background-color: #E0B224; height: 8px;}
.colorbar2b {width: 500px; background-color: #E77F2C; height: 8px;}
.colorbar2c {width: 500px; background-color: #70A234; height: 8px;}
.colorbar3a {width: 750px; background-color: #E77F2C; height: 8px;}

.footer {background-image: url(images/footer.jpg); height: 75px; text-align: center; font-size: 10px; font-weight: normal; color: #000000;}

/* 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;}