@charset "utf-8";
/* CSS Document */
/*f6f5ec box bgs */
/*c2bfb1 soft gray borders */

body {
	font: small Arial, Helvetica, sans-serif;
	font-size:14px;	
	background-color:#f3f0e8;
	
	margin:0;

}

/* Headings on each page are h1*/
h1 {
	font-size:large;
	color: #0033CC;
}

/* Sub Headings on each page are h2*/
h2 {
	font-size:medium;
}
p {
	line-height:25px;
	overflow:visible;
}

.firstP {
 margin-top: -.5em;
}

.content p {
 margin-left: 2px;
}
.menu {
	float:left;
	width:230px;
	margin-left:6px;
	_height: 1%;
	_margin-top:24px;
}

.menu ul {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}

.menu ul li a {
	color:#FCFCEE;
	text-decoration:none;
	display:block;
	
	padding:5px;
	margin-bottom:5px;
	padding-left:5px;
	width:220px;
	background-color:#0B2F9D; /*btn bg color */
	border-top:1px solid #f5f3ec;
	border-left:1px solid #f5f3ec;
	border-bottom:1px solid #663300;
	border-right:1px solid #663300;
}

.selected  {
	color:#0033CC;
	text-decoration:none;
	font-weight:bold;
	display:block;
	padding:5px;
	margin-bottom:5px;
	padding-left:5px;
	width:220px;
	background-color:#ffffff;

	border-top:1px solid #c2bfb1;
	border-left:1px solid #c2bfb1;
	border-bottom:1px solid #f5f3ec;
	border-right:1px solid #f5f3ec;
}

.menu ul li a:hover {
	color:#FCFCEE;
	padding:5px;
	margin-bottom:5px;
	padding-left:5px;
	display:block;
	background-color:#0066FF;
}
.content {	
	margin-left:250px;
	padding-left:20px;
	padding-right:20px;
	border-left:1px solid #c2bfb1;
	background-color:#FFFFFF; 
	padding-top:7px;
	padding-bottom:40px;
	_padding-top:24px;
	
}

.content p {
 margin-left: 4px;
}



.equation {
	font-size:15px;
	color:#0033CC;
	font-family:Times New Roman, Times, serif;
}
.equationColorBold {
	color:#0033CC;
	font-weight:bold;
}
.equationFont {
	font-size:15px;
	font-family:Times New Roman, Times, serif;
}
.variable {
	margin-left:.1em;
	font-style:italic;
}
.standaloneEquation {
	text-align:center;
	padding:0px;
}

.equation sub {
	position:relative;
	/* IE displays fine but cuts off the bottom of subscipt with position relative */
	_position:auto;	
	top:5px;
}
.inlineEquation {
	position:relative;	
	top:5px;
}

.supOverSub {
	position:relative;
	left:-4px;
}


.instructorNote {
	/* border:1px solid #c2bfb1; */
	background-color:#f3f0e8;	
	margin-left:0px;
	/*margin-right:50px;*/
	padding:10px;
}

.instructorNote p {
	margin:0px;
	padding:0px;
}

.leftBorder {
	border-left:1px solid #c2bfb1;
}
.bottomBorder {
	border-bottom:1px solid #c2bfb1;
}
.bottomBorderThickBlue {
	border-bottom:3px solid #0033CC;
}
.bottomBorderThinDashed {
	border-bottom:1px dashed #c2bfb1;
}
.center {
	text-align:center;
}

th {
	background-color:#F9F9F9;
	text-align:left;
	font-weight:normal;
}

.highlightText {
	color:#FF3333;
}

.banner {
margin-bottom: 2px;
}

.standoutBox 
{
	background-color:#FFFFFF;
	margin-left:20px; 
	padding-left:10px;
	padding-right:10px;
	border:1px solid #C2BFB1;
}