html {
  margin:0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.fnimenu {
border:0px;
margin:0px;
padding:0px;
}

a.fnimenu:link,
a.fnimenu:visited,
a.fnimenu:hover,
a.fnimenu:active {
display:block;
text-decoration:none;
white-space:nowrap;
}

div.fnimenu-top {
position:relative;
visibility:visible;
top:0px;
left:0px;
}

div.fnimenu-pop {
position:absolute;
visibility:hidden;
top:0px;
left:0px;
}

div.fnimenu table tr td img {
border:0px;
margin:0px;
padding:0px;
}

object {
  display:block;
}

/*
 A "Really Ugly Hack" necessary for Internet Explorer
 to allow "block anchor tags" to be fully click-able.
*/
* html body div.fnimenu table tr td a {
width:100%;
}

p {
  color:#3A6478;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 10px;
}

p.bottom {
  color:#3A6478;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height: 18px;
  margin-top: 5px;
  margin-bottom: 0px;
}

table.menu {
  color:#3A6478;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height: 11px;
}

table.menu td {
padding: 3px 0 3px 0;
border-bottom: solid #CCCCCC 1px;
}

table.brdr_btm td{
border-bottom: solid #CCCCCC 1px;
}

div.menu_total {
  width:80px;
  padding:10px;
  background-color:#FFFFFF;
  font: bold 18px/24px Arial, Helvetica, sans-serif;
  color:#333333;
  border:solid #CCCCCC 1px;
  text-align: center;
  margin-bottom: 400px;
  margin-top: 15px;
}

h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  color: #003366;
  margin-bottom: 10px;
  margin-top: 30px;
}

h2 {
  color: #06649A;
  font-size: 16px;
  margin-bottom: 10px;
}

h3 {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 14px;
  color: #336633;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 30px;
}

h3.alt {
  margin-top:0px;
}

form {
  margin:0;
}

label {
  font: normal 12px/12px Arial, Helvetica, sans-serif;
  display:block;
  margin-top: 5px;
  margin-bottom: 3px;
}

ul {
  margin-top: 8px;
}

li {
  color:#003366;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  line-height: 18px;
}

ol li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a:link, a:visited {
  color: #006633;
  text-decoration: underline;
}

a:hover, a:active {
  color: #003300;
  background-color: #ECF4ED;
  text-decoration: none;
}

a.no_link:link, a.no_link:visited {
  color: #3A6478;
  text-decoration: none;
}

a.no_link:hover, a.no_link:active {
  color: #3A6478;
  background-color: #ECF4ED;
  text-decoration: underline;
}

a.bttn:link, a.bttn:visited {
  color: #3A6478;
  text-decoration: none;
  background-color: #FFFFFF;
  border: solid #86B383 1px;
  padding: 5px;
}

a.bttn:hover, a.bttn:active {
  color: #333333;
  text-decoration: none;
  background-color: #ECF4ED;
  border: solid #86B383 1px;
  padding: 5px;
}

a.no-background:hover, a.no-background:active {
  background:none;
}

img.brdr {
  border: solid #85B5CB 1px;
}

img.no-brdr {
  border:none;	
}

.small {
  font-size:10px; 
}

input.text {
  width:120px;
  border:1px solid #000000;
}

div.home_content {
  margin-left: 15px;
  margin-right: 30px;
  margin-bottom: 0px;
}

div.home_content p {
  font-size:11px;
}

div.home_feature_content {
  margin-left: 20px;
  margin-right: 15px;
  margin-bottom: 20px;
  margin-top: 10px;
}

table.content {
  width:760px;
}

td.header {
  text-align: right;
  background-image: url("/images/header_bg.jpg");
  height:50px;
  background-repeat: no-repeat;
}

table.navigation {
  width: 760px;
}

td.col_left {
  width: 480px;
  vertical-align: top;
}

td.col_inside_left {
  width: 480px;
  vertical-align: top;
  background-image:  url(/images/col_left_inside_bg.gif);
  background-repeat: repeat-y;
  background-position: left;
}

td.col_right {
  width: 280px;
  vertical-align: top;
  background-image: url(/images/home_content_bg_bottom.jpg);
  background-position:bottom;
  background-repeat:no-repeat;
}


td.col_inside_right {
  width: 280px;
  vertical-align: top;
  background-image: url(/images/col_right_inside_bg.gif);
  background-position:bottom;
  background-repeat:repeat-y;
}

