body {
	font-family:Arial,sans-serif;
  font-size:.85em;
  background-color:#003300;
  margin: 15px;
  border: 0px solid #ffffff;
  
}

a:link { color:#FFFFFF;text-decoration:underline;}
a:visited { color:#FFFFFF;text-decoration:underline;}
a:hover { color:#ffff99;text-decoration:underline;}

a.lnk2:link { color:#003300;text-decoration:none;}
a.lnk2:visited { color:#003300;text-decoration:none;}
a.lnk2:hover { cursor:pointer;color:#000099;text-decoration:underline;}

#menu {
  background-color:#FFFF99;
  width:147px;
}

#menu a{
  	display: block;
    color:#003300;
    text-decoration:none;
    font-size:1.0em;
    border-bottom:solid #CCCCCC 1px;
}

#menu a:hover{
  background-color:#FEFEFE;
}

#Bmenu {
  background-color:#FFFF99;
  width:100px;
  text-align: right;
  padding-right:15px;
  padding-top:15px;
  position: absolute;
  top: 208px;
  left: 873px;
}

#Bmenu a{
  	display: block;
    color:#003300;
    text-decoration:none;
    font-size:1.2em;
    font-weight:bold;
    border-bottom:solid #CCCCCC 1px;
    border-top:solid #CCCCCC 1px;
    margin: 0;
}

#Bmenu a:hover{
  background-color:#FFFFff;
}

.header {
  color:#FFFF99;
  font-size:55px;
  font-weight:bold;
  letter-spacing:30px;
  width: 828px;
  padding-left:50px;
}

.divider {
  background-color:#FFFFFF;
  height:25px;
  border-bottom-color:#000000;
  border-bottom-style:solid;
  border-bottom-width:3px;
  padding-left:205px;
  font-size:1.2em;
  font-weight:bold;
}

.header2 {
  background-color:#FFFF99;
  height:74px;
  margin:0px;
  border: transparent 1px none;
}

.header2text {
  padding-top:15px;  
}

.header2 img {
  margin-right:10px;
}

.bodytext {
  padding-top:5px;
  color:#FFFFff;
}

.images {
  margin-top:70px;  
}

.copy {
  font-size:.7em;
  color:#FFFF99;
  text-align:right;
}