body {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a { color:#fe5800;}
a:hover {text-decoration:none;}
.orange {
	color:#075309;
}

h1, h2, h3, h4, h5 {
	margin: 0 auto;
}

#header {
	height:104px;
	background-image: url(images/header_bckg3_104.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
#logo {
	width:auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/buffaloskyline1.jpg);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	height: 104px;
}
#logo a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	height:12px; 
	font-size:38px;
}
#logo a:hover { }
#menu {
	color:#fff;
	text-align:center;
	margin-top:0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0;
	padding: 0;
}
#menu ul{
	width: 790px;
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu ul li{
	display:inline;
}
#menu ul a {
	display:block;
	float:left;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	padding:8px 6px;
	width:118px;
	text-align:center;
}
#menu ul a:hover { background:url(images/menu_over.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active { background:url(images/menu_active.gif) no-repeat bottom center; color:#232323;}
#menu ul a.active:hover { background:url(images/menu_active.gif) no-repeat bottom center; color:#232323;}

#mainwrapper {
	clear: both;
	width: 780px;
	background-color: #f3f3f3;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #d9d9d9;
	border-left-color: #d9d9d9;
} 
/*     background: #eee;
	margin-left: auto;
   	margin-right: auto; */

#mainwrapper .leftcol{
   position: relative;
   float: left;
}

#mainwrapper .rightcol{
   position: relative;
   float: right;
}
#head_image {
	padding: 0;
	height: 104px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*#slogan { color:#fff; font-family: "Arial Narrow", Arial, Tahoma; font-size:21px;}
#under_slogan_text { color:#ffff00; font-size:10px; line-height:12px; padding-top:15px;} */

#content {
	padding:0;
	background-image: url(images/header_bottom.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 32px;
}

#text {
	float:left;
	width:500px;
	padding-left:20px;
}
#sidebar {
	background:url(images/sidebar_bckg.gif) repeat-x;
	color:#6f6e6e;
	padding:15px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 530px;
}
#sidebar h2 {color:#333333; margin:0 0 15px 0; font-size:14px; font-weight:bold;}

#footer {
	background:url(images/footer_bckg1.jpg) repeat-x;
	text-align:center;
	padding: 5px;
	color:#FFFFFF;
	font-size:12px;
	clear:both;
	margin: 0 auto;
}
.greyBox {
	background-color: #efefef;
	border: 1px solid #dcdcdc;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
.lightBlueBox {
	background-color: #d5eaff;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	margin: 20px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0080ff;
	border-right-color: #0080ff;
	border-bottom-color: #0080ff;
	border-left-color: #0080ff;
}
.headBand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(headSlice.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-weight: bold;
	height: 23px;
	padding-top: 2px;
}
.headBandBig {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background-image: url(images/headSliceBig.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	height: 32px;
	padding-top: 7px;
	margin: 0px;
}
img.leftalign, img.rightalign {
	display:block;
	padding:3px;
	border: solid 1px #ddd;
	background-color: #efefef;
}
img.leftalign {
              float:left; 
              margin-right:8px;
}

img.rightalign {
               float:right; 
               margin-left:8px;
}
