/* CUSTOM (CLASS) STYLES */


/* SELECTOR (HTML ELEMENTS) STYLES */


a:active { color: #5276D6; text-decoration: underline;  font-weight: bold;}
a:link    { color: #5276D6; text-decoration: underline;  font-weight: bold;}
a:visited { color: #5276D6; text-decoration: underline;  font-weight: bold;}
a:hover     { color: #5276D6; 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: #DCEBF2; text-decoration: none; font-weight: bold;}

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



/* MAIN BODY PARTS COMMON ELEMENTS GROUPED TOGETHER */

table.header, table.main, table.footer { 
width: 100%; 
padding: 0px;
border-collapse: collapse;
 }

body, table.header, td.main, table.body, td.body, td.buttons, td.menu {
border-collapse: collapse;
font-family: verdana, arial, Helvetica, sans-serif;
font-size: 13px;
}

/* MAIN BODY PARTS INDIVIDUAL ELEMENTS */


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

table.header {
background-color: #8A9DA2;
}

td.header {
width: 100%;
text-align: center;
padding: 0px; 
font-size: 13px; 
 }

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

td.main  {

border: 1px solid #000000;
background-color: #ffffff;
padding: 8px;
}

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

td.body {
background-image: url(images/.jpg);
background-repeat: no-repeat;
padding: 12px; 
font-size: 13px; 
text-align: left;
 }

table.footer {
}

td.footer {
background-color: #8A9DA2;
text-align: center;
color: #ffffff;
font-size: 11px;
padding: 4px; 
width: 100%;
border-top: 1px solid black;
border-bottom: 1px solid black;
 }


td.menu {
height: 25px;
background-color: #69838B;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
padding: 4px;
border-collapse: collapse;
color: #ffffff;
}


body   { 
background-image: url(images/bg.jpg);
background-color: #9FAEB5;
color: #43565C; 
margin: 10px; 
padding: 0px;
scrollbar-arrow-color: #B9C8EE; 
scrollbar-base-color: #B9C8EE; 
scrollbar-track-color: #9FAEB5; 
scrollbar-face-color: #69838B;
scrollbar-shadow-color: #32477F; 
scrollbar-highlight-color: #B9C8EE; 
}

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


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

/* 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.seo {
  visibility: hidden;
  	line-height: 0px;
} 
h1, h2, h3, h4, h5, h6 {
display: inline; 
font-weight: bold; 
font-family:  arial, Helvetica, sans-serif;
}

h1  {color: #69838B; font-size: 12pt;}
h2  {color: #69838B; font-size: 16px; }
h3  {color: #69838B; font-size: 15px; }
h4  {color: #69838B; font-size: 14px; }
h5  {font-size: 14px; }
h6  {font-size: 13px; }
p {  }


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

