html{
	width:100%;
	height:100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #336699;
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	color:#303030;
	width:100%;
	height:100%;
}

#page {
	position:relative;
	width:802px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	min-width:802px;
	max-width:802px;
	height:auto;
	min-height:100%;
	text-align: left;
	padding: 0px;
}

#floatontop {
	position:fixed;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
}

#blackout {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color: #000000;
	padding:0px;
	z-index:3;
	opacity:0.7;
}

#floater {
	position:relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width:802px;
	height:100%;
	text-align: left;
}

#header-container {
	position:absolute;
	margin: 0px;
	padding: 0px;
	border: 0px solid black;
	background-color: #336699;
	width:802px;
	min-width:802px;
	max-width:802px;
	height:112px;
	min-height:112px;
	max-height:112px;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	box-shadow: 0px 0px 7px 8px #336699;
	z-index:2;
}

#header {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	border: 1px solid black;
	background-image: url(../images/math800plain.jpg);
	width:800px;
	min-width:800px;
	max-width:800px;
	height:100px;
	min-height:100px;
	max-height:100px;
	font-family: Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
}

#header p.main {
	font-size: 2em;
	font-weight: bold;
	text-align: right;
	margin:0;
	padding: 25px 20px 0px 250px;
	text-shadow: 4px 4px 3px rgba(0,0,0,0.6);
}

#header p.submain {
	font-size: 1.2em;
	font-style: italic;	
	text-align: right;
	margin:0;
	padding: 5px 20px 0px 250px;
	text-shadow: 3px 3px 4px rgba(0,0,0,0.8);
}

#bottom-gradient {
	position:absolute;
	bottom:0px;
	margin: 0px;
	padding: 0px;
	background-color: #336699;
	width:802px;
	min-width:802px;
	max-width:802px;
	height:1px;
	min-height:1px;
	max-height:1px;
	font-family: Helvetica, sans-serif;
	color: #FFFFFF;
	box-shadow: 0px 0px 8px 7px #336699;
	z-index:2;
}

#crndisplay {
	position:absolute;
	font-size: 0.7em;
	bottom:0.2em;
	right:1em;
	z-index: 2;
}

#menu-line {
	position:absolute;
	top:-1px;
	width: 202px;
	height:1px;
	left: 0px;
	background-color: #000000;
	z-index: 2;
}

#content-line {
	position:absolute;
	top:-1px;
	right: 0px;
	width: 590px;
	height:1px;
	background-color: #000000;
	z-index: 2;
}

#crndisplay:hover {
	text-decoration: underline;
}

#menu-container {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position:absolute;
	margin-right: 600px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 122px 0px 0px 0px;
	background-color: #336699;
	width:202px;
	min-width:202px;
	min-height:701px !important;
	height:100%;
	z-index:1;
	color: #233f5f;
	font-size: 12pt;
}

#menu {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border:1px solid black;
	padding: 0px;
	background-color: #ffffff;
	width:200px;
	height:100%;
	color: #233f5f;
	overflow: visible;
	font-size: 0.85em;
}

#menu ul
{
	margin-top: 5px;
	padding: 0px 0px;
	list-style-type: none;
	margin-left: 20px;
	line-height: 160%;
	overflow:visible;
}

#menu li {
	margin-left:-20px;
	padding-left:20px;
	width:180px;
	min-width:180px;
	cursor:default;
	border-bottom:1px solid #dfdfdf;
	height:1.8em;
	min-height:1.8em;
	max-height:1.8em;
}
#menu li.menuItem {
	position:relative;
}

#menu li.menuItem div {
	overflow: hidden;
	text-overflow: ellipsis;
}

#menu li.menuItem:hover {
	position:relative;
	overflow:visible
	margin-left:-20px;
	padding-left:20px;
	width:180px;
	min-width:180px;
	height:1.8em;
	min-height:1.8em;
	max-height:1.8em;
	cursor:pointer !important;
}

#menu li.menuItem:hover div {
	position: absolute;
	top:-3px;
	left:-4px;
	padding-left:20px;
	background-color: #ddeeff !important;
	width:184px;
	min-width:184px;
	height:1.8em;
	min-height:1.8em;
	max-height:1.8em;
	border:1px solid #000000;
	cursor:pointer !important;
	z-index:2;
	font-size: 1.1em;
}

#menu a {
	text-decoration: none;
	color: inherit;
	font-weight: inherit;
}

#menu a:hover {
	cursor:pointer;
}

#underliner-container {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	position:absolute;
	margin-right: 0px;
	margin-left: 212px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 122px 0px 0px 0px;
	background-color: #336699;
	width:590px;
	min-width:590px;
	min-height:701px !important;
	height:100%;
	z-index:0;
}

#underliner {
	margin: 0px;
	border:1px solid black;
	padding: 0px;
	background-color: #ffffff;
	width:588px;
	height:100%;
	color: #233f5f;
}

#footer-container {
	position:absolute;
	bottom:0px;
	margin-top: auto;
	padding: 10px 0px 10px 0px;
	background-color: #336699;
	color: #000000;
	font-size: 12pt;
	width:802px;
	min-width:802px;
	height:82px;
	z-index: 1;
}

#footer {
	position:relative;
	border: 1px solid black;
	margin-top: auto;
	padding: 0px;
	background-color: #ffffff;
	color: #000000;
	width:800px;
	min-width:800px;
	height:80px;
	z-index: 1;
}

#footer p {
	font-size: 0.8em;
	text-align: center;
}

#footer a {
	color:inherit;
}

#content-container {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	margin-top: 0px;
/*	margin-left: 212px; */
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 122px 0px 102px;
/*	width:590px;
	min-width:590px;
	max-width:590px; */
	width:802px; 
	min-width:802px;
	max-width:802px;
	height:100%;
	min-height:701px !important;
	text-align: justify;
}

