@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;/*used to align content div*/
	margin: 0px; /*clear browser defaults defaults*/
	padding: 0px;
	background-image: url(images/bgcomp.jpg);
}
#container {
	width: 46em;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	color: #000;
	background-color: #F6F6F6;
	border: medium outset #A4A4A4;
}
#content {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header {
	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 {
	margin: 0px;
	position: relative;
}


h1 {
	margin: auto;
	padding: 20px;
	color: #660066;
}
.assign a:hover {
	color: #009999;
	background: #660066;
	border: thin outset #009999;
	margin: 5px;
	padding: 5px;
}
.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:visited {
	color: #660066;
	background: url(images/head.gif);
	margin: 5px;
	padding: 5px;
	border-style: inset;
	border-color: #660066;
}

.assign li {
	font-size: 1.5em;
	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;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
}
.links a {
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 0em;
	padding-left: 2em;
	color: #000;
	font-weight: bold;
}
#txtQuestion {

	background-color: #F6F6F6;
}.hidden {
	visibility: hidden;
}
