@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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 */
	color: #974B00;
	background-image: url(../images/brown_parchment.gif);
	text-indent: 10px;
}
.oneCol #container { 
	width: 820px;  /* 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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

a.linkopacity img {filter:alpha(opacity=100);
	-moz-opacity: 1.0; opacity: 1.0;
	-khtml-opacity: 1.0;
	}

a.linkopacity:hover img
	{filter:alpha(opacity=50);  
	-moz-opacity: 0.5;   opacity: 0.5;
	-khtml-opacity: 0.5; 
	}
	
a:link {
	color: #974B00;
}
a:visited {
	color: #974B00;
}
.text_indent {
	text-indent:1.5em;
	font-size: 11pt;
	margin-bottom:0px;
	
}
.smallContainer {
	margin: 0 75px 0 75px;
	}
.smallData {
	margin: 0 10px 0 10px;
	}
.tinyText {
	font-size:9pt;
	}
.linkText {
	font-size: 15px;
	}
.copyText {
	font-size:10pt;
	
	}
.subPageText {
	font-size:11pt;
	}
.newWorkshop {
	color: #FF0000;
	}
.redAsteric {
	color: #FF0000;
	font-size: 12pt;
	font-weight: bold;
}