#SideBar, #SPHvideo, #Universities, #EventsLogo, .HeaderTop {
	display:none;
}

/*
height:auto is needed to maintain aspect ratio
iPhone 4 should interpret this as rescale to max 500px
as it has webkit-device-pixel-ratio: 2
*/
img { 
	max-width: 250px;
	height: auto;
}

#Header img {
	max-width:none;
}

#Content, #MainContent, #Events { }

#Header, #HeaderNav, #Footer {
	background-color: #FFCC33;
	text-align: center;
}

#HeaderNav {
	padding-bottom:3px;
	margin-bottom:3px;
}

#Footer {
	padding-top:3px;
	padding-bottom:3px;
	margin-top:3px;
}

.comment {
	background-color: #CCFFFF;
	padding: 3px;
	clear: both;
	float: none;
	border: thin solid #0033FF;
	margin: 5%;
}

#comment a:link, #comment a:active, #comment a:visited { 
color: #000000; 
text-decoration: none 
}

#comment a:hover
{ 
color: #800080; 
text-decoration: underline 
}
.comment .author {
	text-align: right;
	margin: 0px;
}
.comment .Quote {
	text-align: left;
	margin: 0px;
}
.disclaimer {
	font-size: small;
	padding-top: 4px;
}
.EventsHeading {
	font-size: large;
	font-weight: bold;
}
.CallOut {
	font-weight: bold;
	text-align: center;
}
.RSSIcon {
	vertical-align: baseline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#gtfam #imagediv {
	display:none;
}

#gtfam #paypal {
	text-align:center;
	width:236px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width:2px;
	border-color:darkgrey;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.75);
	padding-all:3px"
}
