body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* 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 */
	background-attachment: scroll;

	background-image: url(images/hipBkgrd2.gif);
	background-repeat: repeat;
	background-position: center top;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#container {

}
.oneColFixCtrHdr #container {
	width: 777px;
	height: auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	
} 


.oneColFixCtrHdr #header {
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 3px;
	background-attachment: scroll;
	background-image: url(/images/header_bkgrd.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 147px;
}

.oneColFixCtrHdr #footer {
	width: 777px;
	height: 35px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size:10px;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-right: 25px;
	text-align: right;
	margin-top: 3px;
}
#textMain {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: right;
	width: 370px;
	padding-right: 25px;
	padding-top: 20px;
	z-index: 200;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #D51F2C;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
#mainContent a:link {
	color: #D51F2C;
}
#mainContent a:visited {
	color: #D51F2C;
}
#mainContent a:hover {
	color: #7e7e7e;
}
#mainContent a:active {
	color: #D51F2C;
}

.style3 {color: #D51F2C}

ul li {
	list-style-position: outside;
	list-style-image: url(/images/category_arrow.jpg);
}
