@CHARSET "UTF-8";
div.task, div.rubric {
	clear: both;
}

div.rubric {
	padding-top: 1em;
}

img.task {
	background-color: white;	
	padding: 1em;
	width: 600px;
}

img.rubric {
	background-color: white;	
	padding: 1em;
	width: 600px;
}


div.qn {
	position: relative;
	display: block;
	float: left;
}
div.q {
	display: block;
	margin-left: 3em;
}
span.frac {
	position: relative;
	padding: 0.2em;
}
span.num {
	vertical-align: 0.5em;
	text-decoration: underline;
	
}

span.slash {
	display: none;
}

span.den {
	position: absolute;
	vertical-align: -0.5em;
	left: 0.2em;
	top: 0.6em;
}

table.rubric {
	width: 100%;
	border-collapse: collapse;
	font-size: 100%;
	border: 1px black solid;
}

table.rubric tr {
	border: 1px black solid;
}

table.rubric th {
	text-align: left;
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	vertical-align: baseline;
	border: 1px black solid;	
}
table.rubric th.total {
	text-align: right;	
}
table.rubric td {
	padding-left: 0.4em;
	padding-right: 0.4em;
	padding-top: 0.2em;
	padding-bottom: 0.4em;
	border: 1px black solid;	
}

.rubric iframe {
	width: 650px;
	height: 180px;
	background-color: white;
	overflow: visible;
}

table.notes  {
		
}

table.notes caption {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	padding: 0.4em 0 0.2em 0;
	
	}

table.notes th {
	text-align: left;
	vertical-align: baseline;
	padding-right: 1em;
}
table.notes  td {
	text-align: left;
	vertical-align: baseline;
}

	div#menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		border-bottom: solid 1px #000099;
		padding: 0.2em 0.2em 0 0.2em ;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: 0;
		background-color: #99ccff;
	}
			
	#menu ul {
		padding: 0.3em 0;
		margin: 0;
		white-space: nowrap;
	}
	
	#menu ul li {
		list-style: none;
		margin: 0;
		display: inline;
	}
	
	#menu ul li a {
		padding: 0.3em 0.3em 0.3em 0.3em;
		border: solid 1px #000099;
		color: #000099;
		border-bottom: none;
		background-color: #99ccff;
		background-image: url('../img/tabshade.gif');
		background-repeat: repeat-x;
		background-position: bottom;
		text-decoration: none;
	}
	
	#menu ul li a:visited {
		color: #000099;
	}
	
	#menu ul li a:hover {
		color: black;
		background-color: white;
		text-decoration: underline;
		background-image: none;
	}
		
	
	#menu ul li#currentmenu a {
		border-bottom: 1px solid #e0edfa;
		background-color: #e0edfa;
		background-image: none;
		color: black;
		font-weight: bold;
	}
	
div#content {

	padding-top: 40px;
	border-left: 1px solid  #000099;
	height:100%;
			background-color: #e0edfa;
}

p.link {
margin: 0;	
}

.link a {
	margin-right: 1em;
	margin-bottom: 0.5em;
}