*
{
    margin: 0;
    padding: 0;
}

body
{
    text-align: center;
    font-family: Tahoma;
    font-size: 13px;
    background: #363b72 url(images/bg.jpg) repeat-y center top;
}


#wrapper
{
    width: 915px;
    margin: 0 auto;
    text-align: left;
}
.pdfDownload
{
	font-weight:bold;
	font-size:14px;
		}
a.pdfDownload:hover
{
	color:#FF0000;
	
	}
#content
{
    width: 685px;
    height:auto;
    float: left;
}

#mainNav
{
    width: 215px;
    float: left;
}

#footer
{
    clear: both;
    display:block;
    text-align: center;
    border-top: dotted 1px #cccccc;
    padding: 6px 8px 5px 10px;
    background-color: #FFF;
}

h1, h2, h3, p
{
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
}

#branding
{
    height: 70px;
    background-color: #fff;
    border-bottom: solid 10px #c22826;
}

#greeting
{
    height: 40px;
    padding-left: 20px;
}

#news
{
    height: 75px;
}





#search
{
    background: #FFF url(images/button_0.gif) no-repeat;
    float: right;
    vertical-align: text-bottom;
    width: 200px;
padding: 10px 0 0 0;
    text-align: right;
    
}

#logo
{
    float: left;
    width: 600px;
}

#secure_area
{
	   margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
    padding: 4px;
}

#columns
{
    width: 700px;
    height: 350px;
}

#col_container
{
    width: 466px;
    border-top: dotted 1px #cccccc;
    padding-top: 10px;
}

.col1
{
    width: 225px;
    float: left;
    border-top: dotted 1px #cccccc;
    padding-top: 5px;
}

.col2
{
    width: 225px;
    float: left;
    border-right: dotted 1px #cccccc;
    border-left: dotted 1px #cccccc;
}

.col3
{
    width: 230px;
    float: right;
}

.col_text
{
    text-align: left;
    padding: 3px 5px 3px 8px;
}


#eBanking
{
    text-align: left;
 
    padding-top:5;
    background: url(images/eBanking_bg.gif) no-repeat;
 
}
a.eBankLink:hover
{
	background: url(images/eBanking_bg_over.gif) no-repeat;
	}
.eBankLink
{
	display:block;
width:100%;
height:100%;
line-height:0;
 font-size:0;
	}
#eBankTitle
{
	height:50px;
 width:215px;

	}
#menu
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding-left: 0;
    padding-right: 0;
    font-size: 100%;
    font-weight: bold;
    width:213px;
    border-top:solid 1px #000;
}
#menu_banking
{
	float:right;
	
	}

.title
{
	font-size:16px;
	color:#102D8B;
	margin:10px;
	
	font-weight:bold;
	
	}

#pointermenu2
{
    margin: 0;
    padding: 0;
}

#pointermenu2 ul
{
    margin: 0;
    margin-left: 6px; /*menu offset from left edge of window*/
    float: left;
    padding-left: 6px;
    font: bold 12px Verdana;
    background: #c00000 url(images/leftround2.gif) bottom left no-repeat; /*optional left round corner*/
}

* html #pointermenu2 ul
{
    /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
    margin-bottom: 1em;
    margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li
{
    display: inline;
}


#pointermenu2 ul li a
{
    float: left;
    color: white;
    font-weight: bold;
    padding: 7px 9px 7px 5px;
    text-decoration: none;
}

#pointermenu2 ul li a:visited
{
    color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected
{
    /*hover and selected link*/
    color: lightyellow;
    background: transparent url(images/pointer.gif) bottom center no-repeat;
}

#pointermenu2 ul li a#rightcorner
{
    padding-right: 0;
    padding-left: 2px;
    background: url(images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}

a
{
    text-decoration:none;
}

a:visited
{
    text-decoration:none;
}
#navcontainer { width: 200px; }
div#navProtection
{
	display:block;
	background-color:#F51C2E;
	color:Black;
	width:206px;
	height:40px;
	border-bottom: 1px solid #eee;
	padding: 3px;
	}
div#navProtection a:hover, a:link, a:visited
{
	color:black;
	
	
	}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
}

#navcontainer a
{
display: block;
padding: 3px;
width: 206px;
background-color: #6b8ab3;
border-bottom: 1px solid #FF0000;
}
#navlist
{
	font-size:16px;
	
	}
#flags
{
	float:right;
	margin-top:30px;
	margin-right:10px;
	
	
	}
#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #3f5c83;
color: #fff;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
background-color:White;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 200px; /*position where enlarged image should offset horizontally */

}
