* { padding: 0; margin: 0; }

body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 3px 0;
	padding: 0;
	background: #FFFFFF url(graphics/backgd.gif) repeat-y;
	background-position: top center;
	height: 100%;
    text-align: center;
}
/* Commonly used to style page titles. */
h1 {
	color: #006600;
	font-size: 140%;
	font-weight: bold;
	line-height: 14px;
	text-transform: uppercase;
	border-bottom:#006600 dotted 1px;
	margin:10px 10px 10px 20px;
}
/* Commonly used to style section titles. */
h2 {
	color:#990000;
	text-transform: uppercase;
	border-bottom:#990000 dotted 1px;
	font-size:120%;
	margin:25px 10px 10px 20px;
}
h3 {
	font-size: 120%;
	margin:10px 10px 10px 20px;}
p {
margin:10px 20px;
font-size:110%;
line-height:1.3em;
}



/************ This is what you had ***************/
/*ul {
margin-right:1em;
}*/
/*li {
font-size:110%;
}*/
/************ This is what you had ***************/

/************ changed to this, you can change how you want ***************/
ul {
margin:10px 20px;
margin-right:1em;
}
li {
margin:10px 20px;
font-size:100%;
}
/************ changed to this, you can change how you want ***************/

td {
vertical-align:top;}
a img {
border:none;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
	color: #990000;
	text-decoration: none;
}

a:focus {
  color: #000;
}

a:active {
  color: #000;
}

.calcHeadline {
	font-size: 1em;
	font-weight: bold;
}
.calcMaincopy {
	font-size: .9em;
}
.calcDisclaimer {
	font-size: .6em;
	font-style: italic;
}
.calcBoxes {
	font-size: .9em;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */

/*html > body #contentWrapper{
height: auto;
}*/
#outerWrapper {
/*  background-color: #fff;*/
  margin: 0 auto;
/*  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 772px;
/*  text-align: center;*/
}

#contentWrapper {
	margin: 10px 0 10px 5px;
	width: 772px;
	text-align: center;
}
#leftColumn {
	border-right: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	float: left;
	width: 180px;
	display: inline;
	background: #cccccc url(graphics/backgd_nav.gif) repeat-x;
}


/************ this was commented, i just uncommented ***************/
#rightcolumn { 
 text-align: left;
 display: inline;
 width: 570px;
 float: left;
}
/************ this was commented, i just uncommented ***************/


.bsbnav, .bsbnav a { color: #ffffff; display: inline-block; text-decoration: none;}
.bsbnav a:link, a.bsbnav:link { color: #ffffff; display: inline-block; }
.bsbnav a:visited, a.bsbnav:visited { color: #ffffff; display: inline-block; }
.bsbnav a:hover, a.bsbnav:hover { color: #ffffff; display: inline-block; }
.bsbnav a:active, a.bsbnav:active { color: #ffffff; display: inline-block; }

.bsbnav2, .bsbnav2 a { color: #666666; display: inline-block; text-decoration: none;}
.bsbnav2 a:link, a.bsbnav2:link { color: #666666; display: inline-block; }
.bsbnav2 a:visited, a.bsbnav2:visited { color: #666666; display: inline-block; }
.bsbnav2 a:hover, a.bsbnav2:hover { color: #666666; display: inline-block; }
.bsbnav2 a:active, a.bsbnav2:active { color: #666666; display: inline-block; }

#outerWrapper .clearFloat {
  clear: left;
  width: 1px;
  display: block;
}
/*#content li{
line-height: 1.3em;
margin-top:10px;
}*/
#faq h2 {
	text-transform: none;
	background: url(graphics/backgd_top.gif) repeat-x;
	height:25px;
	color:#FFFFFF;
	padding: 3px 0 0 8px;
	font-size:100%;
}
.top a{
	font-size:90%;
 	text-decoration: underline;
}
.disclaimer {
	font-size:90%;
	font-style: italic;
	}
/*#sitemap li{
	padding: 10px 0 0 0;
	}*/
/*** Content Login and Locations ****/
.login {
	text-align:right;
	font-size:120%;
	padding:5px 25px 10px 10px;
	font-weight:bold;
}
.login a {
text-decoration:underline;
}
#contentEnter {
 margin: 20px 20px 20px 20px;
 float: left;
}

#outerWrapper #footer {
	border-top: solid 1px #666;
	height:40px;
	width:763px;
	font-size: 11px;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 0 0 10px;
	color:#666666;
	background: url(graphics/backgd_footer.gif) repeat-x;
	position: relative;
    bottom: 0;
}
#footer a {
text-align:center;
text-decoration:none;
font-size:90%;
}
/*.gx {
	font-size:.85em;
	text-align:center;
	margin-top:20px;
	}
.gx a {
	color:#666666;}
*/

#subNav li {
	text-align:left;
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}
#subNav a {
text-decoration: none;
padding-right: 11px;
}
#subNav #subNav_con a {
border: none;
}
#subNav a:hover {
color: #c82870;
}