@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	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: #000000;
}
.twoColFixLt #container {
	width: 760px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #7A6C5D;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	border: 1px solid #7A6C5D;
}
.twoColFixLt #menu {
	background-image: url(images/green_menu_bkgrd.jpg);
	background-repeat: repeat-x;
	height: 301px;
	padding-left: 8px;
	background-color: #42B37D;
	background-position: top;
	vertical-align: top;
	padding-top: 11px;
}
.twoColFixLt #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
}
.twoColFixLt #footer a:link {
	color: #CC6600;
	text-decoration: none;
}
.twoColFixLt #footer a:visited {
	color: #996600;
	text-decoration: none;	
}
.twoColFixLt #footer a:active {
	color: #000000;
	text-decoration: underline;
}
.twoColFixLt #footer a:hover {
	color: #996600;
	text-decoration: underline;
}

.twoColFixLt #mainContent {
	border: 1px solid #7A6C5D;
	width: 594px;
	padding-top: 10px;
} 
.twoColFixLt #colspace {
	background-color: #bda385;
	width: 2px;
	margin-left: 162px;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.vidlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	background-color: #333333;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	text-decoration: none;
}
.vidlink a:link {
	color: #E79B2D;
	text-decoration: none;
}
.vidlink a:visited {
	color: #E79B2D;
	text-decoration: none;	
}
.vidlink a:active {
	color: #E79B2D;
	text-decoration: underline;
}
.vidlink a:hover {
	color: #FFF1D2;
	text-decoration: underline;
}
