#masterContainer
{


  
  
}

#masterHeaderContainer
{
  height: 150px;
}

#masterContentContainer
{

}

#masterFooterContainer
{
  
}
.columnLeft60
{
  float: left;
  width: 150px;
  background: red;
}
.columnRight40
{
  float: left;
  width: 650px;
  background: white;
}
.columnLeft20
{
  float: left;
  width: 150px;
  background: red;
}
.columnRight80
{
  float: left;
  width: 650px;
  background: white;
}
.bottomNav
{
	
	clear: both;
	  height: 25px;
	width: 820px;
	background: blue;
	color: #FFFFFF;
	font-family: 'Arial Black';
	font-weight: normal;
}

.columnLeftNav
{	
 padding-top:25px;
 padding-bottom:25px;
 padding-right:5px;
 padding-left:5px; 
  width: 150px;
  background: red;
  color: #FFFFFF;
  font-family: 'Arial';
  font-weight: bold;
  text-align: center;
  position:relative
  

}

.columnLeftNav a:link {color: white; text-decoration: none; }
.columnLeftNav a:visited {color: white; text-decoration: none; }
.columnLeftNav a:hover {color: blue; text-decoration: none; }
.columnLeftNav a:active {color: blue; } 



.columnRight
{
	float: right;	
 padding-bottom:25px;
 padding-right:5px;
 padding-left:10px; 	
  width: 650px;
  background: white;
}

.columnFooter
{
	
	clear: both;
	height: 75px;
	width: 850px;
	background: blue;
	color: #FFFFFF;
	font-family: 'Arial Black';
	font-weight: normal;
	text-align: center;
	position:relative
}

.columnHeader
{
	height: 50px;
	width: 800px;
	position:relative
}

p
{
	font-family: 'Arial';
}

.topic
{
	font-family: 'Arial';
	color: #000000;
	text-align: left;
	
}
.topic h2
{
	font-family: 'Arial';
	color: #0000FF;
}


#WeeklyEvents
{

	clear: both;
	width: 400px;
}
#WeeklyEvents td, #WeeklyEvents th 
{
	background: white;
	color: #000000;
	font-family: 'Arial';
	font-weight: normal;
	text-align: left;
}
#WeeklyEvents th 
{
	height: 60px;
	background: blue;
	color: #FFFFFF;
	font-family: 'Arial Black';
	font-weight: normal;
	text-align: center;

}

#MonthlyCalendar
{
	clear: both;

}

#MonthlyCalendar table
{
	border:1px solid #99ccff;
	border-collapse:collapse;
	clear: both;
	width: 500px;
	padding: 6px;
}
#MonthlyCalendar h3
{
	background: white;
	color: #ff0000;
	font-family: 'Arial';
	text-align: left;
}
#MonthlyCalendar td
{
	height: 50px;
	background: white;
	color: #000000;
	font-family: 'Arial';
	text-align: left;
	border:1px solid #99ccff;
	padding: 5px;
}

#MonthlyCalendar td.date
{
	color: #0000ff;
	font-family: 'Arial';
	font-weight: bold;
	text-align: center;
	border:1px solid #99ccff;
	width: 60px;
	padding: 5px;
	font-size:1.5em;
}
#MonthlyCalendar td.time
{
	color: #000000;
	font-family: 'Arial';
	font-weight: bold;
	text-align: center;
	border:1px solid #99ccff;
	width: 110px;
	padding: 5px;
	font-size:1em;
}

.columnNewNav
{	
 padding-top:5px;
 padding-bottom:5px;
 padding-right:2px;
 padding-left:2px; 
  width: 200px;
  color: #FFFFFF;
  font-family: 'Arial';
  font-weight: bold;
  text-align: center;
  position:relative
  

}

.columnNewNav a:link {color: white; text-decoration: none; }
.columnNewNav a:visited {color: white; text-decoration: none; }
.columnNewNav a:hover {color: blue; text-decoration: none; }
.columnNewNav a:active {color: blue; } 
