body
{
	background-color: #2C3D42;
	margin: 0px;
	font: 100% arial, verdana, 'trebuchet ms', sans-serif;
	color: #12202B;
}

#global
{
	position: absolute;
	left: 50%;
	top: 20px;
	width: 760px;
	margin-left: -380px;
	padding-bottom: 5px;
}

#headerContainer
{
	float: left;
	width: 760px;
	background-color: #fff;
}

#banner
{
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	width: 760px;
	height: 140px;
	background: #fff url(images/glenwoodBannerB.jpg) no-repeat right top;
	border-bottom: 3px solid #fff;
}

#nav
{
	float: left;
	width: 756px;
	background-color: #E14008;
	height: 22px;
	border: 2px solid #fff;

}

#container
{
	float: left;
	width: 760px;
	font: 80% arial, verdana, 'trebuchet ms', sans-serif;
	color: #12202B;
	margin-top: 10px;
}

#leftContainer
{
	float: left;
	width: 237px;
}

#leftContent, #leftContent2
{
	float: left;
	padding: 0px;
	font-size: 85%;
	color: #000;
}

#leftContent.txtBox
{
	float: left;
	width: 231px;
	background: #fff url(images/contactHeading.gif) no-repeat left top;
	padding-top: 20px;
}

#leftContent2.txtBox2
{
	float: left;
	width: 231px;
	height: 172px;
	background: #fff url(images/studOvrViewBox.jpg) no-repeat left top;
	margin-top: 8px;
}


#leftContent.txtBox p, #leftContent2.txtBox2 p
{
	padding: 5px 5px 10px;
	line-height: 18px;
}

#rightContentContainer
{
	float: left;
	background-color: #fff;
	border: 1px solid #2B363E;
	line-height: 18px;
	width: 511px;
	padding: 5px;
}

#rightContent
{
	float: left;
	font-size: 90%;
	line-height: 18px;
	padding: 5px;
	width: 300px;
}

#imgContent
{
	float: left;
	width: 165px;
	margin: 10px 5px 0px;
}


#imgContent img
{
	border: 1px solid #5A6468;
	margin-bottom: 10px;
}

#contentHeadings
{
	float: right;
	width: 521px;
	height: 25px;
	color: #9DDBE2;
	text-align: right;
	background: url(images/headingStrip.jpg) no-repeat left top;
}

#contentHeadings h1
{
	font: bold 115% verdana, arial, 'trebuchet ms', sans-serif;
	margin-top: 2px;
	margin-bottom: 0px;
}

h2 {
	font: bold 110% verdana, arial, 'trebuchet ms', sans-serif;
	color: #000;

}

#footer
{
	clear: both;
	float: left;
	width: 100%;
	text-align: right;
	font-size: 75%;
	margin-left: -5px;
	padding: 5px 0px;
	color: #91A9AF;
}

	/* ---------------------   table selectors | classes   -------------------------------------- */
	
	
	table#events
	{
		font-size: 90%;
		color: #333;
		font-family: verdana, arial, 'trebuchet ms', sans-serif;
		width: 100%;
	}
	
	table#events tr.eventName
	{
		background-color: #CACFC7;
		color: #333;
		font-weight: bold;
		text-indent: 3px;
	}
	
	table#events td.event
	{
		background-color: #E6EDE1;
		color: #333;
		font-weight: normal;
		padding: 3px;
		vertical-align: top;
	}
	
		table#events td.break
	{
		background-color: #fff;
		font-weight: normal;
	}

.sideMenu {
	color: #ccc;
	}
	

.sideMenu a:link, .sideMenu a:active, .sideMenu a:visited {
	color: #5EBEDD;
	text-decoration: underline;
	}

.sideMenu a:hover {
	color: #0CA9DD;
	text-decoration: none;
	}

.squareBox {
	list-style-type: square
	}

	
