#contentDiv {
    background-image: url(../images/whiteTile.jpg);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    text-align: center;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}
#centerDiv {
    margin: 0px;
    padding: 0px;
    background-image: url(../images/backBlueTile.jpg);
    background-repeat: repeat-y;
    background-position: center top;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #04275C;
	background-image: url(../images/backVertTile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#waterDiv {
    background-image: url(../images/backWater.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    text-align: center;
    vertical-align: top;
}
#tempBlock {
	margin: 0px;
	padding: 0px;
	height: 1000px;
	width: 400px;
}
#topNavBar {
	background-image: url(../images/topNav.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 929px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
}
#topNavBar2 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin: 7px 0px 0px;
	padding: 0px 7px 0px 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	display: inline;
	border-top: 2px none #666666;
	border-right: 2px dotted #666666;
	border-bottom: 2px none #666666;
	border-left: 2px none #666666;
}
#midWrapper {
	padding: 10px 0px 0px;
	width: 929px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footerDiv {
    border-style: dotted none none none;
    border-width: 1px;
    border-color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    line-height: 12px;
    color: #666666;
    text-align: center;
    vertical-align: top;
    margin: 30px;
    padding: 5px 0px 30px 0px;
}
#footerDiv a {
	color: #666666;
	text-decoration: none;
}
#footerDiv a:hover {
	color: #034885;
	text-decoration: none;
}
#topNavWrapper {
    margin: 0px;
    padding: 0px;
    width: 850px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    float: right;
    position: relative;
    top: 7px;
}
#topNavBar a.lastNav {
	border-right: none;
	margin-right: 0px;
	padding-right: 0px;
}
#topNavBar2 a:hover {
	color: #33A12D;
}

div.clear {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	font-size: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homeHeaderBar {
	margin: 0px;
	padding: 0px;
	width: 929px;
	line-height: 0px;
	border: 1px none #FF0000;
}
#homeMainImg {
    margin: 0px;
    padding: 0px;
    float: left;
    height: 203px;
    width: 726px;
    background-color: #333333;
}
#homeCalendarDiv {
	background-image: url(../images/calBlock.jpg);
	margin: 0px;
	padding: 0px;
	float: right;
	height: 203px;
	width: 203px;
}
#homeCalendarDiv #calTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bolder;
	color: #86CD14;
	margin: 16px 0px 0px;
	padding: 0px;
	text-transform: none;
}
#homeCalendarDiv #calMonth {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #FFFFFF;
    display: none;
}
#homeCalendarDiv #calWrapper {
    margin: 6px auto 0px auto;
    padding: 0px;
    height: 126px;
    width: 164px;
    border: 1px solid #666666;
    background-color: #FFFFFF;
}
form
{
    border-style: none;
    padding: 0px;
    margin: 0px;
}
#bottomSpacer
{
    padding: 0px;
    margin: 0px;
    width: 400px;
    height: 400px;
}
ul
{
    padding: 00px;
    margin: 0px 0px 20px 0px;
    list-style-type: square;
    list-style-position: inside;
}
img.teachPhoto{
    padding: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 20px;
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    display: block;
    float: right;
    width: 484px;
}
.teachDate
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    text-transform: none;
}

