body {  
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
}

p,li {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1em; 
  color: #000000;
}

h1,h2,h3 {  
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 1.4em; 
  font-weight: bold; 
  text-align: left;
}
h1 {
  color: #7813B8; 
  font-size: 1.4em; 
}
h2 {  
  font-size: 1.35em; 
}
h3 {  
  font-size: 1.2em; 
}
a {
  color: #7915B9;
}

#textfooter { 
  clear: both;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
  background-image: url('Images/Footer_BG.gif');
  background-color: #7813B8; 
  padding: 6px 0px 4px 0px; 
}
#textfooter p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7em; 
  color: #FFFFFF;
  vertical-align: middle;
  margin-top: 4px;
  margin-bottom: 0px;
  clear: both;
}
#textfooter p a {
  color: #FFFFFF;
}
#textfooter p a:hover {
  color: #30BC30;
}


/* mast head and logo */
#headerbar {
  position: absolute;
  height: 82px;
  width: 100%;
  top: 0px;
  left: 0px;
  background-image: url('Images/Header_BG.gif');
}

/* Title of website section */
#mastbar {
  position: absolute;
  top: 0px;
  right: 0px; 
} 

#logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* topnav */

#topnav {
  position: absolute;
  top: 50px;
  right: 0px;
  height: 15px;
  overflow: hidden;
  text-align: right;
  padding: 5px 0px 6px 25px;
  background-image: url('Images/Curve.gif');
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  vertical-align: middle; 
} 


#topnav a {
  margin: 0 0 0 0;
  padding: 5px 9px 4px 9px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
  text-decoration: none;
  border-right: dotted #000000 1px;
}

#topnav a:hover {
  color: #000000;
  text-decoration: underline;
  background-color: #AD6AD7;
}

#topnav a.selected {
  background-color: #C0E3B4;
}

/* body container - contains sidebar and content body */

#bodycontainer {
  width: 100%;
  overflow: auto;
}


/* Sidebar - contains major section content links */
#sidebar {
  float: left;
  margin: 105px 20px 20px 20px;
  width: 180px;
  vertical-align: top;
}

#sidebar a {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  margin: 0 0 0 0;
  padding: 5px 0 6px 25px;
  background-image: url('Images/Button_low.gif');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  border-bottom: dotted 1px #000000;
}

#sidebar a.selected {
  color: #7813B8;
  background-image: url('Images/Button_hi.gif');
}

#sidebar a:hover {
  color: #30BC30;
  text-decoration: underline;
}

/* body and general content */

#contentbody {
  margin-left: 240px;
  margin-top: 115px;
  margin-right: 20px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

img {
        margin: 0px;
        padding: 0px;
}
a img {
        border: 0px solid #000000;
}
table {
        width: auto;
        border-collapse: collapse;
}
th {  
  font-weight: bold; 
  border: 2px solid #999999;
}
td {
        vertical-align: top;
}
.email {
  margin: 10px 10px 10px 0px;
  padding: 3px 5px 3px 50px;
  background-image: url('Images/emailbg.gif');
  background-repeat: no-repeat;
  width: 246px;
  height: 41px;
}

.email a {
  color: #FFFFFF;
}

.important {
 color: #FF0000;
 font-weight: bold;
}
