body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	/*put default font-family and colors here*/
}

.noshow {
	display: none;
}
div#header h1 {
	display: none;
}

div#wholepage {
	/*use this div to position your whole page, if necessary, and to set a page width*/
	width: 800px;
	position:relative;
	margin: 0px auto 0px auto;
	background-color:#000000;
}


div#header {
	/*use this div for header information and/or grafix*/
	height: 160px;
	background-color:#000000;
	background-image:url(../../com535/304head2.jpg);
	background-repeat:no-repeat;
	padding: 10px 0px 0px 0px;
	}
	
	
div#mainblock {
	/*use this div for controlling both the navbar and pagetext divs together*/
	}
div#navbar {
	/*this div will be, in your current design, the lefthand box and will have course/instructor information*/
	position: relative;
	width: 200px;
	float: left;
	background-color:#000000;
	
	}
	
div#navigation {
background-color:#000000;
margin: 20px 0px 0px 0px;
}

div#courseinfo {
background-color:#FFFFFF;
color:#000000;
font-weight:bold;

}
div#navbar ul {
list-style-type:none;
margin: 5px;
	padding: 2px;
}
div#pagetext {
	/*this div is for the text or content of each page*/
	margin: 0px 20px 0px 275px;
	}
	
	
div#footer {
	/*this div is for the footer of each page*/
	float: none;
	clear: both;
	margin: 10px 0px 0px 200px;
	padding: 50px 0px 0px 60px;
	}
	
/* navigation link style*/

div#navbar a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3399ff;
	text-decoration: none;
}
div#navbar a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#99ccff;
	text-decoration:none;
}
div#navbar a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #99ccff;
	text-decoration:none;
}
div#navbar a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #99ccff;
	text-decoration:none;
	
}

h3 {
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #ff3399;
	padding: 0px 0px 0px 0px;
}
h4 {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
	padding: 0px 0px 0px 0px;
}
h5 {
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	padding: 0px 0px 0px 25px;
}	
table, table caption {
	text-align: left;
	margin: 0px 25px 10px 25px; 
	width: 100%;
}	
p.indent {
	padding: 0px 25px 10px 25px;
}
p.presentation {
	padding: 0px 25px 10px 25px;
	color:#FFFFFF;

}
table, table caption {
	text-align: left;
	margin: 0px 25px 10px 40px; 
	width: 100%;
}
th#t1, th#points {
	width: 40%;
}
th#t2, th#t3, th#grade {
	width: 30%;
}

a:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#3399ff;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#99ccff;
	text-decoration:none;
}
a:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #99ccff;
	text-decoration:none;
}
a:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #99ccff;
	text-decoration:none;
}
p.posted {
padding: 0px 25px 10px 25px;
font-size:9px;
text-align: right;
}




