html { margin: 0px; padding: 0px; }

body {
 margin: 0px;
 padding: 0px;
 background: #fff;
 font: 11px Verdana, Arial, Helvetica, sans-serif;      /* ~ REVISED LINE ~ **** default is - font: .7em Verdana, Arial, Helvetica, sans-serif; ******/
    /***** default for this line is: font: .7em Verdana, Arial, Helvetica, sans-serif; *****/
 color: #666;                                        /* ~ REVISED LINE ~ **** default color: #666    ******/ 
 min-width: 975px;
}

a:link { color: #3999d0; }    /* ~ REVISED LINE ~ */
a:visited { color: #3999d0; }   /* ~ REVISED LINE ~ */
a:active, a:hover { color: #7EB764; } /* ~ REVISED LINE ~ */

.clear { clear: both; }
.floatleft { float: left; margin: 0px 10px 10px 0px; }
.floatright { float: right; margin: 0px 0px 10px 10px; }

h1, h2, h3, h4, h5, h6 { margin: 5px 0px 5px 0px; font-weight: bold; font-family: Trebuchet, 'Trebuchet MS', Arial, Helvetica, sans-serif; }
h1 { color: #1888c8; font-size: 170%; }          /* ~ REVISED LINE ~ ***** default was #e57332 *******/
h2 { color: #8abe73; font-size: 170%; }          /* ~ REVISED LINE ~ */
h3 { color: #1888c8; font-size: 170%; }         /* ~ REVISED LINE ~ */
h4 { color: #1888c8; font-size: 140%; text-transform: uppercase; }   /* ~ REVISED LINE ~ */
h5 { color: #1888c8; font-size: 120%; font-family: Verdana, sans-serif; } /* ~ REVISED LINE ~ */
h6 { color: #666; font-size: 120%; font-family: Verdana, sans-serif; }  

.special {
 background: url('images/headerbg.gif') no-repeat;
 padding: 5px 0px 5px 25px;
 color: #fff;
}

img { border: 0px; }

#header {
 background: #2b6499;               /* ~ REVISED LINE ~ ******* change this for background color of top section original color #424c94 **************/
 position: relative;
 height: 150px;      /* ~ REVISED LINE ~ ******* change this if you have a taller logo **************/
 /* ~ REMOVED LINE ~ original code -> border-bottom: ... ; */
 margin-bottom: 2px;
 text-align: center;
 /* box model hack */
 voice-family: "\"}\"";
 voice-family:inherit;
 height: 147px;       /* ~ REVISED LINE ~******* change this if you have a taller logo  **************/
}
 html>body #header { height: 147px; }  /* ~ REVISED LINE ~******* change this if you have a taller logo  **************/

#logo {
 width: 200px;       /******* change this if you have a wider logo *****************/
 position: absolute;
 top: 2px;
 left: 10px;
}

/* this section is for the long banner */
#bannerlong {
 position: absolute; 
 right: 10px; 
 top: 10px; 
 /* ~ REMOVED LINE ~ ***** background: #000; ******/
 width: 500px;
 height: 70px;
 color: #e4ecf0;                /* ~ REVISED LINE ~ */ /* was #f7ebbc */
 font: 12px Verdana, Arial, Helvetica; /* ~ REVISED LINE ~ ********* Add this line Adjust pixel size as necessary *****/
 padding-top: 20px;  /* ~ REVISED LINE ~ ****** This pushes the text down. Adjust as necessary *******/
}

/* this section is for the two short banners */
#banner1 {
 margin: 0px auto;
 background: #000;
 width: 300px;
 height: 70px;
 color: #fff;
 top: 5px;
 position: relative;
}

#banner2 { 
 position: absolute; 
 right: 5px; 
 top: 5px; 
 background: #000;
 width: 300px;
 height: 70px;
 color: #fff;
}

#abovemenu { /* ~ ADDED OJBECT ~ For gradient line above menu */
 background: #fff url('images/pages_bg.gif') repeat-x center bottom scroll;
 position: absolute;
 height: 13px;
 top: 90px;
 left: 0px;
 width: 100%;
}

#topmenu {
 background: #fff url('images/pages_bg.gif') repeat-x center bottom scroll; /* ~ ADDED LINE ~ */
 position: absolute;
 height: 45px;   /* ~ ADDED LINE ~ */
 margin: 0px;   /* ~ ADDED LINE ~ */
 padding: 0px;   /* ~ ADDED LINE ~ */
 top: 103px;  /* ~ REVISED LINE ~ ******* change this if you have a taller logo  default 43 **************/
 left: 0px;
 text-align: center;
 width: 100%;
}


 #topmenu ul {
  min-width: 975px;   /* ~ REVISED LINE ~ *** may need to adjust width if menu is expanded/added to ****/
  height: 35px;      /* ~ ADDED LINE ~ */
  margin: 5px 0px 5px 15px;    /* ~ REVISED LINE ~ */
  padding: 0px;
  list-style: none;     /* ~ ADDED LINE ~ */
  text-align: center;     /* ~ ADDED LINE ~ */
  border-left: solid 1px #becadf;  /* ~ ADDED LINE ~ */
 }


 #topmenu ul li { 
  display:inline;    /* ~ REVISED LINE ~ */
  float: left;
  margin: 0px 3px 0px 0px;
  /* ~ REMOVED LINES ~ width: 125px; height: 27px; background: url('images/tab.gif') -159px 0px no-repeat; */
 }
 
 #topmenu a:link, #topmenu a:visited {
  display: block;
  float: left;
  /* ~ REMOVED LINES - original code to fit text within tabs -> width: 126px; line-height: 1.2em;*/
  height: 35px;    /* ~ REVISED LINE ~ */
  text-align: center;
  text-decoration: none;
  border-right: solid 1px #becadf;  /* ~ ADDED LINE ~ */
  padding: 0px 15px;     /* ~ REVISED LINE ~ */
  color: #1888c8;     /* ~ REVISED LINE ~ *** default color for tabs was #424c94 second choice color: #00FF00   black #000000 DADADA CECECE  *****/
  font: 12px Arial, Helvetica; /* ~ REVISED LINE ~ */
  font-weight: bold; 
  /* box model hack */
  voice-family: "\"}\"";
  voice-family:inherit;
  height: 35px;     /* ~ REVISED LINE ~ */
 }
 html>body #topmenu a:link, html>body #topmenu a:visited { height: 35px; }   /* ~ REVISED LINE ~ */
 
 #topmenu a:active, #topmenu a:hover {
  /* ~ REMOVED LINE ~  Hover State for Top Menu - original code -> background: url('images/tab.gif') no-repeat -319px 0px;*/
  color: #8abe73;     /* ~ ADDED LINE ~ */
 }
