/* CUSTOM (CLASS) STYLES */


/* SELECTOR (HTML ELEMENTS) STYLES */


a:active { color: #74921E; text-decoration: underline;  font-weight: bold;}
a:link    { color: #74921E; text-decoration: underline;  font-weight: bold;}
a:visited { color: #74921E; text-decoration: underline;  font-weight: bold;}
a:hover     { color: #74921E; text-decoration: underline;  font-weight: bold;}

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

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

img.none {border: none; } 

/* MAIN BODY PARTS COMMON ELEMENTS GROUPED TOGETHER */

table.header, table.footer { 
width: 900px; 
padding: 0px;
border-collapse: collapse;
 }
table.main {
width: 900px;
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: 14px;
padding: 0px;
}

/* MAIN BODY PARTS INDIVIDUAL ELEMENTS */

table {
padding: 0px;
}

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


td.header {
text-align: left;
width: 900px;
padding: 0px; 
font-size: 13px; 
background-color: #ffffff;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
 }

table.main {
border-collapse: collapse;
background-color: #ffffff;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
}

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

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

td.body {
padding: 12px; 

 }

td.body-left {
padding-top: 5px;
padding: 19px; 
font-size: 14px; 
 }

td.body-right {
text-align: center;
padding: 10px; 
font-size: 13px; 
 }


td.footer {
text-align: center;
font-size: 11px;
padding: 8px; 
 }

table.menu { 
width: 900px;
padding: 0px;
border-collapse: collapse;
background-image: url("images/menu-bg.jpg");
background-repeat: no-repeat;
background-color: #ffffff;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
 }

td.buttons {
height: 22px;
text-align: left;
padding: 0px;

border-collapse: collapse;
  }


body   { 
background-color: #6A851E;
background-image: url("images/.jpg"); 
color: #000000; 
margin: 0px; 
padding: 0px;
scrollbar-arrow-color: #85AB1A; 
scrollbar-base-color: #B9C8EE; 
scrollbar-track-color: #85AB1A; 
scrollbar-face-color: #607A17;
scrollbar-shadow-color: #55681F; 
scrollbar-highlight-color: #8DB718; 
}

/* SPECIALTY SECTIONS - use these for anything particular to this site or certain page */
.gradient {
background-image: url(images/gradient.jpg);
text-align: center;
}

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

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

/* HEADINGS, TEXT CONTROL AND MISCELLANEOUS STUFF */


table.cboard {
border: 1px solid black;
height: 450px;
width: 450px;
border-collapse: collapse;
}
td.cboard  {
padding: 0px;
background-color: #2B51DE;
border-collapse: collapse;
border: 1px solid #000000;

}

.ltgray {
text-align: center;
}


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

} 
h1, h2, h3, h4, h5, h6 {
display: inline; 
font-weight: bold; 
font-family: verdana, arial, Helvetica, sans-serif;
}

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


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

