html {
height: 100.1%;
}

body {
font-family: "Lucida Sans Unicode", "Trebuchet MS", Arial, Verdana, Helvetica, "MS Sans Serif";
font-size: 12px;
margin:0;
padding:0;
background-color: #fefefe;
position:relative;
}

p,td {
 color: #828282;
 font-size: 11px;
 line-height: 160%;
}


a {
  color:#688702;
  text-decoration: none;
}
a:visited {
  color:#688702;
  text-decoration: none;
}
a:active {
  color:#688702;
  text-decoration: none;
}
a:hover {
  color:#688702;
  text-decoration: underline;
}


span.date {
 color: #959595;
 font-size: 10px;
 position:relative;
 top: 8px;
}

#footer {
 color: #959595;
 font-size: 10px;
 text-align: center;
 padding-top: 30px;
 padding-bottom: 10px;
}

#footer a { font-size: 11px;}



#logo_container {
  background-color: #fefefe;
  background-image: url(http://media.worldlight.com/images/header_background.jpg);
  background-repeat: repeat-x;
  padding:0;
  margin:0;
  border:0;
  text-align:center;
  height:103px;
}
#nav_container_intro {
  background-color: #000000;
  padding:0;
  margin:0;
  border:0;
  text-align:center;
  height:345px;
  width:100%;
}
#nav_container_normal {
  background-color: #000000;
  padding:0;
  margin:0;
  border:0;
  text-align:center;
  height:260px;
  width:100%;
}
#content_container {
  background-color: #fefefe;
  background-image: url(http://media.worldlight.com/images/middle_background.jpg);
  background-repeat: repeat-x;
  padding:0;
  margin:0;
  border:0;
}
#content_width {
  width:660px;
  margin:0;
  padding-top: 70px;
}















