@charset "UTF-8";
/* CSS Document */

html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
	background-color: #e2e8f4;
	color: white;
	padding:0;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 75%;
}

#container
{
	width: 952px;
	margin: 10px auto 0px auto;
	line-height: 130%;
}

#header {
	background-image:url(/images/header-bg.jpg);
	background-repeat: no-repeat;
	height: 76px;
	width: 100%;
	padding: 0em;
	background-color: #00328A;
	border-bottom: 0px;
}
#navigation {
	margin: 0;
	width: 100%;
	height: 1.5em;
	background-image:url(/images/navigation-bg.jpg);
	background-repeat:repeat-y;
	background-color: #00328A;
}
#content {
	background-image:url(/images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	background-color:#00328A;
	clear: both;
	text-align: justify;
	padding: 1em 2em 1em 1em;
	overflow: auto;
    min-height: 500px;
	color: black;
}
#footer {
	background-image:url(/images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-color: #ddd;
	height: 76px;
	padding: .1em;
	color: #333;
	border: 0px;
	text-align: center;
	font-size: 10px;
}

.toptext {
text-align:center;
background-color:#214680;
color:#FFFFFF;
padding: 8px 0 8px 0;
}

.belowtext {
text-align:center;
size:7px;
color:#214680;
padding: 2px 0 2px 0;
}

.floatleft {
float:left;
}

.floatright {
float:right;
padding-left:10px;
}

.main {
	width: 650px;
}	
.callout {
	float: right;
	width: 210px;
}
.transparentBackground {
	/*visibility: hidden;*/
	background-color: #ddd;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	padding: 1em;
}

.calculator {
	width: 701px;
	height: 750px;
	z-index: -7;
	background-color: #ddd;
	padding: 0;
}

.blank {
	/*visibility: hidden;*/
	background-color: #ddd;
	filter:alpha(opacity=00);
	-moz-opacity:.00;
	opacity:.00;
	padding: 1em;
}

.style1 {font-size: 9px}
.style2 {font-size: 10px}


#h1 {
	padding: 0;
	margin: 0;
}

#leftnav p { 
	margin: 0 0 1em 0; 
}
#content h2 { 
	margin: 0 0 .5em 0;
}

#content a:link, #content a:visited {
	font-weight: bold;
	text-decoration: underline;	
}
#content a:hover, #content a:active {
	text-decoration: none;
}