@charset "UTF-8";







 #subContent #sidebar1
{
		float: left; /* since this element is floated, a width must be given */
		width: 190px; /* 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: # #f1f1f1; /* the background color will be displayed for the length of the content in the column, but no further */
		padding: 15px 10px 15px 0px;
}

#subContent #mainContentPerthPages
{
	margin: 0 0 0 235px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 35px 5px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial;
	
}
#container #subContent #mainContentPerthPages, #container #subContent #mainContentPerthPages p{
	color:#797979;
}
#container #subContent #mainContentPerthPages a{
	text-decoration:underline;
}

#subContent #mainContentPerthPages ul , #subContent #mainContentPerthPages li{
	margin-left:15px;
	padding:auto;
	
	}










/* ------------- */

#subContent #copyright_container
{
		width: 973px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		background: #FFFFFF;
		margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		border: 4px solid #beb7af;
		text-align: left; /* this overrides the text-align: center on the body element. */
}
#subContent #copyright_footer
{
		padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
		background: #ffffff;
}

#subContent #copyright_footer p
{
		margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
		padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}







.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: 100px;
		line-height: 0px;
}




/* NAVIGATION BUTTONS */

/* --------------------------------------------------------------------------- */		
/* Horizontal NAVIGATION Top Tab BUTTONS */
			
.menuh2
{
	height: 26px;
	width: 959px;
}

.cssnavh2
{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	background: url(images/btoptab_hover.jpg) no-repeat;
	width: 70;
	height: 26px;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnavh2 a
{
	display: block;
	color: #ffffff;
	font-size: 11px;
	width: 70px;
	height: 26px;
	display: block;
	float: left;
	color: #ffffff;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnavh2 a:hover
{
	color: #ffffff;
}

.cssnavh2 img
{
	width: 70px;
	height: 30px;
	border: 0;
}

* html a:hover
{
	visibility:visible
}

.cssnavh2 a:hover img
{
	visibility:hidden
}

.cssnavh2 span
{
	position: absolute;
	left: 3px;
	top: 12px;
	text-align: center;
	width: 65px;
	cursor: pointer;
}

/* END OF NAVIGATION */	
/* --------------------------------------------------------------------------- */	
			


/* --------------------------------------------------------------------------- */	
/* Horizontal NAVIGATION BUTTONS */
			
.menuh
{
	height: 25px;
	width: 960px;
}

.cssnavh
{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	color: #ffffff;
	background: url(images/hbutton.jpg) no-repeat;
	width: 137;
	height: 25px;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnavh a
{
	display: block;
	color: #ffffff;
	font-size: 11px;
	width: 137px;
	height: 25px;
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

.cssnavh a:hover
{
	color: #ffed00;
}

.cssnavh img
{
	width: 137px;
	height: 25px;
	border: 0;
}

* html a:hover
{
	visibility:visible
}

.cssnavh a:hover img
{
	visibility:visible
}

.cssnavh span
{
	position: absolute;
	left: 8px;
	top: 5px;
	text-align: center;
	width: 120px;
	cursor: pointer;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

/* END OF NAVIGATION */
/* --------------------------------------------------------------------------- */				



/* --------------------------------------------------------------------------- */	
/* Vertical NAVIGATION BUTTONS */
	

.cssnav
{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(images/buttonbackgroundhover.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 190px;
	height: 35px;
	margin: 0;
	padding: 0;
}

.cssnav a
{
	display: block;
	color: #000000;
	font-size: 11px;
	width: 190px;
	height: 30px;
	display: block;
	float: left;
	color: white;
	text-decoration: none;
}

.cssnav img
{
	width: 190px;
	height: 30px;
	border: 0;
}

* html a:hover
{
	visibility:visible
}

.cssnav a:hover img
{
	visibility:hidden
}

.cssnav a:hover
{
	color: #ffed00;
}

.cssnav span
{
	position: absolute;
	left: 7px;
	top: 8px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	width: 170px;
	height: 14px;
	text-align: left;
}

/* END OF NAVIGATION */
/* --------------------------------------------------------------------------- */

#container #subContent #mainContentPerthPages .programsDisplayTable td{
	padding:10px;
	}
#container #subContent #mainContentPerthPages h2{
	color:#797979;
		}
