body, table{FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; color:#303030;  line-height:18px;}
body{ padding:0px; margin:0px; background:url(images/bg.jpg) repeat-x;}
 
a {	text-decoration: underline;	color:#0e83b3;}
a:hover {text-decoration:none;color:#0e83b3;}

img{ border:0;}

.top_nav {color:#FFFFFF; text-align:center;}
.top_nav a{color:#FFFFFF; text-decoration:underline;}
.top_nav a:hover{color:#FFFFFF; text-decoration:none;}

.planbox {padding:12px; list-style:url(images/bullet_01.gif); border-bottom:dotted 1px #818181;}
.planbox ul{ margin:0 0 0 15px; padding:0;}
.planbox li{}
.planbox h1{ font-size:18px; color:#414141; margin:0 0 12px 0 ; font-weight:normal;}
.planbox h2{ font-size:24px; font-weight:normal; color:#1d8db7; line-height:24px; margin:0; font-weight:normal; background-color:#f4f4f4;}
.planbox h3{ font-size:18px; line-height:24px; color:#f99f1e; margin:0 0 5px 0 ; font-weight:normal; background-color:#fff}

.button {color:#414141; text-align:center; font-weight:bold; background:url(images/button_bg.gif) no-repeat; width:96px; line-height:28px;}
.button a{color:#414141; text-decoration:none;}
.button a:hover{color:#414141; text-decoration:underline;}
.welcome {padding:15px 25px 15px 25px; background:#f3f9fb;}
.welcome h1{font-size:18px; margin:0 0 8px 0; font-weight:normal;}

.bodybox { padding:10px; list-style:url(images/bullet_01.gif); }
.bodybox h1{ color:#1d8db7; font-size:18px; margin:0 0 8px 0; border-bottom:solid 1px #f0f0f0; padding:0 0 8px 0; font-weight:normal;}
.bodybox ul{ margin:0 0 0 15px; padding:0}

.bottom_nav { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#62bccb; text-align:center; line-height:33px;}
.bottom_nav a{color:#62bccb; text-decoration:underline;}
.bottom_nav a:hover{color:#62bccb; text-decoration:none;}

.active{ background-color:#5b870a; color:#FFFFFF; font-weight:bold;}

.pageHeading { background-color:#5b870a; border-bottom:solid 1px #e9e9e9}
.pageHeading h1{ font-size:30px; margin:0 0 5px 0; font-weight:normal; padding:20px 15px 5px 15px; border-bottom:solid 1px #77b00d; color:#FFFFFF;  }
.pageHeading h2{ font-size:18px; margin:0; font-weight:normal;  color:#b1ca4e;  padding:0 15px 10px 15px; }

#menu { width: 190px;  margin: 0 auto; text-align: left; font-family:Arial, Helvetica, sans-serif;}
#menu ul {  margin: 0; padding: 0; line-height:30px;}
#menu ul li {  display: inline;  float: left; width: 190px; list-style: none;}
#menu ul li a { display: block; text-decoration: none; 	color:#303030;background-color:#f4f4f4;  font-weight: bold; border-bottom:dashed 1px #fff; padding:0 10px 0 10px;}
#menu ul li a:hover, #menu ul li a.active { font-weight: bold;  color:#5b870a; background-color:#EBEBEB; border-bottom:dashed 1px #f4f4f4; padding:0 10px 0 10px;}

.style1{ padding:0; margin:0; font-family:Arial, Helvetica, sans-serif; color:#5b870a; font-size:24px; font-weight:normal; border:1px dotted #c4c4c4; border-left:none; border-right:none; line-height:40px;}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0;
 margin-top:2px;
 width:800px;
 padding: 0;
 line-height:46px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.6em; margin-top: 27px; /* I'm using ems and px to allow people to zoom their font */
 left: 0;
 padding:0;
 width: 150px;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 display: block;
 position: relative;
 margin-right: -1px; font-weight:bold;
}
/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul li a{ padding:8px 10px 8px 10px; line-height:18px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; background-color:#45484c; filter:alpha(opacity=90);}

.menulist ul li a:hover{ padding:8px 10px 8px 10px; line-height:18px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; background-color:#77b00d;}

.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
padding:0 22px 0 22px;
font-family:Arial, Helvetica, sans-serif; font-size:14px;
 display: block;
 color: #FFF;
 font-weight:normal;
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color:#45484c;
  filter:alpha(opacity=90);

}
.menulist a.highlighted {
 color: #FFF;
 background-color:#45484c;
 filter:alpha(opacity=90);
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}


/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */