html {
	margin-top: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	height: 100%;
	width: 100%;
	background-color: #EAEDFD;
	color: #666666;
	background-image: url(../images/bk.gif);
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	
}


li {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: square;


}
ul li li{
	list-style-image: url(../images/bullet3.gif);

}
a:link {
	color: #AD235E;
	text-decoration: none;
	}
a:visited {
	color: #996600;
	text-decoration: none;
	}
a:hover {
	color: #AD235E;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color:  #AD235E;
	}
	
#mainassign {
	font-family: Arial, Helvetica, sans-serif;
	width: 500px;
	border: 9px solid #FFFFFF;
	text-align: left;
	background-color: #ECEDE7;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	font-size: .9em;
}

#mainassign td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#mainassign h1 {
	padding-bottom: 10px;
	text-align: center;
	padding-top: 10px;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}



#mainassign h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	color: #666666;
	font-family:  Arial, Helvetica, sans-serif;
	

}
#assignlinks {
	width: 440px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#assignlinks ul {
	color: #C21F5E;
	/*/*/ margin: 0;
	padding: 0;
	list-style-image: url(../images/bullet.gif); /* */ 

}
#assignlinks li {
	/*/*/border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #A0AEC1;
	display: block;
	padding: 0px; /* */ 
}


#assignlinks a {
	display: block;
	color: #C21F5E;
	width:425px;

}

#assignlinks a:link, #assignlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #C21F5E;
	display: block;
	padding: 8px;

}
#assignlinks a:hover {
	border: none;
	background-color: #A0AEC1;
	color: #323D4B;
	display: block;
	padding: 8px;
}


a.noline:link {
	text-decoration: none;
}
a.noline:visited {
	text-decoration: none;
}
a.noline:hover {
	text-decoration: none;
	border: none;
}

