form {margin: 0px; padding: 0px;}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #849173 url(/images/body2009/back2.jpg) no-repeat scroll center top;
}
.coldstream #newback {
	background: url(/images/body2009/back1.jpg) no-repeat scroll center top;
	margin: 0px;
	width: 100%;
	height: 485px;
	top:0;
	left:0;
	position: absolute;
	z-index: 1;
}
.coldstream #container {
	width: 954px;  /* 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 */
	border: 1px solid #6B7956;
	text-align: left; /* this overrides the text-align: center on the body element. */
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
	top:0;
	position: relative;
	z-index: 2;
	background: #C2CAAA;
}
.coldstream #header {
	width: 934px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
	top:0;
	position: relative;
	z-index: 2;
	height: 93px;
	padding-right: 20px;
	padding-top: 10px;
	font: bold small-caps 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	
}
.coldstream #header a:link {
	color:#000;
	text-decoration: none;
}
.coldstream #header a:visited {
	color:#000;
	text-decoration: none;
}
.coldstream #header a:active {
	color:#000;
	text-decoration: none;
}
.coldstream #header a:hover {
	color:#fff;
	text-decoration: none;
	background: #333;
}

.coldstream #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #C2CAAA;
}
.coldstream #footer {
	padding: 15px 0px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#C2CAAA url(/images/body2009/bottom.gif) no-repeat scroll center top;
	height: 45px;
	width: 954px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	letter-spacing: 2px;
	clear: both;
	margin: 0px auto;
	filter: alpha(opacity=80); /* internet explorer */
	-khtml-opacity: 0.8;      /* khtml, old safari */
	-moz-opacity: 0.8;       /* mozilla, netscape */
	opacity: 0.8;           /* fx, safari, opera */
}
.coldstream #studio11 {
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
	padding: 10px;
	letter-spacing: 2px;
	text-align: right;
	width: 95%;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	top:0;
	position: relative;
	z-index: 2;
}
.coldstream #studio11 a:link {
	color:#000;
	text-decoration: none;
}
.coldstream #studio11 a:visited {
	color:#000;
	text-decoration: none;
}
.coldstream #studio11 a:active {
	color:#000;
	text-decoration: none;
}
.coldstream #studio11 a:hover {
	color:#fff;
	text-decoration: none;
}
a:link {
	color: #006;
}
a:visited {
	color: #900;
}
a:hover {
	color: #F00;
}
a:active {
	color: #603;
}