@charset "UTF-8";
/* CSS Document */
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
h1{
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #00411D;
}

a.nav:link{
color:#00411D;
font-weight:normal;
text-decoration:none;
}
a.nav:visited {
color:#00411D;
font-weight:normal;
text-decoration:none;
}
a.nav:hover{
color:#669933;
font-weight:normal;
text-decoration:underline;
}
a.nav:active {
color:#669933;
font-weight:normal;
text-decoration:underline;
}



.bodyText {	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
color:#669933;
font-weight:normal;
text-decoration:underline;
}
a:visited {
color:#669933;
font-weight:normal;
text-decoration:underline;
}
a:hover {
color:#336633;
font-weight:normal;
text-decoration:underline;
}
a:active {
color:#336633;
font-weight:normal;
text-decoration:underline;
}
#topBar {
	position:absolute;
	left:0px;
	top:16px;
	width:100%;
	height:151px;
	z-index:1000;
	background-image: url(http://www.buffalosaves.com/images/header_02.jpg);
}
#logo {
	position:absolute;
	left:8px;
	top:16px;
	width:174px;
	height:159px;
	z-index:1050;
}
#linksBox {
	position:absolute;
	left:-15px;
	top:133px;
	width:771px;
	height:24px;
	z-index:1010;
	text-align: left;
	padding-left: 16px;
}
.headerLinks {
	margin-left: 180px;
	margin-top: 117px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	}

.bodyText {	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	}
#mainContent {
	position:absolute;
	left:183px;
	top:190px;
	width:525px;
	z-index:1011;
	text-align: left;
}
#rightCol {
	position:absolute;
	left:715px;
	top:190px;
	width:185px;
	height:417px;
	z-index:1012;
}
#leftCol {
	position:absolute;
	left:8px;
	top:190px;
	width:167px;
	height:441px;
	z-index:1013;
}
.relAnchor {
	position: relative;
}
.footerfltrt {
	float: right;
	margin-left: 8px;
	width: 200px
}
.footerfltlft {
	float: left;
	margin-right: 8px;
	width: 650px;
	text-align: left;
	padding-left: 10px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footerContainer {
	position:absolute;
	left:0px;
	width:100%;
	height:62px;
	z-index:1014;
	background-image: url(images/header_04.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerRight {
	position:absolute;
	top:16px;
	width:635px;
	height:112px;
	z-index:1015;
	background-image: url(images/header_03.jpg);
	background-repeat: no-repeat;
	right: 0px;
}
