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

img {border-color: #000000;}

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

/* MAIN BODY PARTS COMMON ELEMENTS GROUPED TOGETHER */

table.header, table.main, table.footer { 
width: 930px; 
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: 12px;
}

/* MAIN BODY PARTS INDIVIDUAL ELEMENTS */


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

table.header {
background-color: #8A9DA2;
height: 140px;
width: 930px;
margin-left: auto;
margin-right: auto;
}

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

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

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

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

td.body {

padding: 22px; 
font-size: 12px; 
text-align: left;

 }

table.footer {
}

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

table.menu {
width: 930px;
background-image: url(images/menu/bg.jpg);
}

td.menu {
height: 20px;
background-color: #3D4D64;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
padding: 0px;
border-collapse: collapse;
color: #ffffff;
}

td.menubuttons {
height: 20px;
}


body   { 
background-color: #CCD6DB;
background-image: url("images/bg.jpg"); 
color: #43565C; 
margin: 0px; 
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 */




/* 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: 24px;}
h2  {color: #69838B; font-size: 19px; }
h3  {color: #69838B; font-size: 15px; }
h4  {color: #69838B; font-size: 14px; }
h5  {font-size: 14px; }
h6  {font-size: 12px; }
p {  }


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



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

/* FOR anylink menu*/

/* For new dropdown menu */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #AAB7C2;

width: 210px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
<br>text-indent: 5px;
color: #C6CED9;
}

.anylinkcss a:hover{ /*hover background color*/
color: white;
}
