* {
  margin: 0;
  padding: 0;
} 

body {  
  font: 0.82em/1.6em arial, verdana, arial, sans-serif; 
  color: #555555;   
}

h1 {
  font-size: 30pt;  
  margin-bottom: 15px;
}   

h2 {
  font-size: 12pt;
  border-bottom: 0.6em;
  margin-top: -15px
} 

h3 {
  color: #005b00;
  font-siez: 1.4em;
  
}

p {
  margin-bottom: 1.4em;
}

legend {
  display: none;
}

fieldset {
  border: none;
  background-color: #e5ead4;
}

label
{
  width: 150px;
  text-align: right;
  float: left;
  margin-right: 5px;
}

form div
{
  margin-bottom: 15px;
}

hr {
  visibility: hidden;
}

div#container {
  width: 756px;
  margin: 0 auto;
}

div#wipeOut {
  position: fixed;  
  margin-top: -60px;    
}   

div#bodyContent {
  width: 410px; 
  margin-top: 60px;
  background: url("/ui/ip-vertblur.jpg");
  background-repeat: no-repeat;    
  padding-left: 30px;
}

div#bodyContent a {
  border-bottom: 1px dotted #A8C166;
  text-decoration: none;
  color: #005b00;
}

div#bodyContent a:hover {
  background-color: #E2ECC6;
  border-bottom: 1px solid #A8C166;
}

div#bodyContent ul {
  list-style-type: none;
}

div#bodyContent li {
  padding-left: 15px;
  background-image: url("/ui/ip-bullet.gif");
  background-repeat: no-repeat;
  background-position: 4px 10px;
}

div#localNav {
  margin-bottom: 1em;
}

div#localNav ul {
 list-style-type: none;
}

div#localNav li {
  display: inline;
  padding-left: 0px;
  background-image: none;
  font-size: 1.2em;
  font-weight: bold;
}

div#localNav li a {
 text-decoration: none;
 color: #005b00;
 padding: 0.2em;
 border: 1px solid #d4e0b3;
}

div#localNav li a:hover {
  background-color: #E2ECC6;
}

div#sidebar {
  position: fixed;
  background: url("/ui/ip-sidebar.jpg");
  background-repeat: no-repeat;
  width: 230px;
  height: 480px;
  margin-left: 526px;
  margin-top: 10px;
} 

div#sidebar ul {
  list-style-type: none;       
}   

div#sidebar li a {   
  margin: 0.6em auto;
  display: block;
  width: 137px;
  color: #ffffff; 
  text-decoration: none;
  font-weight: bold; 
  padding: 0 4px;
  border-bottom: 1px solid transparent; 
}

div#sidebar li a:hover {
  background-color:#BED591;    
  border-bottom: 1px solid #A3BE60;
}   

.active {
  color: #005b00 !important;
}

p#sideTel {
  position: absolute;
  bottom: 0;            
  width: 230px;
}

div#logo { 
  background: url("/ui/ip-logo.png");
  background-repeat: no-repeat;
  width: 138px;
  height: 137px;
  margin: 2em auto;
}       

div#logo a {
  text-indent: 3000em;   
  position: absolute; 
  width: 138px;
  height: 137px;
  text-decoration: none; 
  overflow: hidden;
}       

.ip-banner {
  margin: 0 0 1em 0;
}    

p.small
{
  font-size: 0.8em;
  color: #666; 
}

.copyright {
  margin-top: 2em;
  font-size: 0.8em;
  color: #cccccc; 
  border-top: 1px dotted #f2f2f2; 
}

.copyright a {
  text-decoration: none;
  color: #666666;  
}

div.line {
  clear: both;
  background-image: url(../ui/ip-line.gif);
  background-repeat: repeat-x;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
}

.sIFR-replaced {
  visibility: visible !important;
}

span.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
  visibility: hidden;
  height: 40px;         
}      

.sIFR-hasFlash h2 {
  visibility: hidden;
}   

.sIFR-hasFlash #sideTel {
  visibility: hidden;       
}


li.localHlt a {
  outline: 1px dotted #e2e2e2 !important;
} 