@charset "utf-8";
/* CSS Document */
/* This is the main style sheet for standards complient browsers. Style exceptons for non-complient IE6 and IE7 (noted below) exist in those respective stylesheets */

*, html {
	margin:0;
	padding:0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 100.01%;
}
div#wrapper {
	margin: 0 auto 0 auto;
	width: 753px;
}
div#header {
    position: relative;
	top: 0;
	left:0;
	width: 753px;
	height: 213px;
}
div#header h1 {
	margin: 0;
	padding: 0;
}
div#header img {
	float: left;
	border:none;
}

div#header div#skip {
    position:absolute;
	top:15px;
	right:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #330067;
}
div#header div#skip a:link {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:none;
}
div#header div#skip a:visited {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:none;
}
div#header div#skip a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}


/* left column and content (center and right columns for three column layouts) */
div#container {
    position:relative;
	top: 0;
	left: 0;
	width: 753px;
	background-image: url(/math/nsf/images/left-nav-stripe-math.gif);
	background-repeat: repeat-y;
	background-position: left top;	
}

/* for Mozilla/Safari/Opera, solves left-col div height problem, regardless of amount of content in center-col. */
*>div#container {
    padding-top:0px;
    min-height:1px;
    float:left;
}
/* for Mozilla/Safari/Opera, solves left-col div height problem, regardless of amount of content in center-col. */
*>div#container div#left-col {
    margin-top:0px;
}


/* left- column */
div#left-col {   /* modified for IE6 */
	float: left;
	background-color:#eae4ec;
	color: #330067;
	width: 187px;
}
div#left-col ul {
	list-style-type: none;
	font-size: 0.85em;
	font-weight:bold;
	line-height: 1.2em;
	margin: 20px 0 0 6px;
	padding-left: 10px;
}
div#left-col ul li {
	padding-bottom: 10px;
	padding-left: 26px;
	margin-left: -26px;
	text-decoration:none;
    list-style-type:none; 
}
div#left-col ul li a:link {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:none;
}
div#left-col ul li a:visited {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:none;
}
div#left-col ul li a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}

div#left-col ul li.current {
	background:  url(/math/nsf/images/blackdwnarw.gif) no-repeat 10px 0;
	padding-left: 26px;
}
div#left-col ul li ul {
	margin: 5px 0 0 15px;
	list-style: none;
	font-size: 0.85em;
	font-weight: normal;
	line-height: 1.0em;	
}
div#left-col ul li ul li {
	padding-bottom: 10px;
	margin-left: -38px;
}
div#left-col ul li ul li a:link {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}
div#left-col ul li ul li a:visited {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:none;
}
div#left-col ul li ul li a:hover {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:none;
}

div#left-col img {
	margin-top: 15px;
	margin-left: 7px;
	margin-bottom: 10px
}


/* center and right columns or for a single right column */
div#content {
	float:right;
	width: 556px;
}
/* Next five added by Ben Ford 6/12/12 to get ordered lists working right in right column, modified 3/18/14 to get center column and unordered lists too */

div#content ol {  /* modified for IE6/7 */
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 20px 0 0 13px;
	padding-left: 10px;
}
div#content ol li {
	padding-bottom: 10px;
	padding-left: 2px;
	margin-left: 0;
	text-decoration:none;
}
div#content ol li ol {
	list-style: lower-alpha
}
div#content ul {  /* modified for IE6/7 */
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 20px 0 0 13px;
	padding-left: 10px;
}
div#content ul li {
	padding-bottom: 10px;
	padding-left: 2px;
	margin-left: 0;
	text-decoration:none;
}


/* center column - used for three column layouts */
div#center-col {
	float:left;
	clear:none;
	width:356px;
}
div#center-col h2 {
	font-family: Georgia, serif;
	font-size: 1.0em;
	color: #330067;
    margin: 20px 0 10px 10px;
}
div#center-col h2 a:link {
	color: #330067;
	text-decoration:underline;
}
div#center-col h2 a:visited {
	color: #330067;
	text-decoration:underline;
}
div#center-col h2 a:hover {
	color: #000000;
	text-decoration:underline;
}
div#center-col p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
    margin: 0 20px 10px 10px;	
}
div#center-col p span {
	margin-left: 5px;
	color: #330067;
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;	
}
div#center-col img {
	border:solid 1px #000000;
	padding:0;
	margin: 10px 0 0 10px;
}

div#center-col p a:link {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#center-col p a:visited {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#center-col p a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:underline;
}

div.hr1 {   /* modified for IE7 */
    height: 1px;
	margin: 25px 0 0 10px;
	width:315px;
	color: #330067;
}


