@charset "UTF-8";
body {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	background: url(http://images.stephensonsdesk.com/images/bgtile.jpg) top center;
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;	
}


.redacted {
	background-color: black;
	padding: 0px 1px;
}

#mainContentContainer {
	background-image: url(http://images.stephensonsdesk.com/images/home_bg.jpg);
	background-repeat: no-repeat;
	width: 985px;
	height: 660px;
	margin-right: auto;
	margin-left: auto;
}

#leftSide {
	float: left;
	width: 460px;
}

#rightSide {
	float: left;
	width: 430px;
}

.nav {
	float: left;
	width: 89px;
	height: 660px;
}

.head {
	font-weight: bold;
	margin-bottom: 6px;
}

.textDiv .text {
	margin-left: 30px;
	width: 365px;
	height: 520px;
	overflow: auto;
}
.textDiv .head {
	margin-left: 30px;
	margin-top: 100px;
	font-weight: bold;
	margin-bottom: 0px;
}

#login {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px;
	width: 290px;
	height: 72px;
	left: 360px;
	top: 510px;
}
#login #auth, #login #dept, #login #sig {
	font-family:'Comic Sans MS', cursive;
	font-size: 14px;
	line-height: 16px;
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
	float: right;
	margin-top: 2px;
	color: #3b3f45;
	outline: none;
}

#login #sub {
	float: left;
	height: 70px;
	width: 60px;
}

#login #dept {
	width: 140px;
}
#login #auth {
	width: 120px;
}
#login #sig {
	width: 150px;
}







#webDesignLogo {
	background-image: url(http://images.nobrowcartoons.com/images/3232DesignLogo2.png);
	width: 98px;
	height: 84px;
}

