body {
	margin: 0px;
	padding: 0px;
}
#border {
	background-image: url(../images/bggreenbar.gif);
	background-repeat: repeat-x;
	height: 118px;
}
#companylogo {
	background-image: url(../images/cologo.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 101px;
}

#buttons ul{
	list-style-type: none;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
#buttons {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	margin-top: -18px;
}


#buttons li{
	display: inline;
	margin: 0;
	padding: 0px;
}

#buttons li a{
	text-decoration: none; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	margin-top: -16;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}

#buttons li a:visited {
	color: #FFFFFF;
}

#buttons li a:hover {
	color:#000000;
}

#buttons li a:active {
	color:#000000;
}