#page1 #link1, #page2 #link2, #page3 #link3, #page4 #link4, #page5 #link5 {
  /* ~ REMOVED LINES ~  Selected Page State for Top Menu - original code -> background: url('images/tab.gif') no-repeat 0px 0px;
  color: #1888c8;*/
}

#bodywrapper {
 /* ~ REMOVED LINE ~  border-top: ... */
 border-bottom: solid 1px #f0f0f0;  /* ~ REVISED LINE ~ */
}
 
#body2colleft {
 border-left: solid 180px #f0f0f0;  /* ~ REVISED LINE ~ */
}

#body2colright, #bodyhome {
 border-right: solid 200px #f0f0f0;  /* ~ REVISED LINE ~ */
}

#body3col {
 border-left: solid 200px #f0f0f0;  /* ~ REVISED LINE ~ */
 border-right: solid 200px #f0f0f0;  /* ~ REVISED LINE ~ */
}

#body3colinner, #body2colinner {
 width: 100%;
}

#body2 {
 width: 200px;
 float: left;
 margin-left: -200px;
 position: relative;
 padding: 8px;
 /* box model hack */
 voice-family: "\"}\"";
 voice-family:inherit;
 width: 184px;
}
 html>body #body2 { width: 184px; }

#body1 {
 width: 100%;
 float: left;
}

#body1inner {
 padding: 10px;
}
 #body2colright #body1 #body1inner, #bodyhome #body1 #body1inner { padding: 20px 10px 10px 28px; }

#body3 {
 width: 200px;
 float: left;
 margin-right: -200px;
 position: relative;
 padding: 10px;
 /* box model hack */
 voice-family: "\"}\"";
 voice-family:inherit;
 width: 180px;
}
 html>body #body3 { width: 180px; }
 
#bodyhome2col {
 border-right: solid 380px #fff;
}

#bodyhome2colinner { width: 100%; }

#bodyhomeleft {
 width: 100%;
 float: left;
}

#bodyhomeright {
 margin-right: -380px;
 position: relative;
 width: 380px;
 float: left;
 padding: 0px 10px 20px 20px;
 /* box model hack */
 voice-family: "\"}\"";
 voice-family:inherit;
 width: 350px;
}
 html>body #bodyhomeright { width: 350px; }

.leftmenu ul {
 margin: 0px; 
 padding: 0px;
}

.leftmenu li { 
 list-style: none; 
 background: url('images/vertical.gif') no-repeat 0px -85px;
 width: 180px;
 height: 24px;
}

.leftmenu a:link, .leftmenu a:visited {
 width: 180px;
 height: 24px;
 text-decoration: none;
 color: #3999d0;
 display: block;
 padding: 0px 0px 0px 20px;
 /* box model hack */
 voice-family: "\"}\"";
 voice-family:inherit;
 width: 160px;
}
 html>body .leftmenu a:link, html>body .leftmenu a:visited {
  width: 160px;
 }

.leftmenu a:active, .leftmenu a:hover { 
 background: url('images/vertical.gif') no-repeat 0px 0px;
}

#footer {
 margin-top: 2px;
 border-top: solid 5px #f0f0f0;
 padding: 5px;
}