#content {
	background-color: #ffffff;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 10px 10px 10px;
/*	width:568px;
	min-width:568px;
	max-width:568px; */
	width:779px;
	min-width:779px;
	max-width:779px;
	height:100%;
	text-align: justify;
	font-size: 0.9em;
}

#content h3 {
	font-family: 'Bitstream Charter', Georgia, Times, 'Times New Roman', serif;
	color: #336699;
	font-weight: bold;
	margin: 1em 0px 0.2em;
	padding: 0px 10px 5px;
	border-bottom: 1px solid #cccccc;
}

#content h2 {
	font-family: 'Bitstream Charter', Georgia, Times, 'Times New Roman', serif;
	color: #336699;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	margin: 1em auto 0.2em;
	padding: 0px 10px 5px;
	border-bottom: 1px solid #cccccc;
}

#content h1 {
	font-family: 'Bitstream Charter', Georgia, Times, 'Times New Roman', serif;
	color: #336699;
	text-align: center;
	font-size: 2.0em;
	font-weight: bold;
	margin: 1em auto 0.2em;
	padding: 0px 10px 5px;
	border-bottom: 1px solid #cccccc;
}

#content p {
	margin: 0.5em 0em 0em;
	padding: 0px;
}

#content a {
	color:#336699;
}

#content a:visited {
	color:#224466;
}

#content ul
{
	margin-top: 20px;
	padding: 0px 0px 0px 20px;
	margin-left: 0px;
	overflow:visible;
}

#content li {
	margin-left:0px;
	padding-left:0px;
}

li.collapsed {
	list-style: square url(../images/closed.png);
}

li.collapsed div{
	display:none;
}

li.collapsed h3 {
	border-bottom: none !important;
}

li.unfolded {
	list-style: square url(../images/open.png);
	overflow:visible;
}

li.unfolded h3 {
	margin: 1em 0px 0.2em -10px !important;
	padding: 0px 10px 5px 20px !important;
	border-bottom: 1px solid #cccccc !important;
}

table.classlist {
	padding: 5px;
	border: 0px;
	margin: 0px auto 0px;
	vertical-align: middle;
	background-color:#ffffff;
}

.classlist td,th{
	padding: 2px 6px;
	border: 0px;
	border-collapse:collapse;
	margin: 0px;
	vertical-align: middle;
}

.classlist a {
	text-decoration: none;
}

.classlist a:hover {
	padding: 2px;
	color: #4488cc;
	text-decoration:underline;
}

#crnselector tr:hover {
	color: #D6E0EB;
	background-color:#336699;
	cursor:pointer;
}

#closebutton{
	position: absolute;
	padding: 2px;
	top: 10px;
	right: 10px;
	color: #336699;
	z-index: 3;
}

#closebutton:hover{
	padding: 2px 5px 2px;
	color:#D6E0EB;
	background-color: #336699;
}

#cancelbuttonp {
	text-align:right;
	padding-right:20px;
}

table.hoursTable {
	padding: 5px;
	border: 1px solid #336699;
	margin: 5px auto 5px;
	border-collapse:collapse;
	vertical-align: middle;
	background-color:#ffffff;
}

.hoursTable th {
	padding: 2px 6px;
	border: 0px;
	color:#EBF0F5;
	background-color:#336699;
}

.hoursTable td {
	padding: 2px 6px;
	border:0px;
	margin: 0px;
	vertical-align: middle;
}

tr.even {
	background-color:#EBF0F5;
}

#notices {
	position:absolute;
	bottom:108px;
	left:10px;
/*	margin:50px auto 0px;*/
	width:180px;
	z-index:inherit;
	font-size: 0.9em;
}

#notices h3 {
	font-weight: bold;
	font-size: 1.1em;
	color:inherit;
	margin: 0px 0px 0.4em;
	padding: 0px 10px 5px;
	border-bottom: 1px solid #cccccc;
}

#notices p {
	color:inherit;
	margin: 0.6em 0px 0px;
	padding: 0px 0px 0px;
}

#notices a {
	color:inherit;
	font-weight: bold;
}

#notices a:hover {
	text-decoration:underline;
}

table.instructorTable {
	margin: 60px auto 5px;
	padding: 5px;
	border: 1px solid #336699;
	border-collapse:collapse;
	vertical-align: middle;
	background-color:#ffffff;
}

.instructorTable th {
	padding: 2px 20px 2px;
	border: 0px;
	color:#EBF0F5;
	background-color:#336699;
}

.instructorTable th a {
	color:#EBF0F5 !important;
}

.instructorTable th a:hover {
	color:#EBF0F5 !important;
}

.instructorTable td {
	padding: 2px 20px 2px;
	text-align: left;
}

.instructorTable a {
	padding: 2px;
	text-decoration: none;
}

.instructorTable a:hover {
	padding: 2px;
	color: #4488cc;
	text-decoration:underline;
}

.inclass a {
	padding: 2px;
	color: #333333;
	text-decoration: none;
}

.inclass a:hover {
	padding: 2px;
	color: #555555;
	text-decoration: underline;
}

.compbased a {
	padding: 2px;
	color: #333333;
	text-decoration: none;
}

.compbased a:hover {
	padding: 2px;
	color: #555555;
	text-decoration: underline;
}

ul.inclass,ul.compbased {
	text-indent:0px;
	padding:0px;
}

a.classUrl {
	padding: 5px;
	color: #333333;
	text-decoration: none;
}

a.classUrl:hover {
	padding: 5px;
	color: #555555;
	text-decoration:underline;
}

table.schedule-choose  td {
	vertical-align: top;
	text-align: center;
}

.code {
	font-family: monospace;
}
