*{
	font-family: sans-serif;
	font-size: 8pt;
}

body{
	margin-top: 0px;
	background-image: url(../img/top_background.png);
	background-repeat: repeat-x;
}

H1{
	color:#017B87;
	border-bottom: 1px solid #BCD2DA;
	text-align: left;
	font-size: 12pt;
}

a{
	color:#017B87;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
.menu_left td{
	background-image: url(../img/menu_left.png);
	background-position: left;
	background-repeat: no-repeat;
	height: 30px;
	width: 16px;
	padding: 0px;
	margin: 0px;
}

.menu_right td{
	background-image: url(../img/menu_right.png);
	background-position: right;
	background-repeat: no-repeat;
	height: 30px;
	width: 16px;
	padding: 0px;
	margin: 0px;
}

.menu{
	font-family: sans-serif;
	font-size: 9pt;
}

.menu td{
	text-align: center;
	vertical-align: middle;
}

.menu a{
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.quick_link{
	color: #999999;
}

.quicklinks_table{
	background-image: url(../img/quick_links_back.png);
	width: 155;
	height: 274;
	background-repeat: no-repeat;
}

.quicklinks_table th{
	text-align: center;
	padding:10px;
	border-bottom: 1px solid #FFFFFF; 
}

.quicklinks_table a{
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #999999;
	display: block;
}

.quicklinks_table a:hover{
	color: #000000;
	text-decoration: none;
}

/* branches quick links table style */
.quicklinks_table_branches{
	background-image: url(../img/quick_links_back_branches.png);
	width: 155;
	height: 400;
	background-repeat: no-repeat;
}

.quicklinks_table_branches th{
	text-align: center;
	padding:10px;
	border-bottom: 1px solid #FFFFFF; 
}

.quicklinks_table_branches a{
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #999999;
	display: block;
}

.quicklinks_table_branches a:hover{
	color: #000000;
	text-decoration: none;
}

.content {
	padding-left: 10px;
	
}

.content H1{
	color:#017B87;
	border-bottom: 1px solid #BCD2DA;
	text-align: left;
	font-size: 12pt;
}

.content H2{
	color:#017B87;
	border-bottom: 1px solid #BCD2DA;
	text-align: left;
	font-size: 10pt;
}

.error404{
	text-align: center;
	padding: 40px;
	background-image: url(../img/404Back.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 500px;
}
.error404 h1{
	color:#017B87;
	font-size: 12pt;
}

.news{
	margin-top: 10px;
}

.news H1{
	margin: 0px;
	padding: 5px;
	padding-left:10px;
	font-size: 10pt;
	color: #000000;
}

.footer{
	background-image: url(../img/footer.png);
	height: 20px;
	text-align: center;
	font-size: 8pt;
	color: #555555;
	background-repeat: no-repeat;;
}

.newsdate{
	color: #BBBBBB;
	font-size: 8pt;
	text-align: right;
}
