﻿/* Header */


body {
	min-width:640px;
	width: 990px;
	margin-left:auto;
	margin-right:auto;
	background-color:#000000;
	
	/*	background-color:#959595;*/
}

a {
	color: #003366;
	font-weight: bold;
	text-decoration:none;
}

a.MenuLinks{
	color: white;
	font-weight:normal;
}


 #ATMheader {
	background: #003366;
	overflow:visible;
	width:100%;
	height: auto;
}


/* Footer */

#ATMfooter {
	clear:left;
	text-align:center;
	font-size:smaller;
	padding: 5px;
	/* Needed this width for the footer, after adding the 5px of padding */
	width: 980px;
	overflow:hidden;
	vertical-align:middle;
	background-color: #003366;
			font-family: Tahoma, Arial;
	font-size: 10pt;

	}

/* Color of footer & menu bar backgrounds */
a.AccentColor {
	background-color: #003366;
	color: white;
}


.AccentColor {
	background-color: #003366;
	color: white;
}

#headerImage {
	height: 168px;
	width: 990px;

	margin-left: auto;
	margin-right: auto;
	
}