* {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	background-image: url('../bpimages/HeaderBg.gif');
	background-repeat: repeat-x;
}

div#container {
	width: 800px;
	margin: 0 auto;
}

div#branding {
	background-image: url('../bpimages/Logo.gif');
	background-repeat: no-repeat;
	width: 100%;
	height: 90px;
	margin: 15px 0px 0px 30px;
}

	#branding h1 {
		display: none;
	}

h2 {
	float: right;
	width: 210px;
	height: 90px;
	background-image: url('../bpimages/JoinToday.gif');
	background-repeat: no-repeat;
}

	h2 em {
		display: none;
	}

h3 {
	color: #2b4b63;
	font-size: 12px;
}

h1#application {
	width: 153px;
	height: 22px;
	background-image: url('../bpimages/HeaderApplication.gif');
	margin: 35px 0px 10px 33px;
}

h1#welcome {
	width: 230px;
	height: 23px;
	background-image: url('../bpimages/HeaderWelcome.gif');
	margin: 35px 0px 10px 33px;
	background-repeat: no-repeat;
}

	#application em, #welcome em {
		display: none;
	}

div#body {
	width: 760px;
	margin: 0 auto;
	border-top: 1px solid #e1e1e1;
	background-image: url('../bpimages/BodyBg.gif');
	background-repeat: repeat-y;
	padding-top: 10px
}

div#form {
	float: left;
	width: 390px;
	font-size: 11px;
	padding: 0px 0px 0px 15px;
	line-height: 15px;
}

	div#form span {
		padding-left: 15px;
	}
	
	div#form ul {
		margin: 10px 0px 0px 20px;
	}

div#gallery {
	float: right;
	width: 350px;
}

	#gallery img {
		float: right;
	}

div#clear {
	clear: both;
	height: 1px;
}

div.clear {
	clear: both;
	height: 1px;
}

div#footer {
	border-top: 1px solid #e1e1e1;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #880029;
	padding-top: 10px;
}

div#footer2 {
	border-top: 1px solid #e1e1e1;
	font-weight: bold;
	font-size: 10px;
	color: #880029;
	padding-top: 10px;
}

label, input {
	font-size: 10px;
	vertical-align: middle;
	line-height: 20px;
}

label {
	float: left;
	display: block;
	width: 125px;
	height: 20px;
	background-image: url('../bpimages/LabelLeftBg.gif');
	text-align: right;
	font-weight: bold;
	line-height: 20px;
	color: white;
	margin: 10px -1px 0px 0px;
	padding-right: 5px;
	text-transform: uppercase;
}


label.right {
	width: 26px;
	background-image: url('../bpimages/LabelRightBg.gif');
	margin: 10px -1px 0px 0px;
}

input {
	float: left;
	width: 200px;
	height: 18px;
	border: 1px solid #3d3e3e;
	margin-top: 10px;
	padding-left: 10px;
}

input#button {
	width: 84px;
	height: 22px;
	border: none;
	margin: 15px 0px 20px 113px;
}

br {
	clear: both;
}

a img {
	border: none;
}

a {
	outline: none;
}
