﻿div,img
{
	margin:0;
	padding:0;
	border:0;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	font-family: Verdana, Arial;
	color: #363636;
}

h1, h2, h3, h4 {
	margin: 0;
	font-weight: 500;
	color: #233b59;
	letter-spacing: 1px;
}

h1 
{
	font-size:250%;
}

h2 
{
	font-size:150%;
}

h3
{
	font-size:125%;
}

h4
{
	font-style: italic;
	color: #7d8895;
	font-size: 125%;
	font-weight:normal;
}

a {
	color: #396191;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


input,select,textarea
{
	border-style:solid;
	border-width:1px;
	border-color:#d5d5d5;
	font-family: Arial, sans-serif;
	color:#363636;
	font-size:13px;
	margin:0;
	padding:0;
}

#container {
	margin: 25px auto;
	width: 866px;
	text-align:left;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	color:#363636;
}

#header
{
	background: url(/images/acctool/header.gif) no-repeat;
	height: 58px;
	width: 841px;
	padding: 0 0 0 25px;
}

#welcome
{
	width:841px;
	height:14px;
	font-size:90%;
	color:White;
	padding: 10px 0 0 0;
}

#tools
{
	background: #aabbd0;
	padding: 7px 25px 7px 25px;
}

#body
{
	background: url(/images/acctool/border.gif) repeat-y;
	width: 776px;
	padding: 45px;
}

#footer
{
	background: url(/images/acctool/footer.gif) no-repeat;
	height: 57px;
	width: 851px;
	text-align: right;
	padding: 1px 15px 0 0;
}

#legalCopy
{
	text-align:center;
	margin: 10px 0 50px 0;
	padding: 0 40px 0 40px;
}

#history
{
	float:right;
	width:230px;
	background: #d9e0ea;
	border-collapse: collapse;
}

#history th
{
	padding: 0 7px 0 7px;
}

/* ACC TOOL */

.nobord input { border: none; }
td.question input { padding: 1px; width: 40px; }
input.rangeValue { text-align: right; }
div.sectionSubmit { margin-bottom: 50px; padding-top: 30px; text-align: center; }
td ul { margin-top: 0px; }
.error { color: red; display: block; margin-bottom: 18px; font-weight: bold; }
.notify { color: #008; display: block; margin-bottom: 18px; font-weight: bold; }
.notifyil { color: #008; font-weight: bold; }
.hide { display: none; }
label { padding-left: 5px; margin: 0px; }
table.nobord tr td { padding-bottom: 1px; }
.calculationField { background: none; }

table.blue td, table.blue th
{
	border-right: solid 1px white;
	padding: 7px 14px 7px 14px
}

table.blue td.question
{
	padding: 17px;
}

table.blue th
{
	background: #396191; 
	color: White;
	font-weight: normal;
	font-size: 125%;
}

table.blue td td
{
	border: 0;
	padding: 0;
}

table.blue tr
{
	height: 27px;
}

table.blue
{
	background: #cfd8e4;
}

table.blue tr.alt
{
	background: #e3e8ef;
}

tr.history td
{
	padding: 3px 21px 3px 21px;
}

tr.history.alt
{
	background: #c5d0df;
}

.button
{
	border-top: solid 1px #5d7a9b;
	border-bottom: solid 1px #152436;
	border-left: solid 1px #5d7a9b;
	border-right: solid 1px #152436;
	background: #325680;
	padding: 2px 15px 2px 15px;
	color:White;
}



.smalltext
{
	font-size:80%;
}

.mediumtext
{
	font-size:100%;
}
.largetext
{
	font-size:150%;
}
