/* BASIC HTML DEFINITIONS */

HTML       {height: 100%; margin-bottom: 1px;}
body       {background: #FFF url('images/background.jpg') repeat-x top; font-family: Verdana, Arial, sans-serif; font-size: 75%; margin: 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: #FFF; color: #FFF; height: 4px; width: 100%; border-top: 1px solid #FFF; border-bottom: 1px dashed #C0C0C0;
            border-left: 1px solid #FFF; border-right: 1px solid #FFF;}
img {border: 0px none; 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: #00751D; border-bottom: 1px solid #6AB019; text-align: left; font-size: 26px; font-weight: normal;}
/* h1 {font-family: Georgia, Times, serif; color: #4F7C87; text-align: left; font-size: 26px; font-weight: normal;} */
h2 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #757575; text-align: left; font-size: 20px; font-weight: normal; letter-spacing: 1px;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #2D4E55; text-align: left; font-size: 18px; font-weight: normal;}
h4 {font-size: 120%; font-weight: bold; color: #6AB019;}
/* h4 {font-size: 120%; font-weight: bold; color: #6AB019; border-bottom: 1px solid #4F7C87;} */
h5 {font-size: 120%; font-weight: bold; color: #757575;}
h6 {font-size: 120%; font-weight: bold; color: #2D4E55;}


/* BASIC LINK COLORS */

A:LINK    {color: #00751D; text-decoration: none; font-weight: bold;}
/* A:LINK    {color: #7AA0AA; text-decoration: none; font-weight: bold;} */
A:VISITED {color: #00751D; text-decoration: none; font-weight: bold;}
/* A:VISITED {color: #7AA0AA; text-decoration: none; font-weight: bold;}  */
A:HOVER   {color: #6AB019; text-decoration: underline; font-weight: bold;}
/* A:HOVER   {color: #B5B5B5; text-decoration: underline; font-weight: bold;} */
A:ACTIVE  {color: #00751D; text-decoration: none; font-weight: bold;}
/* A:ACTIVE  {color: #7AA0AA; text-decoration: none; font-weight: bold;} */

.mainnavigation A:LINK    {color: #000; text-decoration: none; font-weight: bold;}
.mainnavigation A:VISITED {color: #000; text-decoration: none; font-weight: bold;}
.mainnavigation A:HOVER   {color: #FFF; text-decoration: underline; font-weight: bold;}
/* .mainnavigation A:HOVER   {color: #FFF; text-decoration: underline; font-weight: bold;} */
.mainnavigation A:ACTIVE  {color: #000; text-decoration: none; font-weight: bold;}


/* MAIN CLASSES */

.wrapper        {width: 750px; text-align: left; background-color: #FFFFFF; border-left: 1px dashed #A0A0A0; border-right: 1px dashed #A0A0A0;}
.movie          {width: 750px; background-color: #00751D; padding: 0;} 
/* .movie          {width: 750px; background-color: #4F7C87; padding: 0;} */
.header         {width: 750px; background-image: url('images/logoimage.jpg'); color: #C0C0C0; font-weight: bold; text-align: right; height: 80px; font-size: 85%; padding-right: 10px}
.mainnavigation {width: 750px; background-image: url('images/navbkg.jpg'); text-align: center; color: #FFF; height: 30px; letter-spacing: 2px}
.sidebar        {width: 250px; text-align: left; vertical-align: top; padding: 5px 10px; line-height: 14px; font-size: 90%; border-left: 1px dashed #C0C0C0;}
.maintext       {width: 500px; vertical-align: top; padding: 10px; line-height: 20px; text-align: justify;}
.maintextwide   {width: 750px; vertical-align: top; padding: 10px 40px; line-height: 18px; text-align: justify;}
.catalog        {width: 50%; vertical-align: top; padding: 10px; text-align: left; line-height: 16px;}
.footer         {text-align: center; font-size: 90%; color: #000; vertical-align: top; padding: 0 0 10px 0; border-top: 4px solid #00751D;}
/* .footer         {text-align: center; font-size: 90%; color: #000; vertical-align: top; padding: 0 0 10px 0; border-top: 4px solid #7AA0AA;} */
.copyright      {text-align: center; font-size: 90%; color: #000; vertical-align: top; padding: 0 0 10px 0; border-top: 4px solid #00751D;}
/* .copyright      {text-align: center; font-size: 90%; color: #000; vertical-align: top; padding: 0 0 10px 0; border-top: 4px solid #7AA0AA;} */

/* 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;}