@charset "UTF-8";
/* CSS Document */

body {
	margin:5px 10%;
	background-image: url(../ni/N-info/curriculum/paws.png);
	background-position:900px 0px;
	background-repeat: repeat-y;
	background-color:#0066FF
}
body,td,th {
	font-family: Trebuchet MS, Verdana, sans-serif;
	color:#000066
}
h1 {color:white}
.page {
	position:relative;
	background-color:#FFFFCC;
	border:solid 2px #ff9933;
	padding:30px 15px 15px 15px;
	min-width:785px;
	max-width:785px;
	border-radius:0 0 5px 5px;
	z-index:2;
}
.navtable {
	border:0px;
}
.leadin {
	font-size:21px;
	font-weight:bold;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #0066CC;
}
a:active {
	color: #0000CC;
}
a.selected {
	color:#CC3333;
	font-weight:bold;
	text-decoration:none;
}
	
.tabselected {
	background-image:url(/ni/N-info/curriculum/tabselected-left.png);
	padding:3px 8px 0px 10px;
	white-space: nowrap;
}
.tab {
	background-image:url(/ni/N-info/curriculum/tab-left.png);
	color:#0000CC;
	font-size:15px;
	padding:0px 10px 0px 12px;
	white-space: nowrap;
}
li {
	list-style-position: outside;
	list-style-image: url(../ni/N-info/curriculum/bullet.gif);
	padding:3px;
}
.captions {
	font-size: 14px;
	font-style: italic;
	color: #FF6600;
}
.quote {
	font-family: "Comic Sans MS";
	font-size: 12px;
	color: #CC3333;
	background-image:url(/ni/N-info/curriculum/comments-BG.png); 
	background-repeat:repeat-x; 
	background-color:#FFFFCC;
	border-top:5px solid white;
	padding:8px;
	vertical-align:top;
}
.smallprint {
	font-size:12px;
	color:#99CCFF;
}

.ipleft {	padding-left:8px }
.ipright {	padding-right:8px }
.longli {	padding:3px;	}

.altbg {	background-color:#ffffa3	}

#LPHolder {
}

div.swap {
	position:absolute;
	display:block;
	z-index:8;
	left:637px;
	top:-2px;
	width:180px;
	white-space:nowrap;
	z-index:1;
}

div.lp a:hover { background-color: #cf6; }
div.swap:hover div:first-child { 
	background-color:#F93;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	margin-bottom:0;
 }
div.swap div.lp { display: none; }
div.swap:hover div.lp { 
    display: block; 
	padding:0px 0px 10px 0px;
    background-color: #FFF;
	margin:0;
	border-left: 2px solid #F93;
	border-right: 2px solid #F93;
	border-bottom: 2px solid #F93;
	-moz-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;
	-moz-box-shadow: 0x 2px 2px #888;
	-webkit-box-shadow: 0 2px 2px #888;
	box-shadow: 0 2px 2px #888;
}

div.swap div {
    font-size: 18px;
	text-align:center;
    background-color: #F93;
	color: #C33;
    padding: 0px 0px 0px 0px;
	border:#F93 2px solid;
	-moz-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;
}

div.lp div, div.lp a { 
	font-size: 14px;
	display:block; 
	text-decoration: none;
	text-align:center;
	font-weight:normal;
	color:#006;
	border-bottom:#69C 1px dotted;
	padding: 3px 0px;
}
div.lp div + div, div.lp a + a { margin-top: 0;} 