body{
	color:#000000;	
	background-color:#ffffff;
	
	margin:3em 3em 2em 3em;	
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
}
.far_left{
	margin-left:-3em;
}

h1{
	font-size:1.6em;
	font-family:"Times New Roman";
	text-align:center;
}

.letterhead{
			/*allow clearance for letterhead*/
			padding-top:5em;
			background-image: url('../images/Letterhead.jpg');
			background-repeat: no-repeat;			
			background-position: center top;			
}

h2{
	font-size:1.4em;
	font-family:"Times New Roman";
	margin-bottom:0;
}

h3{
	font-size: 1.2em;
	font-family:"Times New Roman";
	text-align:left;
	margin-top:1em;
	margin-bottom:0;
}
a{
	background-color:#ffffff;
	color:#990000;
	text-decoration:underline; 
}

div.dashedLine{
	border-top: dashed 1px #000000;
}

.agenda  ul{
	list-style:none;
}

.upper-alpha{
	list-style-type:upper-alpha;
}

.upper-roman{
	list-style-type:upper-roman;
}

.lower-alpha{
	list-style-type:lower-alpha;
}

ol li{
	margin-bottom:1em;
}

ul{
	list-style-type:disc;
}

ul li{
	margin-bottom:.2em;
}

ul ul{
	margin-bottom:1em;
}


td{
	padding-top:.4em;
	padding-left:.8em;
	padding-right:.2em;
	font-size:.8em;
	border:1px solid #cccccc;
	border-collapse:collapse;
	margin:0;
}

th{
	border:1px solid #cccccc;
	border-collapse:collapse;
	text-align:center;
	font-weight:bold;
	background-color:#eeeeee;
}

tr{
	margin:0;
}

table{
	width:96%;
}

.noBullet{
	list-style-type:none;
	text-indent:0;
	padding:0;
}

/*backward compatibility for older documents*/
div.learningDecoration{	
	background-image: url('../images/chalk.jpg');
	background-repeat: no-repeat;			
	background-position: center top;
	height:205px;
}
div.learningdecoration{	
	background-image: url('../images/chalk.jpg');
	background-repeat: no-repeat;			
	background-position: center top;
	height:205px;
}
/*newer documents have the image within h1; no need for separate div*/
h1.learning{	
	background-image: url('../images/chalk.jpg');
	background-repeat: no-repeat;			
	background-position: center bottom;
	padding-bottom:215px;/*fixed to allow picture at bottom*/
}
div.footer{
	/*use negative margins to make the line go all the way to the edge of the page*/
	margin-left:-4em;
	margin-right:-4em;
	margin-top:1em;
	padding-top:1em;
	text-align:center;
	border-top:solid 2px #990000; 
	font-size: .8em;
	font-weight:bold;
	color:#990000;	
}

div.footer a{
	background-color:#ffffff;
	color:#990000;
	text-decoration:none; 
}

div.identificationBar{	
	width:50%;	
	float:left;
	margin:0;
	padding:.2em;	
	color:#666666;
	text-align:center;
}

p.feedback_invitation{
	border-top:double 3px #990000;
	margin-top:4em;	
}