/* right column - used for thrree column layouts */
div#right-col {
	float:right;
	clear: none;
	width: 200px;
}
div#right-col h2 {   
	font-family: Georgia, serif;
	font-size: 1.0em;
	color: #330067;
    margin: 20px 0 10px 5px;
}
div#right-col h3 {
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #330067;
    margin: 15px 0 10px 5px;
}
div#right-col h3 a:link {
	color: #330067;
	text-decoration:underline;
}
div#right-col h3 a:visited {
	color: #330067;
	text-decoration:underline;
}
div#right-col h3 a:hover {
	color: #000000;
	text-decoration:underline;
}
div#right-col p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 20px 10px 5px;	
}

div#right-col p a:link {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#right-col p a:visited {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#right-col p a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:underline;
}
div#right-col img {
	border:solid 1px #000000;
	padding:0;
	margin: 10px 0 0 6px;
}

div.hr4 {   /* modified for IE7 */
    height: 1px;
	margin: 25px 0 0 5px;
	width:188px;
	color: #330067;
}
div.clearer {
	clear: both;
	line-height: 0px;
}


div#footer {
	width: 753px;
	height: 105px;
	float:left;
	background: #ffffff url(/math/nsf/images/left-nav-stripe-math.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

div.hr2 {    /* modified for IE6 */
    height: 1px;
	margin: 25px 0 0 207px;
	width:556px;
	color: #330067;
}

div#footer p {     /* modified for IE6 */
    float:left;
	clear:both;
	font-size: 0.65em;
	margin: 20px 0 0 207px;
}
div#footer p a:link {
	color: #330067;
	text-decoration:underline;
}
div#footer p a:visited {
	color: #330067;
	text-decoration:underline;
}
div#footer p a:hover {
	color: #000000;
	text-decoration:underline;
}

div#faux-footer {
	width: 753px;
	height: 15px;
	float:left;
	background-color: #ffffff
}


/* right column - used for two column layouts */
div#right2-col {
	float:right;
	clear: none;
	width: 556px;
}
div#right2-col img {
    float:right;
	margin: 0 5px 10px 10px;
	border:solid 1px #000000;
}

div#right2-col h2 {  /* modified for IE6 */
	font-family: Georgia, serif;
	font-size: 1.0em;
	color: #330067;
    margin: 20px 0 10px 10px;
}
div#right2-col h2 a:link {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#right2-col h2 a:visited {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#right2-col h2 a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:underline;
}

div#right2-col h3 {   /* modified for IE6 */
	font-family: Georgia, serif;
	font-size: 0.9em;
	color: #330067;
    margin: 15px 0 10px 10px;
}
div#right2-col p {   /* modified for IE6 */
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0 20px 10px 10px;	
}

div#right2-col p a:link {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#right2-col p a:visited {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#right2-col p a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:underline;
}


div#right2-col ul {  /* modified for IE6/7 */
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 20px 0 0 13px;
	padding-left: 10px;
}
div#right2-col ul li {
	padding-bottom: 10px;
	padding-left: 2px;
	margin-left: 0;
	text-decoration:none;
}


div#right2-col p a:link {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#right2-col p a:visited {
	padding-bottom: 10px;
	color: #330067;
	text-decoration:underline;
}
div#right2-col p a:hover {
	padding-bottom: 10px;
	color: #000000;
	text-decoration:underline;
}

div.hr3 {    /* modified for IE6 */
    height: 1px;
	margin: 25px 0 0 10px;
	width:556px;
	color: #330067;
}


/* one column layout */
div#container2 {
    position:relative;
	top: 0;
	left: 0;
	width: 753px;
}
div#content2 {
	float:right;
	width: 753px;
}
div#content2 h2{
    font-size: 1.0em;
	color: #330067;
	margin: 20px 0 10px 5px;
}
div#content2 p a:link {
	color: #330067;
	text-decoration:none;
}
div#content2 p a:visited {
	color: #330067;
	text-decoration:none;
}
div#content2 p a:hover {
	color: #000000;
	text-decoration:none;
}


div#content2 table.schedule {
    width:100%;
}
div#content2 table.schedule tr th {
    width:10%;
	font-size: 0.9em;
	text-align:center;
}
div#content2 table.schedule tr td {
	font-size: 0.7em;
	text-align:center;
}
div#footer2 { 
	width: 753px;
	height: 105px;
	float:left;
}

div#footer2 div.hr2 { 
    height: 1px;
	margin: 25px 0 0 10px;
	width:753px;
	color: #330067;
}

div#footer2 p {     /* modified for IE6 */
    float:left;
	clear:both;
	font-size: 0.65em;
	margin: 20px 0 0 10px;
}
div#footer2 p a:link {
	color: #330067;
	text-decoration:underline;
}
div#footer2 p a:visited {
	color: #330067;
	text-decoration:underline;
}
div#footer2 p a:hover {
	color: #000000;
	text-decoration:underline;
}

