/* Hermosa Beach POA CSS Document */


body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  background-image: url(webimages/hbpoabackground.gif);
  background-repeat: repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #666666;
}

/* Navigation */

ul#navigation {
width: 200px;
margin-left: 0px;
margin-top: 190px;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
}

ul#navigation li {
  list-style: none;
  border-top: dotted thin #336699;
  text-align: left;
  margin: 0;
}

ul#navigation li a {
  display: block;
  text-decoration: none;
  padding: 3px;
}

ul#navigation li a:link, a:visited { color: #336699; }
ul#navigation li a:hover, a:active { color: #999999; }
ul#navigation li a:hover { background-color: #FFFFFF; }


/* Sections */

#header {
  width: 100%;
  margin-left: 202px;
  margin-top: 10px;
  height: 50px;
  border-bottom: dotted thin #336699;
}

#left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 190px;
}

#center {
  margin-left: 230px;
  margin-right: 100px;
}

#logolayer {
position: absolute;
left: 0px;
top: 0px;
z-index: 1
}

/* Classes */

p.date {
font-size: 100%;
position: relative;
left: 10px;
}

p.pageheader {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #336699;
font-size: 150%;
font-weight: normal;
position: relative;
top: -15px;
left: 10px;
}

p.headlines {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-size: 130%;
font-weight: bold;
border-left: 8px #336699 solid;
padding-left: 4px;
}

p.legal {
color: #999999;
font-size: 90%;
position: relative;
left: 20px;

}

p.subhead {
color: #333333;
font-size: 110%;
font-weight: bold;
position: relative;

}

.bodylink a:link { color: #336699; text-decoration: none; font-weight: bold; }
.bodylink a:visited { color: #336699; text-decoration: none; font-weight: bold; }
.bodylink a:active { color: #336699; text-decoration: none; font-weight: bold; }
.bodylink a:hover { color: #333333; text-decoration: underline; font-weight: bold; }

