/* BASIC HTML DEFINITIONS */

body      {background-color: #D9A300; background-image: url(images/background.jpg); background-repeat: repeat-x;
           color: #000000; 
           font-family: Verdana, Arial, sans-serif; 
           font-size: 75%; 
           margin: 0 0 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: #029FCE; color: #029FCE; height: 1px; width: 100%; margin: 0; padding: 0;}
form      {margin: 5px 0 0 0; padding: 0; font-size: 90%;}
fieldset  {font-size: 100%; border-color: #C0C0C0; border-width: 3px; border-style: double; padding: 10px 10px 10px 10px; margin: 0 0 15px 0;}
legend    {color: #B08000; text-transform: uppercase; font-weight: bold; padding: 0 5px; letter-spacing: 2px; margin: 0;}
blockquote {margin-bottom: 0;}


/* HEADING DEFINITIONS */

h1 {font-family: Georgia, Georgia, serif; color: #1472AA; text-align: left; font-size: 18px; font-weight: bold; padding: 0px; margin: 0 0 10px 0;}
h2 {font-family: Verdana, Arial, sans-serif; color: #C86300; text-align: left; font-size: 18px; font-weight: normal; letter-spacing: 1px; margin: 10px 0;}
h3 {font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; color: #B08000; text-align: left; font-size: 16px; font-weight: bold; margin: 10px 0;}
h4 {font-size: 120%; font-weight: bold; color: #B08000;}
h5 {font-size: 120%; font-weight: bold; color: #C86300; margin: 10px 0;}
h6 {font-size: 120%; font-weight: bold; color: #000000; margin: 10px 0;}

/* BASIC LINK COLORS */

A:LINK    {color: #029FCE; text-decoration: none; font-weight: bold;}
A:VISITED {color: #029FCE; text-decoration: none; font-weight: bold;}
A:HOVER   {color: #F47900; text-decoration: underline; font-weight: bold;}
A:ACTIVE  {color: #029FCE; text-decoration: none; font-weight: bold;}

span.dropcap {
float: left; 
color: #C86300; 
font-size: 90px;
line-height: 75px; 
padding-top: 0px; 
padding-right: 3px; 
font-family: Georgia, Georgia, serif;}

/* TABLE AND CELL CLASSES */

.wrapper {
width: 750px;
background-color: #FFFFFF;
text-align: center;
}

.header {
width: 750px; 
height: 210px; 
background-image: url(images/header.jpg);
text-align: right;
color: #FFFFFF;
padding: 0 40px;
}

.header p {margin: 0;}
.headername {font-family: Georgia, Georgia, serif; color: #FFFFF; text-align: right; font-size: 32px; letter-spacing: 2px;}
.slogan {font-size: 120%; font-style: italic; font-weight: bold; padding-bottom: 40px;}
.date {font-size: 90%;}

.header A:LINK    {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.header A:VISITED {color: #FFFFFF; text-decoration: none; font-weight: bold;}
.header A:HOVER   {color: #FFFFFF; text-decoration: underline; font-weight: bold;}
.header A:ACTIVE  {color: #FFFFFF; text-decoration: none; font-weight: bold;}


.maintext {
background-color: #FFFFFF;
width: 750px;
background-image: url(images/textbkg.jpg);
}

.sidebar {
width: 230px;
font-size: 90%;
text-align: left;
vertical-align: top;
padding: 0 10px 0 15px;
}

.content {
width: 520px; /* DO NOT EDIT */
vertical-align: top;
text-align: justify;
line-height: 20px;
padding: 0 15px 0 5px;
}

/* FOOTER AREA */

.footer {
color: #000000; 
width: 750px; 
background-color: #D9A300; 
text-align: center;
font-size: 90%;
padding: 1px;
}

.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;}

/* ASSIGN CLASSES TO IMAGES TO PLACE THE BORDER AND ALIGNMENT */

.imageleft   {margin: 0px 10px 2px 0px; float: left; border: 3px double #C0C0C0;}
.imageright  {margin: 0px 0px 2px 10px; float: right; border: 3px double #C0C0C0;}
.imagecenter {margin: 0px 5px; border: 3px double #C0C0C0;}
.productleft   {margin: 0px 10px 2px 0px; float: left;}
.productright   {margin: 0px 00px 2px 10px; float: right;}

/* FEEDBACK FORM DEFINITIONS */

.feedback {width: 450px; background-color: #FFFFFF; color: #000000;}
.formbutton1 {background-color: #1472AA; color: #FFFFFF; border: 1px solid #C0C0C0;}
.forminput {background-color: #FFFFFF; color: #000000; border: 1px solid #C0C0C0; padding: 2px; font-family: Verdana, Arial, sans-serif;}