BODY
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

DIV.clearing
{
	clear: both;
}

DIV#header
{
	display: block;
	/*width: 860px;
	
	margin-left: auto;
	margin-right: auto;*/
	
	margin-bottom: 16px;
	
	clear: both;
}

DIV#logo
{
	margin-top: 16px;
	margin-bottom: 16px;
	height: 152px;
}

DIV#headerContentLeft
{
	display: block;
	/*width: 100px;*/
	max-height: 152px;
	
	float: left;
	margin-left: 20px;
	
	background-color: #FF0000;
}

DIV#headerContentRight
{
	display: block;
	/*width: 100px;*/
	max-height: 152px;
	
	float: right;
	margin-right: 20px;
	
	padding: 0px;
	
	background-color: #FF0000;
}

DIV#headerContentLeft P:first-child, DIV#headerContentRight P:first-child
{
	margin-top: 0px;
}

DIV#headerContentLeft P:last-child, DIV#headerContentRight P:last-child
{
	margin-bottom: 0px;
}

DIV#headerNavBar
{
	display: block;
	width: 100%;
	height: 37px;
	
	text-align: center;
}

DIV#headerNavBarLinks
{
	display: inline-block;
}

DIV#headerNavBarLinks A
{
	display: block;
	height: 31px;
	
	float: left;
	
	padding-top: 6px;
	padding-left: 13px;
	padding-right: 13px;
}

DIV#page
{
	display: block;
	
	width: 810px;
	
	margin-left: auto;
	margin-right: auto;
	
	margin-bottom: 24px;
	
	clear: both;
}

DIV.contentWrapper
{
	margin-bottom: 16px;
}

DIV.content
{
	display: block;
	padding: 25px;
	
	position: relative;
	
	margin-bottom: 16px;
}

DIV.content.left
{
	float: left;
	width: 346px;
	margin-right: 16px;
}

DIV.content.right
{
	float: left;
	width: 346px;
}


DIV.content :FIRST-CHILD
{
	margin-top: 0px;
}

DIV.content :LAST-CHILD
{
	margin-bottom: 0px;
}

DIV#bottomButtons
{
	display: block;
	width: 810px;
	height: 5px;
	
	margin-left: auto;
	margin-right: auto;
	
	clear: both;
}

DIV#bottomButtons :LAST-CHILD
{
	margin-right: 0px;
}

DIV.bottomButton, A.bottomButton
{
	display: block;
	width: 260px;
	height: 183px;
	
	float: left;
	
	margin-right: 15px;
	
	position: relative;
}

DIV.bottomButton.calendar DIV.date
{
	display: block;
	width: 150px;
	height: 30px;
	
	position: absolute;
	top: 29px;
	left: 16px;
	
	overflow: hidden;
}

DIV.bottomButton.calendar DIV.entry
{
	display: block;
	width: 225px;
	height: 58px;
	
	position: absolute;
	top: 74px;
	left: 16px;
	
	overflow: hidden;
}

DIV.bottomButton div.callToAction
{
	position: relative;
	left: 10px;
	top: 155px;
}

DIV.association
{
	display: block;
	width: 192px;
	
	float: left;
	
	margin-right: 14px;
	margin-top: 14px;
}

DIV.association.last
{
	clear: right;
	margin-right: 0px;
}

DIV.association DIV.name
{
	display: block;
	height: 24px;
	margin-bottom: 4px;
	
	padding-left: 6px;
	padding-top: 4px;
}

DIV.association DIV.instructors
{
	display: block;
	height: 120px;
	padding: 10px;
}

DIV.association UL
{
	margin: 0px;
	padding-left: 20px;
}

DIV.blogArticle
{
	display: block;
	width: 350px;
	height: 220px;
	
	float: left;
	
	margin-right: 15px;
	margin-bottom: 15px;
	
	position: relative;
	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
}

DIV.blogArticle DIV.title
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	
	display: inline;
}

DIV.blogArticle DIV.byLine
{
	margin-top: 10px;
	margin-bottom: 20px;
}

DIV.blogArticle DIV.callToAction
{
	position: absolute;
	left: 0px;
	/*top: 250px;*/
	bottom: 0px;

	width: 360px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}


DIV.bottomButton.calendar DIV.date
{
	display: block;
	width: 150px;
	height: 30px;
	
	position: absolute;
	top: 29px;
	left: 70px;
	
	overflow: hidden;
}

DIV.bottomButton.calendar DIV.entry
{
	display: block;
	width: 225px;
	height: 58px;
	
	position: absolute;
	top: 74px;
	left: 16px;
	
	overflow: hidden;
}

DIV.bottomButton div.callToAction
{
	position: relative;
	left: 10px;
	top: 155px;
}


FORM#frmContact INPUT[type=text]
{
	width: 200px;
}

FORM#frmContact textarea
{
	width: 200px;
}


DIV.backLink
{
	position: absolute;
	top: 20px;
	right: 20px;
}

DIV#footer
{	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 24px;
	padding-bottom: 24px;
	
	clear: both;
}