﻿body
{
	text-align: center;
	margin: 0;
	padding:0;
	background-color: #f99911;
}
.calendarLink
{
	margin-bottom:6px;
	font-size: 12pt;
}
.selected
{
	color: Orange;
	text-decoration: none;
}
.nav
{
	padding-bottom: 12px;
	font-size: 18px;
	font-weight:bold;
	width:175px;
}
.childNav
{
	padding-bottom: 12px;
	font-size: 18px;
	font-weight:bold;
	margin-left:18px;
	width:175px;
}

.navigationNode
{
	padding-bottom: 12px;
	font-size: 18px;
	font-weight:bold;
	width:175px;
}

.selectedNavigationNode
{
	padding-bottom: 12px;
	font-size: 18px;
	width:175px;
}

.pageContainer
{
	width: 100%;
	margin: 0 auto 0 auto;
}

.contentContainer
{
	background-image: url(images/background2.jpg);
	background-repeat: repeat-y;
	width: 100%;
	min-height: 500px;
	padding-top:6px;
}

.header
{
	/* background-image: url(images/aaac_logo_orange.jpg); 	background-repeat:no-repeat; 	background-position: left center; */
	height: 208px;
	text-align: left;
	background-color: #f99911; /*border-bottom: solid 1px #000000;*/
}

.header2
{
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	height: 208px;
	text-align: left;
	background-color: #09658A;
}

.headerShim
{
	height: 39px;
	text-align: left;
	background-color: #ffffff;
	margin: 8px 0 8px 0;
	background-image: url(images/cursivebanner.jpg);
	background-repeat:no-repeat;
	background-color: #f99911;
}

.footer
{
	
	text-align: center;
	clear: both;
	background-color: #f99911;
	font-size: small;
}

.bottomNav
{
	text-align: center;
	clear: both;
	font-size: small;
}

.column1
{
    width:200px;
    float:left;
	color: #FFFFFF;
	text-align: left;
	height:100%;
	margin: 0 0 0 -100%;
	padding: 0 0 0 16px;
}
.wrapper
{
    float:left;
    width:100%;
}
.column2
{
	margin: 0;
	height:100%;
	text-align: left;
	vertical-align: top;
	font-size:13pt;
	margin-left:200px;
}

.navLink
{
	vertical-align: middle;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: 6px;
}

.mainContainer
{
}

h1
{
	color: #A21818;
	font-size: 16pt;
}

a
{
	color: #006181;
}

.navLink a
{
	font-size: 13pt;
	font-weight: bolder;
}

.homeTable td
{
	width: 130px;
	height: 130px;
}
