@charset "UTF-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#OffersPanel {
	padding: 0px;
	height: 183px;
	width: 800px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
.Normal #Navlinks {
	height: 30px;
	width: 760px;
	background-image: url(../Constants/Navlinks_OrangeBack.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#Navlinks  #SwitchGym {
	height: 30px;
	width: 160px;
	background-color: #666666;
	padding: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Normal #MainContent {
	width: 800px;
	padding: 0px;
	background-image: url(../Constants/Panel_Back.jpg);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Normal  #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.Normal   #Masthead {
	height: 110px;
	width: 800px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../Constants/Masthead%20Phibsboro.jpg);
	background-repeat: no-repeat;
	margin-top: 0010px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
.Normal   #LeftColumn {
	width: 430px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	overflow: visible;
	margin-bottom: 0px;
}
.Normal   #RightColumn {
	margin-top: 0px;
	margin-right: 20px;
	padding: 0px;
	float: right;
	width: 300px;
	margin-bottom: 0px;
} 
.Normal  #footer {
	height: 30px;
	width: 760px;
	background-image: url(../Constants/Footer_Back.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 
