body	{
	background: #fff;
	color: #222;
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	margin: 0 auto 0 auto;
	text-align: center;
	height: 100%;
	/*
	height: 700px;
	border-right: 2px solid #e56027;
	border-left: 2px solid #e56027;
	*/
	}
#content	{
	margin: 0;
	padding: 10px 20px 25px 20px;
	font-size: 12px;
	line-height: 14px;	
	text-align: left;
	/*
	height: 568px;
	overflow: scroll;
	*/
	}
a {
	color: #3dacfa;
	font-weight: bold;
	text-decoration: none;
	}
a:link,
a:visited	{
	color: #3dacfa;
	text-decoration: none;
	}
a:hover,
a:active	{
	color: #fff;
	background-color: #3dacfa;
	text-decoration: none;
	}

/*---------- titles ----------*/		
h1	{
	color: #e56027;
	font-size: 18px;
	line-height: 20px;
	}
h2	{
	color: #e56027;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 5px;
	}
	
	
/*---------- lists ----------*/		
ul,
ol	{
	margin-top: 0px;
	margin-bottom: 15px;
	}
ol.alpha li {
	margin-top: 15px;
	list-style: lower-alpha;
	}	
li	{
	margin-bottom: 3px;
	}
.bulletless	{
	list-style: none;
	}	
ol.h3less	{
	margin: 0;
	}
ol.h3less li	{
	margin: 6px;
	padding: 6px;
	}	
.box-grey ol.h3less li	{
	color: #666;
	}
	
/*---------- half ----------*/		
.half	{
	float: left;
	width: 45%;
	margin: 0 15px 0 0;
	padding: 0;
	}	
.figure-half	{
	float: left;
	margin: 0 0 10px 38px;
	padding: 0;
	}

/*---------- three-quarters ----------*/		
#three-quarter	{
	float: left;
	width: 70%;
	margin: 0;
	padding: 0;
	}	
#one-quarter	{
	float: left;
	width: 20%;
	margin: 0 0 0 20px;
	padding: 0;
	}	
	
	
/*---------- video ----------*/	
	
#vid	{
	width: 790px;
	margin: 10px 0 10px 0;
	padding: 0;
	}	
	
#vid-scroll	{
	float: right;
	width: 300px;
	height: 428px;
	margin: 0 0 0 10px;
	padding: 0;
	overflow: scroll;
	}		
#vid-scroll-pad	{
	padding: 0 15px 15px 0;
	}	
	
	
/*---------- box ----------*/	
.box	{
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	/*
	border: 1px solid #8f8f8f;
	background-color: #fff;
	background-color: #f9f9f9;
	*/
	border: 1px solid #dddddd;
	}	
.box p	{
	margin: 0;
	padding: 3px 0 6px 6px;
	}
.box-blue	{
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	/* background-color: #005973; */
	background: url("../img/topic.gif") repeat;
	color: #fff;
	border: 0;
	}
.box-blue p	{
	margin: 0;
	padding: 6px;
	color: #fff;
	}
.box-grey	{
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
	background-color: #dddddd;
	color: #fff;
	border: 0;
	}	
.box-grey p	{
	margin: 0;
	padding: 6px;
	color: #666;
	}
.field	{
	float: left;
	width: 100%;
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0 15px 5px 15px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #dddddd;
	}	

.bluebox a {
	color: #3dacfa;
	font-size: 14px;
	text-decoration: none;
	}
a:link,
a:visited	{
	color: #3dacfa;
	text-decoration: none;
	}
a:hover,
a:active	{
	color: #fff;
	background-color: #3dacfa;
	text-decoration: none;
	}


/*---------- Indie Learning PLan ----------*/	
a.ilp	{
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 0;
	display: block;
	color: #fff;
	background: #ddd;
	text-decoration: none;
	}
a.ilp:link,
a.ilp:visited	{
	color: #fff;
	background: #bbb;
	text-decoration: none;
	}
a.ilp:hover,
a.ilp:active	{
	color: #fff;
	background: #3dacfa;
	text-decoration: none;
	}	
a.ilp-sel	{
	text-align: left;
	margin: 0 0 10px 0;
	padding: 10px;
	border: 0;
	display: block;
	color: #fff;
	/* background-color: #005973; */
	background: url("../img/topic.gif") repeat;
	text-decoration: none;
	}
a.ilp-sel:link,
a.ilp-sel:visited,
a.ilp-sel:hover,
a.ilp-sel:active	{
	color: #fff;
	/* background-color: #005973; */
	background: url("../img/topic.gif") repeat;
	text-decoration: none;
	}

/*---------- various ----------*/		
.fine	{
	font-size: 10px;
	line-height: 120%;
	}	
.photocredits	{
	margin: 2px 0 5px 0;
	padding: 0;
	font-size: 10px;
	line-height: 12px;	
	text-align: left;
	}	
.bottompadding	{
	margin-bottom: 25px;
	}
.toppadding	{
	margin-top: 5px;
	}	
.rationale	{
	margin: 5px 80px 0 30px;
	}
.blue	{
	color: #4281c4;
	}
.orange	{
	color: #e56027;
	}
.green	{
	color: #75a133;
	}	
.alert	{
	color: #ff0000;
	}	
.box-blue h2	{
	color: #fff;
	font-size: 15px;
	line-height: 17px;
	font-weight: normal;
	margin: 0;
	padding: 3px 0 6px 6px;
	}	
	

/*---------- imgs ----------*/	
.fig	{
	border: 1px solid #75a133;
	}
.fig2	{
	border: 1px solid #005973;
	}		
img.icon	{
	float: left;
	margin-right: 3px;
	border: none;
	}
.edge-left	{
	float: left;
	width: 2px;
	height: 2px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0;
	}
.edge-right	{
	float: right;
	width: 2px;
	height: 2px;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: #fff;
	border: 0;
	}	
	
	
/*---------- parent & footer ----------*/		
#parent {
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	/*
	border-right: 10px solid #357620;
	border-left: 10px solid #357620;
	*/
	}
#footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 25px;
	background-color: #e56027;
	z-index: 999;
	padding: 0px;
	margin: 0px;
	color: #fff;
	}	
	
	
/*---------- tables ----------*/	
table.figure	{
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 0;
	margin: 10px 0 10px 0;
	padding: 4px;
	}
table.figure td	{
	padding: 4px;
	text-align: left;
	vertical-align: top;
	}
table.text	{
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px #75a133 solid;
	margin: 0 40px 0 40px;
	padding: 4px;
	}
table.text-blue	{
	background-color: #c4e3ff;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px #005973 solid;
	margin: 0 40px 0 40px;
	padding: 4px;
	}
td.title,
table.text td.title	{
	background-color: #75a133;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}	
table.text-blue td.title	{
	background-color: #005973;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
table.text td	{
	border: 1px #75a133 solid;
	padding: 4px;
	}
table.text-blue td	{
	border: 1px #005973 solid;
	padding: 4px;
	}
td.center	{
	text-align: center;
	}
	
	
/*---------- clearers ----------*/	
div.clearer	{
	display: block; 
	clear: both; 
	margin: 0;
	padding: 0;
  	line-height: 0;
	background-color: none;
	border-style: none;
  	}