
@charset "utf-8";
html {scrollbar-base-color:#847373;}

body {
	background-color: #968686;
	background-image: url(imgbg/pitsibg0.jpg);
	background-repeat:repeat;
	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 */
	font-family: Tahoma, Garamond, Arial;
	font-size: medium;
}
.oneColLiqCtr #container {
	width: 80%;  /* this will create a container 80% of the browser width */
	background: #E6E4E5;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 10px groove #7B636B; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

body,td,th {
	color: #FFFFFF;
}
a:visited {
	color: #009999;
}
a:hover {
	color: #FF9900;
}
a:active {
	color: #FFCC00;
}

body {
	color:#634545;
	font-family: Tahoma, Garamond, Arial;
	font-size: medium;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Papyrus;
}
h1 {
	font-size: xx-large;
	color: #7B636B;
}
h2 {
	font-size: x-large;
	color:#660033;
}
a {
	font-size: small;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.style1 {font-size: small}
.style2 {font-size:medium;
color:#7B636B}

a:link {
	color:#66CC99;
}
a:visited {
	color: #99FFCC;
}
a:hover {
	color: #FF6600;
}
body,td,th {
	color: #7B636B;
}
.style3 {color: #FF0033}
