﻿#header {
  font-size:2em;
  text-align:center;
  width: 100%;
  height: 35px;
}
#Navigation {
  font-size:1.25em;
  text-align:center;
  width: 100%;
  height: 40px;
}
#Col1Title {
  border-top : 2px solid black;
  border-left : 2px solid black; 
  border-bottom : 2px solid black;
  text-align:center;
  font-size:1.25em;
  float: left;
  width: 29%;
  height: 50px;  
  padding-left:.5em;

}
#Col2Title {
  border-top : 2px solid black;
  border-left : 2px solid black; 
  border-right : 2px solid black; 
  border-bottom : 2px solid black;
  text-align:center;
  font-size:1.25em;
  float: left;
  width: 68%;
  height: 50px;	
  padding-left:.5em;
}
#leftcol {
  border-left : 2px solid black; 
  border-bottom : 2px solid black;
  float: left;
  width: 29%;
  font-size:1.25em;
   padding-left:.5em; 
}
#content {
  border-left : 2px solid black; 
  border-right : 2px solid black; 
  border-bottom : 2px solid black;
  float: left;
  width: 68%;
  font-size:1.25em;
  padding-left:.5em;

}
#footer {
  background: #0f0;
  clear: both;
  width: 100%;
}

.Video{
	color:fuchsia;
	font-weight:bold;
	
}	

.ToCompleteTask {
	font-family:"Arial Narrow";
	color:red;	
	font-weight:bold;

}

