#signUpAnnouncements{
position: relative;

}

body {
	margin:0px;
	background-color: #0d1a22;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}
	
#header {
	height: 300;
	width: 800;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	color: white;
	float: left;
	position: relative;
	left: 5px;
	bottom:25px;
	border: 0px;
}

#contentWrapper {
	background-color: white;
	position: relative;
	bottom: 4px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#notebook {
	float: left;
	width: 500px;
	height: 800px;
	background-image: url('images/notebook.jpg');
	background-repeat: repeat-x;
	margin-left: 20px;
}

#topNotebook {
	float: left;
	display: inline;
	padding-top: 0px;
	width: 380px;
	height: 255px;
	color: #f0f0f0;
	text-align: left;
}

#bottomNotebook {
	float: left;
	display: inline;
	padding-top: 20px;
	width: 380px;
	height: 400px;
	color: #676767;
	text-align: left;
}

#leftspacer {
	width: 80px;
	float: left;
	display: inline;
}

#ads {
	position: relative;
	right: 20px;
	float: right;
	height: 200px;
	width: 200px;
	text-align: center;	
}

.logos {
	float: left;
	display: inline;
	padding-left: 30px;
	padding-bottom: 10px;
}
	

.newStyle1 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #D69B31;
}
.newStyle2 {
	color: #677036;
}
#Table_01 {
	
}
a {
	color: #000000;
	text-align: center;
}
a:visited {
	color: #000000;
}
a:active {
	color: #000000;
}
a:hover {
	color: #000000;
}
