/* CSS Document */

body  {
  margin: 0px;
  background-image: url(/FPA/img/bg.gif);
}
#member_benefits  {
	margin-left: 15px;
	padding-right: 5px;
}
#logo  {
  position: absolute;
  left: 0px;
  top: 0px;	
}

#navigation  {
  position: absolute;
  left: 0px;
  top: 0px;
}

#branding  {
  position: absolute;
  left: 0px;
  top: 112px;
}

#members  {
  position: absolute;
  left: 286px;
  top: 112px;
}

#content  {
  font-family: Verdana;
  font-size: small;
  position: absolute;
  left: 0px;
  top: 224px;
  width: 536px;
}
#content_container  {
  padding: 16px;
}
#content_header  {
  font-family: Verdana;
  font-size: large;
  font-weight: bold;
  color: #1426A8;
}
.content_link  {
    color: #1426A8;
}

#news  {
    position: absolute;
	left: 540px;
	top: 112px;
    width: 215px;
	background-image: url(/FPA/img/news_background.gif);
	background-repeat: repeat-y;
	padding: 5px;
}
.news_headline  {
  font-family: Verdana;
  font-size: x-small;
  font-weight: bold;	
  color: #1426A8;
}
.news_content  {
  font-family: Verdana;
  font-size: xx-small;
  color: #111111;
}
a:link.news_link  {
  font-family: Verdana;
  font-size: xx-small;
  font-weight: bold;
  text-decoration: none;
  color: #1426A8;
}
a:link.news_link  {
  font-family: Verdana;
  font-size: xx-small;
  font-weight: bold;
  text-decoration: none;
  color: #1426A8;
}
a:visited.news_link  {
  font-family: Verdana;
  font-size: xx-small;
  font-weight: bold;
  text-decoration: none;
  color: #1426A8;
}
a:hover.news_link {
  text-decoration: underline;
}

#retire  {
    position: absolute;
	left: 540px;
	top: 112px;
    width: 220px;
	padding: 5px;
}

#footer  {
  font-family: Verdana;
  font-size: xx-small;
  font-weight: bold;
  text-align: center;
  width: 760px;
  color: #ffffff;
  background-color: #DCA93A;
  padding: 10px;
}
#footer a:link, #footer a:visited, #footer a:active  {
  color: #ffffff;
  text-decoration: none;
}
#footer a:hover  {
  text-decoration: underline;
}

#breadcrumb  {
  font-family: Verdana;
  font-size: xx-small;
  color: #1426A8;
}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active  {
  color: #666666;
  text-decoration: none;
}
#breadcrumb a:hover  {
  text-decoration: underline;
}
