@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #F5F5F5;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.oneColFixCtrHdr #container {
	width: 960px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	height: 170px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 1px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-color: #FFF;
	width: 838px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#mainContent h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #612FC6;
	margin-top: 0px;
	padding-top: 0px;
}
#mainContent h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}
#mainContent h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #5DA83F;
	font-weight: normal;
}

#mainContent p , #mainContent li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.table {
	padding: 0px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-color: #FC0;
	border-left-color: #FC0;
}
.imageTD {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
}

.table td {
	padding: 3px;
}

.tableMinorHead {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	background-color: #FF9;
}
.tableContent {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #FC6;
	border-bottom-color: #FC6;
	background-color: #FFC;
}
.table ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	margin: 0px;
}




#shadow {
	margin: 0px;
	padding: 0px;
	height: 15px;
}


#spaceBottom {
	margin: 0px;
	padding: 0px;
	height: 20px;
	background-color: #0C0;
}
#footer  {
	height: 60px;
	padding-top: 0;
	padding-right: 60px;
	padding-bottom: 0;
	padding-left: 40px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	margin: 0px;
}
#footer a {
	color: #612FC6;
	text-decoration: none;
}

#footer a:hover {
	color: #8EC414;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: small;
}
#copyright {
	float: right;
}
.imageFrame {
	margin: 3px;
	padding: 1px;
	border: 1px solid #F00;
}
.imageFrameFloatRight {
	float: right;
	border: 1px solid #612FC6;
	background-color: #FFF;
	padding: 1px;
}
.yoursaving {
	font-size: medium;
	color: #69B045;
}
.noinput {
	background-color: #F5F5F5;
	width: 100px;
	border: 1px solid #F5F5F5;
}
.inputsaving {
	font-size: medium;
	background-color: #F5F5F5;
	font-weight: bold;
	width: 100px;
	border: 1px solid #F5F5F5;
	color: #69B045;
}
.calcinput {
	width: 100px;
	background-color: #C3E473;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #000;
}

.clrFloat {
	clear: both;
}
#apDiv1 {
	position:relative;
	top:5px;
	width:918px;
	height:43px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
	left: 0px;
}
#apDiv2 {
	position:relative;
	left:90px;
	top:0px;
	width:169px;
	height:125px;
	z-index:2;
}

#credit a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #666;
	text-decoration: none;
}
#credit a:hover, #credit a:focus, #credit a:active {
	color: #F30;
}
#register2 {
	margin: 0px;
	padding: 1px;
	border: 1px solid #000;
}
#register2 td {
	padding: 3px;
}

.tint1 {
	background-color: #666;
	color: #F0F0F0;
}
li {
	list-style-image: url(../images/bullet-2.gif);
}

.tint2 {
	background-color: #CCC;
}
.tint3 {
	background-color: #e5e5e5;
}
.width1 {
	width: 350px;
}
.width2 {
	width: 250px;
}
#calculator {
	float: right;
	width: 350px;
	margin-left: 20px;
	padding: 2px;
}
#calculator h2 {
	margin: 0px;
}
#calculator table {
	background-color: #F5F5F5;
	border: 1px solid #666;
	padding: 1px;
}

#calculator td {
	padding: 3px;
}
.green {
	color: #69B045;
}
.greysmall {
	font-size: small;
	color: #666;
}
