@charset "UTF-8";
/* CSS Document */

body { 
	background: none;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#masthead{
	height:auto;
}

#masthead a#logo img{
	width:80%;
}

#horizontalNav, .toolbar, #sectionBranding, .socialMediaBar, .quicklinks {
	display: none;
}

#sideContent1, .home .column1 {
	display: none;
}

#footer {
	display: none;
}


#container, #contentWrapper, #mainContent, #sideContent2,
#mainContent .column2, #mainContent .column3, #sideContent2 .pod,
.threeColumn #mainContent{
	width: 100%;
	background-color: #fff;
	background-image: none;
	margin: 0;
	padding: 0;
	color: #666;
	float: none;
	clear: both;
	border:none;
	-moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0);
}

#mainContent {
	
}

.pod .eventContainer, .pod-inner, #sideContent2 h2, .home #mainContent h2{
	border:0;	
}

a:link {
	font-weight: bold;
	color: #06c;
	text-decoration: underline;
	font-size:11pt;
}

a:link:after {
	content: " (" attr(href) ") ";
}

h1{
	font-size:18pt;
	clear:both;
}

a:link:after {
	content:none;
}

