@charset "UTF-8";
/* CSS Document */
body{
	background: #000;
	margin: 0 auto;
	padding: 0px;j
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
}
div#wrapper{
	width: 849px;
	min-height: 609px;
	background: url(../images/lsbc-header.jpg) #000 no-repeat;
	margin: 0 auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
}
a{
	color: #E8AE0F;
	text-decoration: underline;
}
img{
	border: none;
}
a:hover{
	color: #fff;
}
div#wrapper p{
	margin-top: 0px;
	padding: 0px;
}
h2{
	font-family: 'Sancreek', Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #E8AE0F;
	text-align: center;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

div#floatcontainer{
	height: 225px;
	margin-top: 5px;
}
.urgent{
	color: #BE1E2D;
}
.floatbox{
	width: 225px;
	min-height: 364px;
	border: thin solid #6D6E70;
	background: #231F20;
	float: left;
	margin-left: 35px;
}
.floatbox h3{
	width: 95%;
	font-size: 18px;
	color: #E8AE0F;
	text-align: left;
	margin: 0;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: thin solid #6d6e70;
}
.floatbox p,
.floatbox ul{
	width: 95%;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	text-align: left;
	line-height: 15px;
}
.registerbutton{
	margin: 0 auto;
}
#footer{
	margin-top: 5px;
	font-size: 10px;
	text-align: left;
	margin-left: 45px;
}

