@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	text-align: left;/*used to align content div*/
	margin: 0px; /*clear browser defaults defaults*/
	padding: 0px;
}
#container {
	background: #FFFFFF;
	width: 46em;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
}
#content {
	background: #FFFFFF;
	width: auto;
	margin: 0px;
}
#header {
	background: url(images/head.gif) repeat-x;
	margin: 0px;
	text-align: center;
}


 #sidebar1 {
	float: left; 
	width: 24%; /* since this element is floated, a width must be given */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0; /* top and bottom padding create visual space within this div  */
}
#sidebar1 ul {
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	line-height: 1.5;
}
#footer {
	background: url(images/foot.gif);
	margin: 0px;
}
#footer a {
	color: #000;
}

h1 {
	margin: auto;
	padding: 20px;
	color: #660066;
}
.assign {
	margin: 0px;
	padding: 20px;
	list-style: none;
	font-family: Impact, "franklin Gothic Bold", charcoal, "Helvetica Inserat", "Arial Black";
	color: #660066;
	text-align: center;
}

.assign a:link {
	color: #660066;
	text-decoration: none;
	background: url(images/head.gif) repeat right center;
	border: thin outset #660066;
	padding: 5px;
	margin: 5px;
}
.assign a:hover {
	color: #009999;
	background: #660066;
	border: thin outset #009999;
	margin: 5px;
	padding: 5px;
}
.assign a:visited {
	color: #660066;
	background: url(images/head.gif);
	margin: 5px;
	padding: 5px;
	border-style: inset;
	border-color: #660066;
}

.assign li {
	font-size: 1.2em;
	padding: 5px;
	margin: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#quiz {
	visibility: visible;
	z-index: 2;
}
