body { 
      color: #000000; 
      font-size: 8pt; 
      font-family: Helvetica, Geneva, Arial, sans-serif; 
      font-weight: normal; 
      background: #cccccc; 
}

font {
       font-size: 9pt; 
}

td {
    font-size: 9pt;
    font-weight: normal;
}

border {
    border-width: 1px 1px 1px 1px;
    border-style: solid solid solid solid;
	border-color: white white white white;
}

table.sample {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	border-collapse: collapse;
	background-color: #ffffff;
}

table.sample th {
	border-width: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
	border-style: solid solid solid solid;
	border-color: white white white white;
	background-color: #ffffff;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.sample td {
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: ;
	border-color: white white white white;
}

p { 
      color: #000000; 
      font-size: 8pt; 
      font-family: Helvetica, Geneva, Arial, sans-serif; 
      font-weight: normal; 
      margin-left: 20px;
      margin-right: 20px;
}

header 1 {
         font-size: 11pt;
         font-weight: bold;
         color: #608748;
         padding: 0px;
         margin-top: 25px;
         margin-bottom: 15px;
         margin-left:20px;
         margin-right: 20x;
}

hr {
   color: #ffffff;
   font-weight: 7pt;
 
}

a.nav:link { 
        color: #FFFFFF; 
        text-decoration: none; 
        background-color: transparent; 
}

a.nav:visited { 
           color: #FFFFFF; 
           text-decoration: none; 
           background-color: transparent; 
}

a.nav:hover { 
          color: #ffffff; 
          text-decoration: none; 
          background-color: transparent; 
 
}

a.contact:link { 
        color: #000000; 
        text-decoration: underline;
        font-weight: normal; 
        background-color: transparent; 
}

a.contact:visited { 
           color: #000000; 
           text-decoration: underline;
           font-weight: normal; 
           background-color: transparent; 
}

a.contact:hover { 
          color: #608748; 
          text-decoration: underline;
          font-weight: normal; 
          background-color: transparent; 
}

a.more:link { 
        color: #608748; 
        text-decoration: underline;
        font-weight: bold; 
        background-color: transparent; 
}

a.more:visited { 
           color: #608748; 
           text-decoration: underline;
           font-weight: bold; 
           background-color: transparent; 
}

a.more:hover { 
          color: #000000; 
          text-decoration: underline;
          font-weight: bold; 
          background-color: transparent; 
}

#navigation { 
            font-weight: normal;
            font-size: 8pt;
            color: #000000;
            padding: 2px;
            margin-left: 75px;
}

#footer { 
         font-size: 7pt;
         font-weight: normal;
         color: #ffffff;
         padding: 5px;
         margin-left: 363px; 
}

#padding { 
         padding: 15px;
}

#padding2 { 
         padding-top: 15px;
         padding-bottom: 15px;       
}

#body_text { 
          color: #000000; 
          font-size: 9pt; 
          font-family: Helvetica, Geneva, Arial, sans-serif; 
          font-weight: normal;
          line-height: 11pt; 
          padding: 3px;
          margin-left: 0px;
          margin-right: 0px;
          margin-bottom: 5px;
}

#body_green { 
          color: #608748; 
          font-size: 10pt; 
          font-family: Helvetica, Geneva, Arial, sans-serif; 
          font-weight: normal;
          line-height: 15pt;
          padding: 0px;
          margin-left: 20px;
          margin-right: 60px;
}

#body_black { 
          color: #000000; 
          font-size: 9pt; 
          font-family: Helvetica, Geneva, Arial, sans-serif; 
          font-weight: normal;
          line-height: 13pt;
          padding: 0px;
          margin-left: 20px;
          margin-right: 60px;
}

#box_text { 
          color: #608748; 
          font-size: 8pt; 
          font-family: Helvetica, Geneva, Arial, sans-serif; 
          font-weight: normal;
          line-height: 11pt;
          padding: 0px;
          margin-left: 6px;
          margin-right: 6px;
}

#head { 
        font-size: 11pt;
        font-weight: bold;
        color: #608748;
        padding: 0px;
        margin-top: 25px;
        margin-bottom: 15px;
        margin-left:20px;
        margin-right: 20x;
}

#head2 { 
        font-size: 8pt;
        font-weight: bold;
        color: #608748;
        padding: 0px;
        margin-top: 5px;
        margin-bottom: 15px;
        margin-left: 20px;
        margin-right: 20x;
}

a.sitemap:link { 
        color: #ffffff; 
        text-decoration: underline; 
        background-color: transparent; 
}

a.sitemap:visited { 
           color: #ffffff; 
           text-decoration: underline; 
           background-color: transparent; 
}

a.sitemap:hover { 
          color: #000000; 
          text-decoration: underline; 
          background-color: transparent; 
}

ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

li a {
	display:block; /* a must */
	border: solid #CCC;
	border-width: 0 1px; /* left and right borders only */
	text-decoration: none;
	outline:none; /* so as not to distract from the effect */
	color: #000;
	background: #e4e4e4;
	list-style-type: none;
}
li a b {
  display: block; /* another must */
  position:relative; /* because the child elements are positioned */
  top: -1px; /* drag it up a little, creates the top notches */
  left: 0;
  border:solid #CCC;
  border-width:1px 0 0; /* top border only */
  font-weight:bold;
  font-size: 12px;
  list-style-type: none;
}
li a b b {
  border-width:0 0 1px; /* bottom border only */
  top: 2px; /* pushed down a little to create the bottom notches */
  list-style-type: none;
}
li a b b b { /* i don't think three-deep tag is even necessary */
	top:-1px;
	padding: 1px 6px;
	border-width: 0;
	list-style-type: none;
}