td.content_bg {
  background-image: url(/images/inside_bg.gif);
  background-repeat:repeat-y;
}

div.inside_content {
  margin-left: 60px;
  margin-bottom: 60px;
  margin-top: 20px;
  margin-right: 10px;
  clear: both;
}

div.right_content_bg {
  background-image:url(/images/right_content_bg.gif);
  background-position:top left;
  background-repeat:no-repeat;
}

div.right_content {
  padding-left: 10px;
  padding-right: 5px;
}

div.right_content ol {
}

div.right_content li {
  font-size:12px;
  margin-bottom: 5px;
  margin-left: -15px;
}

div.right_content li a:link, a:visited {
  text-decoration:underline;
}

div.right_content li a:hover, a:active {
  text-decoration:underline;
}

div.right_content p {
  font-size:11px;
  color: #003366;
}

div.align_left {
  float:left;
  margin-right:15px;
  margin-bottom: 25px;
  margin-top: 12px;
}

div.align_right {
  float:right;
  margin-left:10px;
  margin-bottom: 25px;
  margin-top: 12px;
}

div.indent, p.indent {
  margin-left: 15px;
}

td.footer {
  text-align:left;
}

td.footer p {
  font-size: 11px;
  margin-right:0px;
}

td.feature_col_left {
  vertical-align:top;
  background-image: url("/images/home_feature_left_bg.gif");
  background-repeat:repeat-y;
  width: 240px;
}

td.feature_col_right {
  vertical-align:top;
  background-image: url("/images/home_feature_right_bg.gif");
  background-repeat:repeat-y;
  width: 240px;
}

td.rate_cell {
  border-bottom: solid #86B383 2px;
}

td.rate_heading {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  vertical-align: top;
  border-bottom: solid #86B383 1px;
  color: #5B9157;
}

img.guide {
  padding-right:10px;
  padding-top:5px;
}
/****************************************
  Revised link styles for FNI Menu
*****************************************/

a.topmenuhead:link, a.topmenuhead:visited, a.topmenuhead:hover, a.topmenuhead:active {
  background-color:#ECF7F8;
  border:solid #3D85A0 1px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  margin:0px;
  padding-top:5px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:5px;
  color:#3D85A0;
  font-weight: bold;
  text-align: center;
  border-top-color: #B4D6E2;
  border-right-color: #62aec7;
  border-bottom-color: #62aec7;
  border-left-color: #B4D6E2;
  border-bottom-width: 4px;
  background-image: url(/images/navigation/nav_bg.gif);
  background-repeat: repeat-x;
  background-position: top;
}

a.topmenuhead:hover {
background-color:#FFFFFF;
background-image:none;
}

a.topmenudown:link, a.topmenudown:visited, a.topmenudown:hover, a.topmenudown:active {
  background-color:#62aec7;
  border:solid #3D85A0 1px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  margin:0px;
  padding-top:5px;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:5px;
  color:#FFFFFF;
  font-weight: bold;
  text-align: center;
  border-top-color: #7BB6CC;
  border-right-color: #62aec7;
  border-bottom-color: #275E70;
  border-left-color: #275E70;
  border-bottom-width: 4px;
}

a.topmenudown:hover {
  background-color:#FFFFFF;
  background-image:none;
  color: #3D85A0;
}

a.topmenuover:link, a.topmenuover:visited, a.topmenuover:hover, a.topmenuover:active {}
a.topmenuover:hover {}
a.popmenuhead:link, a.popmenuhead:visited, a.popmenuhead:hover, a.popmenuhead:active {}
a.popmenuhead:hover {}

a.popmenudown:link, a.popmenudown:visited, a.popmenudown:hover, a.popmenudown:active {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  margin:0px;
  color:#FFFFFF;
  background-color: #479EBA;
  font-weight: bold;
  padding-top: 6px;
  padding-bottom: 6px;
  border: solid #87BFD1 1px;
  border-bottom: solid #CEE4EC 1px;
  text-align: center;
  width: 160px;
}

a.popmenudown:hover {
  background-color: #FFFFFF;
  color: #3D85A0;
}

a.popmenuover:link, a.popmenuover:visited, a.popmenuover:hover, a.popmenuover:active {}
a.popmenuover:hover {}
