body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000;
	margin-top: 19px;
	padding: 0px;
}
.bodybg {background-color: #000000;}

#container {margin: 0 auto;	width: 892px; height: auto; text-align: left;}
	
	/* Container for logo */
	#header {
		width: 892px; height: 93px;
		background-image: url(images/sbheader.gif); background-repeat: no-repeat;
	}

	#middlecontainer {background-color: #767676; width: 892px;}

	/* Navigation */
	#nav {
		padding: 5px;
		width: 150px; float: left;
		background-color: #767676;
	}
	#nav ul {
		margin: 0;
		padding: 0;
		padding-left: 0px;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;	
	}
	#nav li a{
		float: left;
		display: block;
		width: 140px;	
		text-decoration: none;
		margin: 0;
		padding: 7px 5px; /*padding inside each tab*/
		color: #ffffff;
		background: #767676; /*background of tabs (default state)*/
	}
	#nav li a:hover, #nav li.selected a{
		color: #ffffff;
		background-color: #4B4B4B;
	}
	
	/* Main Content */
	#wrapper {
		padding: 15px 5px 15px 5px;
		float: left;
		width: 720px;
		text-align: left;
		border-top: 2px solid #8a8a8a; border-left: 2px solid #8a8a8a;
		height: auto;
		min-height: 300px !important;
	}
		#wrapper a {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none;}
		#wrapper a:hover {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #cccccc; text-decoration: none;}
		#wrapper h1 {
			padding-left: 20px; padding-right: 20px;
		}
		#wrapper p {
			padding-left: 20px; padding-right: 20px;
			font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none;
		}
		
	/* Form Stuff */
	.pwdbox {text-align: center; color: #ffffff; background-color: #555555; border: 1px solid #cccccc;}
	
	/* Clickable Images */
	.images {float: left; width: 101px; height: 175px; margin-left: 20px; margin-bottom: 20px; position: relative;}
	.imglink {position: absolute; height: 20px; text-align: center; bottom: 0px; width: 101px;}
		
		
	/* Footer */
	#footer {
		padding: 10px; float: left; width: 872px;
		font-family: Arial; font-size: 10px; color: #ffffff; text-decoration: none;
		background-color: #000000;
		text-align: center;
	}
	#footer a {font-family: Arial; font-size: 10px; color: #ffffff; text-decoration: underline;}	

.clear {clear: both; margin: 0px; padding: 0px;}
