html {
	height:100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	top: 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: #000000;/*	background-image: url(images/crimson_gradient.gif);*/
}
.oneColFixCtr #container {
	width: 790px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	top: 0;
	z-index:1;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/wood1.jpg);
}
#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
#pickledpig {
}
.oneColFixCtr #header {
	color:#FFF;
	position:relative;
	z-index:1;
	font-size:13px;
}
.oneColFixCtr #marquee {
	color:#FFF;
	position:inherit;
	z-index:1;
}
.oneColFixCtr #logo {
	color:#FFF;
	position:absolute;
	z-index:2;
	margin-left:20px;
	display:inline;
}
.oneColFixCtr #rotate {
	color:#FFF;
	position:relative;
	z-index:1;
	margin-left:155px;
	display:inline;
}
.oneColFixCtr #mainContent {
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color: #FFF;
	position:relative;
	z-index:1;
}
a:link {
	color:#FF0;
	font-size:10px;
}
a:hover {
	color:#F60;
	font-size:10px;
}
a:visited {
	color:#FFF;
	font-size:10px;
}
.collapsable {
	margin: 1em;
	padding: 1em;
	border: 1px solid black;
}
a.specialLink:link {
	color: yellow;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
a.specialLink:visited {
	color: yellow;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
a.specialLink:hover {
	color: red;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
a.specialLinkC:link {
	color: white;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
a.specialLinkC:visited {
	color: white;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
a.specialLinkC:hover {
	color: red;
	border:none;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
/*Hide print fields / Accessibility jumps */

#hiddenContent {
	position:absolute;
	top:-500px;
	left:-500px;
	width:0;
	height:0;
	overflow:hidden;
}
.hide {
	position:absolute;
	top:-500px;
	left:-500px;
	width:0;
	height:0;
	overflow:hidden;
}
.showprint {
	display: none;
}
.box {
	border:none;
	padding:1px;
	margin-bottom:1px;
}
.box h3 {
	font-size:12px;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:20px;
}
.box img {
	margin-right:10px;
}
.special h2 {
	padding-right:30px;
	padding-top:15px;
	border-bottom: #FFCC33 dashed thin;
	border-top:#ccc solid thin;
}
.special {
	width:550px;
}
#formlabelback {
	background-image:url(element1.png);
	z-index:1;
}
.formlabletext {
	z-index:2;
}
#table2 {
	border: 0px solid #990000;
	text-align:center;
}

