/* GENERAL LAYOUT
*************************************/
body { 
	color: #000;
	background: #fff;
	padding: 0;
	margin: 0; 
	font-size: 11pt;
	font-family: Verdana, Arial, Sans-Serif;
}


#container {
	width: 95%;
	text-align: left;
}

#masthead { clear: both; }

#masthead h1 { font-size: 18pt; text-align: center; } 
#masthead h1 a,
#masthead h2 a { text-decoration: none; color: #000; }

#masthead h2 { font-size: 14pt;  text-align: center; }


#mainnav, ul#mainnav, ul#mainnav li { display: none; }

em {font-style: italic;}

strong {font-weight: bold;}


#footer { 
clear: both;
font-size: 10pt;
border-top: 1px solid #ececec;
}

#footer p {
text-align: center;
padding-bottom: 0pt;
line-height: 1; 
}


#footer a {
text-decoration: underline;
color: #000;
background-color: inherit;
}

#footer a:hover {
color: #FFA200;
background-color: inherit;
}



/* typography & links - main
*************************************/
#main a {
text-decoration: underline;
color: #000;
background-color: inherit;
}


#main h1, #main h2, #main h3 {  
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}



#main h1 { font-size: 16pt; }
#main h2 { font-size: 14pt; }
#main h3 { font-size: 12pt; }

#main h4 { font-size: 11pt; }


/* TABLES 
*********************************/

table.calculator { 
border: 1pt #999 solid; 
border-collapse: collapse; 
border-spacing: 0pt; 
width: 95%;
margin: 0pt 0 15pt 5pt;
text-align: left;
font-size: 10pt;
}

table.calculator th {
border-left: 1pt solid #999; 
border-bottom: 1pt solid #999; 
padding: 5pt;
}

table.calculator td { 
border-bottom: 1pt solid #999; 
border-top: 0pt; 
border-left: 1pt solid #999; 
border-right: 0pt; 
vertical-align: top;
padding: 5pt;
}

table.calculator td.tabhed {
font-weight: 700;
}
