@charset "UTF-8";
.Normal #container h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
	margin-top: 0px;
	margin-bottom: 25px;
}
.Normal   #container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	padding: 0px;
	border: 1px none #999999;
}
.Normal   #container a:hover {
	text-decoration: underline;
}
.Rule {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0px;
	height: 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.Normal   #Navlinks   a  {
	background-image: url(../Constants/Button_Orange.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float: left;
	width: 80px;
	margin: 0px;
}
#Navlinks a:hover {
	background-image: url(../Constants/Button_OrageOver.jpg);
}
#Navlinks  #SwitchGym a {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 170px;
}
.Normal  #footer  a {
	background-image: url(../Constants/Button_Black.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	float: right;
	width: 300px;
	margin: 0px;
}
#footer a:hover {
	background-image: url(../Constants/Button_BlackOver.jpg);
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#LeftColumn li {
	margin: 10px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.BoldOrangePrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
}
