/* CUSTOM (CLASS) STYLES */


/* SELECTOR (HTML ELEMENTS) STYLES */


a:active { color: #000000; text-decoration: underline; }
a:link    { color: #000000; text-decoration: underline; }
a:visited { color: #000000; text-decoration: underline; }
a:hover     { color: #000000; text-decoration: underline; }

a.menu { color: #000000; text-decoration: none; font-weight: bold;}
a.menu:active { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:link    { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:visited { color: #000000; text-decoration: none;  font-weight: bold;}
a.menu:hover     { color: #000000; text-decoration: none;  font-weight: bold;}

a.submenu { color: #000000; text-decoration: none;}
a.submenu:active { color: #000000; text-decoration: none;}
a.submenu:link    { color: #000000; text-decoration: none;}
a.submenu:visited { color: #000000; text-decoration: none;}
a.submenu:hover     { color: #000000; text-decoration: none;}

a.footer:active { color: #000000; text-decoration: none; }
a.footer:link { color: #000000; text-decoration: none; }
a.footer:visited { color: #000000; text-decoration: none; }
a.footer:hover { color: #000000; text-decoration: underline; }



hr.light{
border: 0;
height: 1px;
color: #A19A95;
background-color: #A19A95;
}

/* MAIN BODY PARTS COMMON ELEMENTS GROUPED TOGETHER */

table.header, table.main, table.footer { 
width: 800px; 
border: 1px solid black;
padding: 0px;
border-collapse: collapse;
 }

body, table.header, td.main, table.body, td.body, td.menubuttons, td.lemenu {
border-collapse: collapse;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 20px;
}

/* MAIN BODY PARTS INDIVIDUAL ELEMENTS */

table {
padding: 0px;
}

td {
padding: 5px;
font-size: 13px; 
font-family: verdana, arial, Helvetica, sans-serif;
 }

table.header {
}

td.header {
text-align: left;
padding: 0px; 
font-size: 13px; 
background-color: #ffffff;
 }

table.main {
border-collapse: collapse;
background-color: #ffffff;
}

td.main  {
border: 1px solid #000000;
background-color: #ffffff;
padding: 0px;
}

table.body {
padding: 0px;
background-color: #ffffff;
}

td.body {
padding: 19px; 
font-size: 13px; 

 }



table.footer {
background-color: #A19A95;
}

td.footer {
background-image: url(images/footer-bg.jpg);
text-align: center;
color: #000000;
font-size: 11px;
padding: 2px; 
 }

table.menu { 
width: 200px;
padding: 0px;
border-collapse: collapse;

 }

td.left {
background-color: #A19A95;
border: 1px solid black;
width: 200px;
padding: 5px;
border-collapse: collapse;
}

td.buttons {
border: 1px solid black;
padding: 0px;
width: 200px;
height: 26px;
background-color: #C1C9A3;
border-collapse: collapse;
font-size: 12px;
  }


table.left-column {
color: #000000; 
border: 1px solid black; 
width: 200px;
background-color: #DE0303;
}

td.left-column {
font-size: 11px;
padding: 5px;

}

body   { 
background-color: #C1C9A3;
background-image: url("images/bg5.jpg"); 
color: #000000; 
margin: 8px; 
padding: 0px;
scrollbar-arrow-color: #D0D8B5; 
scrollbar-base-color: #C1C9A3; 
scrollbar-track-color: #D0D8B5; 
scrollbar-face-color: #C1C9A3;
scrollbar-shadow-color: #32477F; 
scrollbar-highlight-color: #B9C8EE; 
}

/* SPECIALTY SECTIONS - use these for anything particular to this site or certain page */

td.form {
text-align: right;
width: 25%;
padding: 4px;
} 

hr.light {height: 1px; color: #ABB97B; }

/* HEADINGS, TEXT CONTROL AND MISCELLANEOUS STUFF */

.bold {font-weight: bold;}
.large {font-weight: bold;font-size: 15px;}
.small {font-weight: bold; font-size: 11px;}

h1.image {
  visibility: hidden;
  	line-height: 0px;
} 
h1, h2, h3, h4, h5, h6 {
display: inline; 
font-weight: bold; 
font-family: verdana, arial, Helvetica, sans-serif;
}

h1  {color: #A19A95; font-size: 18px;}
h2  {color: #A19A95; font-size: 16px; }
h3  {color: #ffffff; font-size: 15px; }
h4  {color: #A19A95; font-size: 14px; }
h5  {font-size: 14px; }
h6  {font-size: 13px; }
p {  }


INPUT, SELECT, TEXTAREA {
margin: 0px;
padding: 0px;
border-collapse: collapse;
}





