/* Element styles*/

body {
	background-color: #e9f2d0;
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;

}

#bodyContent{
	margin-bottom:auto;
	margin-left:auto;
	margin-right:auto;
	width:795px;
}

H1 { 
  font-weight: bold; 
  font-size: 12pt;
  font-variant: normal;
  font-style: normal;
}

a img{
	border: none;
	}
	
a:link{
       color:#261f0d;
    }

a:hover{
       color:#ff5500;
    }

a:active{
       color:#ffffff;
    }

a:visited{
      color: #362f1d;
    }
		
ul{
    padding-left: 0px;
    margin-left: 0px;
    list-style: none;
  }
ul a {
  font-weight: bold;
  font-size: 10pt;
  text-decoration: none;
  }

ul#bulleted {
  list-style-type: circle;
}

ul#bulleted li{
  margin-left: 40px;
}

/* layout of banner elements */
#bannerElements{
    /*position: absolute;
    top: 20px;
    left: 20px;*/
    margin-bottom: 10px;
    margin-top: 10px;
  }


/* layout of page components */
#sidebar{
  /*text-align: left;
  position: absolute;
  top: 210px;
  left: 20px;
  */
  float: right;
  width: 130px;
}
	
#mainDiv{
    background-color: #e9f2d0;
    border: solid 3px #261f0d;
    /*position: absolute;
    top: 210px;
    left: 175px;*/
    float: left;
    width: 608px;
    min-height: 400px;
    padding: 20px;
}

.disclaimer{
 font-size: 10pt;
}

.longName{
   font-size: 9pt;
}

.special{
	color: #ff5500; 
	font-weight: bold;
	}

