﻿.table1
{
    width: 800px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}
.smallestFont
{
font-size:x-small;
font-family:Calibri;
}
.table2
{
    width: 800px; 
}
.column1
{
    width: 10%;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
}
.nested3
{
    width: 98%;
    border-color: #FFFFFF;
    background-color: #003B00;
    color: #FFFFFF;
}
.font1
{
    color: White;
    font-weight:bold;
    font-family:Calibri;    
}
.nested1
{
    width:100%;
}
.nested2
{
    width:50%;
}
.nested5
{
	width:80%
}
.nested4
{
    width:50%;
    padding:5px;
}
.updateText
{
    text-align:center;
    vertical-align:middle;
	font-size: small;
	color: #333333;
	font-weight:bold;
	font-style:italic;
	width:50%;
}
.preferredBrowsers
{
	text-align:center;
    vertical-align:middle;
	font-size: small;
	color: #FF00FF;
	font-weight:bold;
	font-style:italic;
	width:50%;	
}
.nestedThirds
{
    width:100%;
}
a.hover
{
    font-weight:bolder;
	color: Fuchsia;   
}
a.visited
{
    color: #0000FF    
}
.image200
{
    width:200px;
    height:200px;
}
.image100
{
    width:100px;
    height:100px;
}
.cellHeight
{
    height:300px;
    width:50%;    
}
    .headerCell
{
    width:110px;
    text-align:center;
}
.centering
{
  margin-left:auto;
  margin-right:auto;      
}
#leftcolumn
{
    float: left;
}
#rightcolumn
{
    width:550px;
    float:right;    
}
#leftcolumnEnglish
{
    float: left;
}
#rightcolumnEnglish
{
    width:550px;
    float:right;    
}#leftcolumnMath
{
    float: left;
}
#rightcolumnMath
{
    width:450px;
    float:right;    
}
