body {
	margin: 0;
	background-color:#F9F9F9;
	text-align: center;
	/*If I want to have the webpage centered in IE and FF then I need to enable this line and give the wrapper attribute a px width and no margin. Then the page will center perfectly and the actual text will align left because the wrapper attr is overriding the body attr for that.*/
}	 

#wrapper {
	margin-top: 10px;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: .9em;
	width: 880px;
	margin-left: 10%;
	text-align: left;
}
.linktext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: normal;
}

a:link {color:#996600; text-decoration: none;}
a:visited {color:#666600; text-decoration: none;}
a:hover {color:#666600; text-decoration: none;}


.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-style:normal;
}
	
.aligntop {
	vertical-align: top;
}
.alignbottom {
	vertical-align: bottom;
}
.border img {
	border:thin;
	border-color: #000000;
	border-style: solid;
	background-color: #FFFFFF;
	margin: 20px 20px 20px 20px ;
	padding: 40px 40px 40px 40px ;
	width: auto;
}	
.assgntable {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 130%;
	width: 500px;
	border-width: 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #000000;
}	
.assgntable td {
	border-width: 1px;
	padding-left: 3px;
	border-style: solid;
	border-color: #000000;
}
.center {
	text-align: center;
}

.center table {
	margin-left:auto; 
	margin-right:auto;
	text-align: center;
}
.readingformat {
	float: left;
	width: 260px;
	padding: 15px;
}	
