@charset "utf-8";
/* CSS Document */

body {
 background-image: url(images/gradientBg.gif);
 background-repeat: repeat-x;
 background-position: top;
 background-color: #007a54;
 font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
 text-align: center;
 margin-top: 0px;
}
#wrapper { 
 margin: 0 auto;
 width: 803px;
 height: 100%;

}

#topBorder { 
 margin: 0 auto;
 width: 803px;
 float: left;
}
#navigation { 
 margin: 0 auto;
 width: 803px;
 height: 50px;
 background-image: url(images/navBg2.gif);
 background-position: top left;
 background-repeat: no-repeat;
 text-align: center;
 float: left;
}
#advertisement { 
 margin: 0 auto;
 width: 803px;
 float: left;
}
#content { 
 margin: 0 auto;
 width: 803px;
 padding: 5px;
 font-size: .85em;
 text-align: left;
 background-image: url(images/pageBg.gif);
 background-repeat: repeat-y;
 background-position: top left;
 float: left;
}
#bottom { 
 margin: 0 auto;
 width: 803px;
 float: left;
}
#bsb { 
 margin: 0 auto;
 width: 803px;
 text-align: center;
 color: #257E62;
 font-size: .8em;
 padding: 15px;
 float: left;
}
.clear { float: left; width: 1px; }

.pagename {
 color: #007a55;
 font-size: 1.2em;
}
a:link { color: #007a55; }
a:visited { color: #007a55; }
a:hover { color: #449993; }
a:active { color: #007a55; }

.bsbnav { color: #d8ebd6; display: inline-block; font-family: Arial, Helvetica; font-size: .9em; text-decoration: none;}
a.bsbnav:link { color: #d8ebd6; font-size: .9em; display: inline-block; }
a.bsbnav:visited { color: #d8ebd6; font-size: .9em; display: inline-block; }
a.bsbnav:hover { color: #000000; font-size: .9em; display: inline-block; }
a.bsbnav:active { color: #d8ebd6; font-size: .9em; display: inline-block; }

.calcHeadline {
	font-size: 1em;
	font-weight: bold;
}
.calcMaincopy {
	font-size: .9em;
}
.calcDisclaimer {
	font-size: .6em;
	font-style: italic;
}
.calcBoxes {
	font-size: .9em;
}
