html, body /*i.e needs the height to be set in order for the relative heights to work later....weak  */
{
	height:100%;
	background-color:#2F2F2F;
	margin-bottom:-1px;
	font-size:16px;
	/*padding:0px 5px;
	overflow:hidden;*/
}

#banner
{ 	/*container to hold the top level banners */
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-top:none;
	min-width:975px;
	height:50px;
	background-color:#718DC7;
	margin-top:-8px;
}
#subBanner
{
	border: 2px solid black;
	border-top:none;
	background-color:#3B5998;
	height:60px;
	min-width:975px;
}

#headerBanner
{
	background-color:#718DC7;
	margin-top:-8px;
}

#linksBanner
{
	padding-top:10px;
}

#bannerLinksContainer
{
	min-width:455px;
	margin:0 auto;
}
.imgLinks
{
	color:white;
	/*margin:5px;
	margin-top:0px;*/
	height:80px;
	margin:0px 5px;
	width:80px;
	/*float:left;
	opacity:.75;*/
}
.imgLinks:hover
{
	opacity:.9;
}
.imgLinks .link
{
	font-weight:bold;
	/*margin-top:-66px;
	padding-left:20px;*/
	font-size:20px;
	position:relative;
	top:-55px;
	left:10px;
	color:white;
	font-family:"Times New Roman";
	text-decoration:none;
}
#socialLinks
{
	/*padding:4px 4px 0px 2px;
	float:right;
	background-color:#3A7798;
	border:2px solid black;*/
	margin-top:30px;
}

.socialIconImg
{
	width:32px;
	height:32px;
	display:inline;
	border:0;
	cursor:pointer;
}
#titleHeader
{
	/*width:400px;
	margin:0px auto;*/

	font-size:38px;
	color:white;
	font-family:"Times New Roman";
	display:inline;
}

#mainContainer
{
	border: 2px solid black;
	margin:25px 0px 0px 0px;
	background-color:#3B5998;/*#3A7798;*/
	min-width:975px;
}

.bottomNav
{
	color:white;
	text-decoration:none;
}

#googleCalendarContainer
{
	background-color:black;
	width:270px;
	height:550px;
}
.googleHeader
{
	text-align:center;
	font-family:"Bradley Hand ITC";
	font-weight:bold;
}

#twitter_update_list
{
	width:350px;
	color:white;
	/*font-family:"Bradley Hand ITC";*/
	font-weight:bold;
}

#twitter_update_list li
{
	list-style-type: none;
	/*width:360px;
	padding:10px;*/
}

#twitter_update_list a
{
	display:none;
}

.contentBox
{
	margin:1px;
	border:2px solid black;
	background-color:white;
	padding:5px;
	min-height:95%;
	height:95%;
	overflow:hidden;
}

.imgContentBox
{
	margin:1px;
	border:2px solid black;
	/*height:95%;*/
	width:238px;
	height:267px;
	overflow:hidden;
	/*min-width:95%;*/
}

.scaledImg
{
	height:100%;
	width:100%;
}

.scaledCycledImg
{
	height:267px;
	width:238px;
}

.headerImg
{
	height:45px;
}

.contentDoc
{
	height:100%;
	width:100%;
	overflow:hidden;
	border:0;
}

.scheduleTable
{
	/*border:2px solid white;*/
	color:black;
	background-color:white;
	border-collapse:collapse;
	border-color:white;
	border-style:solid;
	margin:0 auto;
}

.scheduleTable td
{
	padding:5px;
}

.scheduleTable tr
{
	border-bottom:2px solid #2F2F2F;
	cursor:pointer;
	text-align:center;
} 

.scheduleLineItem:hover
{
	background-color:#3B5998;
	color:white;
}

.scheduleHeader
{
	background-color:#2F2F2F;
	color:white;
}

#historySelect, #businessSelect
{
	margin-bottom:10px;
	border:2px solid black;
}
