div.bct_top_navigation {
	margin-left: 18px;	/*was 45px*/
	float: left;
	position: absolute;
	bottom: 0;
}

div.bct_top_navigation ul {
	margin: 0;
	padding: 0;
	list-style-type:none;

}
	
div.bct_top_navigation li {
	overflow:hidden;
}

div.bct_top_navigation ul li {
	background-image: url(img/button_bg.jpg);
	background-repeat: no-repeat;
	margin-right: 10px;
	text-align: center;
	float: left;
	width: 110px;
	margin-right: 10px; /*was 20px*/
}

div.bct_top_navigation ul a {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
 	float: left;
	width: 110px;
	line-height: 25px;
	margin-right: 20px;
}

div.bct_top_navigation li:hover, .selected {
	background-image: url(img/button_bg_ro.jpg);
	color: #000;
}	
div.bct_top_navigation a:hover {
	color:#000;
}	

#bctcontent {
	background:url(images/background.jpg) no-repeat center #FFF;
	
}
#bctfooter {
	position: relative;
	bottom: 0;
	background: url(images/swoosh.png) no-repeat;
	height: 68px;

	text-align: center;
	font-size: .8em;
	margin-top: -10px;
}
#bctfooter p {
	padding-top: 50px;
}
h1 {
		font-size: 2.0em;
		font-weight: bold;
		color: #005596;
		margin: 0;
		padding: 0;
		padding-bottom: 1em;
	}
h2 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 1.3em;
	margin-bottom: 0;
	padding: 0;
}
p {
	font-size: 1.2em;
}
a {
	text-decoration:underline;
	color: #005596;
}
a:hover {
	text-decoration:none;
}
hr {
	width: 95%;
	height: 2px;
	border: none;
	background: #005596;
}
.ui-datepicker { z-index:100;}

.button {
	background: #005596;
	color: #FFF;
	border: 2px outset #005596;
	cursor: pointer;	
}
.link-button {
	background: none;
	color: #005596;
	border: none;
	text-decoration:underline;
	cursor: pointer;	
}
.link-button:hover {
	text-decoration:none;
}





