/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background: #FFF url(images/background.jpg) repeat-x; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 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: #96CA44; color: #96CA44; height: 1px; width: 100%;}
img        {border: none;}
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: #60B028; text-align: left; font-size: 22px; font-weight: bold; margin: 10px 0 20px 0;}
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #D38E06; text-align: left; font-size: 20px; font-weight: normal; margin: 10px 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #BF9D3B; text-align: left; font-size: 20px; font-weight: normal; margin: 10px 0;}
h4 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size: 18px; font-weight: normal; color: #60B028; margin: 10px 0;}
h5 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size: 18px; font-weight: normal; color: #D38E06; margin: 10px 0;}
h6 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; font-size: 18px; font-weight: normal; color: #BF9D3B; margin: 10px 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #96CA44; text-decoration: none; font-weight: bold;}
A:VISITED {color: #96CA44; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #E8A626; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #96CA44; text-decoration: none; font-weight: bold;}

.navigation A:LINK    {color: #000; text-decoration: none; font-weight: bold;}
.navigation A:VISITED {color: #000; text-decoration: none; font-weight: bold;}
.navigation A:HOVER   {color: #fff; text-decoration: underline; font-weight: bold;}
.navigation A:ACTIVE  {color: #000; text-decoration: none; font-weight: bold;}

.global A:LINK    {color: #888; text-decoration: none; font-weight: normal;}
.global A:VISITED {color: #888; text-decoration: none; font-weight: normal;}
.global A:HOVER   {color: #888; text-decoration: underline; font-weight: normal;}
.global A:ACTIVE  {color: #888; text-decoration: none; font-weight: normal;}

.footer A:LINK    {color: #888; text-decoration: none; font-weight: normal;}
.footer A:VISITED {color: #888; text-decoration: none; font-weight: normal;}
.footer A:HOVER   {color: #888; text-decoration: underline; font-weight: normal;}
.footer A:ACTIVE  {color: #888; text-decoration: none; font-weight: normal;}


/* SPECIAL CLASSES */

.wrapper   {width: 750px; background-color: #FFFFFF;}
.global    {width: 240px; background-image: url(images/global.jpg); text-align: center; vertical-align: bottom; padding-bottom: 20px; font-size: 90%;}
.logo      {width: 510px;}
.navigation {width: 240px; background-image: url(images/navbkg.jpg); padding: 0px 20px; text-align: right; line-height: 20px; letter-spacing: 2px;}
.sidebar   {width: 240px; background-image: url(images/sidebarbkg.jpg); padding: 10px; vertical-align: top; font-size: 90%; text-align: left;}
.maintext  {width: 510px; background-image: url(images/textbkg.jpg); padding: 10px 20px 20px 10px; vertical-align: top; text-align: justify; line-height: 18px;}
.catalog   {width: 50%; padding: 10px; text-align: left; vertical-align: top; line-height: 14px;}
.mainwide  {width: 750px; padding: 10px 30px; text-align: justify; vertical-align: top; line-height: 18px;}
.copyright {width: 240px; background-image: url(images/copyright.jpg); text-align: center; font-size: 90%; height: 50px; color: #888;}
.footer    {background-image: url(images/footer.jpg); height: 50px; text-align: center; font-size: 90%; font-weight: normal; color: #888;}

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