@charset "utf-8";
/* CSS Document */
<!--
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 5px 0px 0px 0px;
	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: #000000;
	align: center;
}

.oneColElsCtr #mainContent {
	width: 800px;
	height: 400px;
	background: #CCFFCC;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #999966;
	text-align: left; /* this overrides the text-align: center on the body element. */

}

.oneColElsCtr #mainContentText {
	background: #CCFFCC;
	width: 736px;
	height: 250px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 30px 30px 30px 30px;
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;
	scrollbar-3dlight-color:#CCFFCC;
   	scrollbar-arrow-color:#999966;
   	scrollbar-base-color:#CCFFCC;
   	scrollbar-darkshadow-color:#999966;
   	scrollbar-face-color:#CCFFCC;
   	scrollbar-highlight-color:#999966;
   	scrollbar-shadow-color:#999966;
   	scrollbar-track-color:#CCFFCC; 
}
.boldItalic{
	font-weight: bold;
	font-style: italic; 
}
.bigText{
	font: 130% Verdana, Arial, Helvetica, sans-serif;
}
.bigTextBlue{
	color: #663399;

	font-weight: bold;
}
ul{

	margin: 0;
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
	width: 250px;
}
.Tborder td{
border: 1px solid #999966;
}
.TermsTable{
	font: 85% Verdana, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	
}
#home{
	background-image: url('images/home_off.gif');
	width: 113px;
	height: 27px;
	
}
#home:hover {
	background-image: url('images/home_on.gif');
}

#homeC {
	background-image: url('images/home_on.gif');
	width: 113px;
	height: 27px;
}

#whats{
	background-image: url('images/Whats-a-hip_off.gif');
	width: 113px;
	height: 27px;
	
}
#whats:hover{
	background-image: url('images/Whats-a-hip_on.gif');
}
#whatsC{
	background-image: url('images/Whats-a-hip_on.gif');
	width: 113px;
	height: 27px;
	
}
#pricing{
	background-image: url('images/pricing_off.gif');
	width: 113px;
	height: 27px;
	
}
#pricing:hover{
	background-image: url('images/pricing_on.gif');
}
#pricingC{
	background-image: url('images/pricing_on.gif');
	width: 113px;
	height: 27px;
	
}
#contact{
	background-image: url('images/Contact-Us_off.gif');
	width: 113px;
	height: 27px;
	
}
#contact:hover{
	background-image: url('images/Contact-Us_on.gif');
}
#contactC{
	background-image: url('images/Contact-Us_on.gif');
	width: 113px;
	height: 27px;
	
}
#view{
	background-image: url('images/view_your_hip_off.gif');
	width: 113px;
	height: 27px;
	
}
#view:hover{
	background-image: url('images/view_your_hip_on.gif');
}
#viewC{
	background-image: url('images/view_your_hip_on.gif');
	width: 113px;
	height: 27px;
	
}
#terms{
	background-image: url('images/TermsConditions_off.gif');
	width: 121px;
	height: 27px;
	
}
#terms:hover{
	background-image: url('images/TermsConditions_on.gif');
}
#termsC{
	background-image: url('images/TermsConditions_on.gif');
	width: 121px;
	height: 27px;
	
}
#footer{
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	padding: 20px 0px 20px 0px;
}
-->
