/* CSS Document */

/* menu bar css*/
/* color scheme: FFF = white, 036=Navy Blue, CCC = gray */
/* NAU colors: 036 = NAU Blue, 557565 = NAU Sage */
/* NAU colors: C60 = dark orange, FC0 = light orange */

ul#simple-menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:"Trebuchet MS",Arial,sans-serif;font-size:13px;font-weight:bold;margin:0;padding:11px 0 0 0;}
ul#simple-menu{list-style-type:none;width:100%;position:relative;height:27px;font-family:Arial,sans-serif;font-size:13px;margin:0;padding:5px 0 0 0;}
ul#simple-menu li{display:block;float:left;margin:0 1px 0 0px;height:27px;}
ul#simple-menu li.left{margin:0;}
ul#simple-menu li a{display:block;float:left;color:#fff;background:#036; border-width:thin; border-color:#FFFFFF;line-height:26px;text-decoration:none;padding:0 10px 0 10px;height:26px;}
ul#simple-menu li a.right{padding-right:19px;}
ul#simple-menu li a:hover{color:#036;background:#ccc;} /* fc0 was the old yellow color */
ul#simple-menu li a.current{color:#036;background:#fff;}
ul#simple-menu li a.current:hover{color:#036;background:#fff;}


/* NAU colors: 003366 = NAU Blue, 557565 = NAU Sage */
#menu {
	background:#557565;
	}


/* color scheme: 666 = dark gray, 036=Navy Blue, CCC = gray */
body {
	background:#666;
	text-align:center;
	margin:20px;
	padding:0;
	font:normal 0.8em/1.2em verdana,arial,sans-serif;
	color:#666;
	}

a {
	color:#FFF;
	text-decoration:none;
	border-bottom:1px dotted;
	}

a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}

#wrapper1 {
	position:relative;
	text-align:left;
	width:100%;
	background:#FFF url("images/rightcolor_bg.gif") repeat-y top right;
	}

#wrapper2 {
	position:relative;
	text-align:left;
	width:100%;
	background:url("images/leftcolor_bg.gif") repeat-y top left;
	}


/* NAU colors: 003366 = NAU Blue, 557565 = NAU Sage */
#header {
	background:#557565;
	padding:0px;
	margin:0;
	text-align:center;
	color:#FFF;
	}

#header h1 {
	font-size:200%;
	}

#header a:hover {
	color:#7A2875;
	}

#maincol {
	position:relative;
	margin:0;
	padding:10px;
	}

#leftcol { 
	position:relative;
	top:-10px;
	left:-10px;
	float:left;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#C60;
	z-index:100;
	}

#rightcol {
	position:relative;
	top:-10px;
	right:-10px;
	float:right;
	width:220px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:200px; /* actual value */
	margin:0 0 -10px 0;
	padding:10px;
	background:#FC0;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 240px;
	}
#centercol a {
	color:#666;
	}
#centercol a:hover {
	border-bottom:1px solid;
	color:#9343B9;
	}

/* color scheme: FFF = white, 036=Navy Blue, CCC = gray */
#footer {
	position:relative;
	top:1px;
	background:#036;
	width:100%;
	clear:both;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#CCC;
	}