html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	background:url(images/wallpaper.jpg) top center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
/* Hyperlinks */
a:link,
a:visited {
	color:#006666;
	}
a:hover,
a:active {
}
#bar a:link,
#bar a:visited {
text-decoration:none;
padding:0px 3px 0px 3px;
	}
#bar a:hover,
#bar a:active {
border-bottom:1px dotted #016356;
}
#nav a:link,
#nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	padding:3px 10px 3px 10px;
	}
#nav a:hover,
#nav a:active {
	background:#003333;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	}
.footlinks a:link,
.footlinks a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}
.footlinks a:hover,
.footlinks a:active {
	color:#D2FBE4;
	text-decoration:underline;
}	
/* Structure */
.container {
	background:url(images/wallpaper2.png) center repeat-y;
	min-height:100%;
	}
.div_01 {
	background:url(images/div_01.jpg) center repeat-y;
	height:193px;
	}
.div_01_internal {
	background:url(images/div_01_internal.jpg) center repeat-y;
	height:193px;
	}
.content {
	background:url(images/content.jpg) top center no-repeat;
		}
.div_03 {
	background:url(images/div_03.png) center repeat-y;
		}
.div_04 {
	background:url(images/div_04.png) center no-repeat;
	height:70px;
    width:100%;
	font-size:10px; 
	}
/* Nav Structure */
#nav {
	padding-top:3px;
	}
#bar {
	float:left; 
	z-index:1001; 
	position:absolute; 
	top:0px;
	width:870px; 
	text-align:right;
	color:#016356;
	font-size:11px;
	}
/*Content Area Structure */
.sidebar {
	background:url(images/sidebar_header.jpg) top no-repeat;
	background-color:#e6e6e6;
	width:273px;
	}
#banking {
	margin-bottom:30px;
	}
.box {
	/*background:url(images/content_top.jpg) top no-repeat;*/
		width:640px;
	padding-top:20px;
	}
#textpad {
	padding-left:15px;
	padding-right:15px;
	/*background-color:#E6E6E6;*/
	font-size:12px;
	text-align:left;
	}
#overlay {
	position: absolute;
	top: 196px;
	right:150px;
	width: 100%;
	height: 300px;
	z-index: 1000;
	}
.reflect {
width:130px;
margin:0px;
display:inline-block;
	}
#printheader {
	display:none;
	}
/* Footer Structure */
#topcell {
	height:34px;
	color:#999999;
	font-size:10px;
	}
#bottomcell {
	color:#FFFFFF;
	font-size:10px;
	}
/* Headers */
h1 {
	font-size:14px;
	color:#039582;
	margin:0px;
	padding-bottom:4px;
	padding-left:12px;
	border-bottom:1px dotted #B5B5B5;
	text-transform:uppercase;
	width:98%;
	background:url(images/greendot.gif) left no-repeat;
	}
h2 {
	font-size:14px;
	margin:0px;
	color:#333333;
	}
h3 {
	font-size:13px;
	margin-top:0px;
	font-style:italic;
	font-weight:normal;	
	color:#333333;
	}

#errors{
	display:none;
	color:#ff0000;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	padding-bottom:10px;
}

#savings_total{
	color:#ff0000;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
}

/* tables */
.table {
	font-size:12px;
	}
.tabletitle {
	background:#039582;
	color:#FFFFFF;
	font-size:12px;
	}
.roweven{
	font-size:12px;
	}
.rowodd {
	background:#CCCCCC;
	font-size:12px;
	}
.tablefooter {
	border-top:1px solid #039582;
	font-size:10px;
	}
/* Menu */
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background:#003333;
	color:#FFFFFF;
}
.menuanchorclass {
margin-top:50px;

}
/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden; 	
border-bottom-width: 0;
color:#333333;
text-decoration:none;
line-height: 18px;
z-index: 1000; /* zIndex should be greater than that of shadow's below */
background:#FFFFFF;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: url(images/arrownav.png) right no-repeat #003333;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
