/* CSS Document */

body {
	background-image: url(images/hys_bodytile.gif);
	background-repeat: repeat-y;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* contains the left navigation */
#leftcontent {
	position: absolute;
	left:10px;
	top:60px;
	width:155px;
	z-index: 5;
}

/* contains the top area and navigation */
#topcontent {
	background-image: url(images/tn_tile.gif);
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height: 50px;
	z-index: 5;
}

/* controls appearance of top navigation */
#topnav {
	padding-top: 25px;
	padding-right: 10px;
	color: #fff;
	text-align: right;
	}

#topnav a:link, #topnav a:visited	{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#topnav a:hover {
	text-decoration: underline;
	}

/* contains the news and events promo area */
#newsevents {
	position: absolute;
	left: 623px;
	top: 60px;
	width: 177px;
	background-color: #e6e6e6;
	border: solid #999 1px;

	}
#newsevents p {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	}




/* controls appearance of text */
h1, h2, h3, h4, h5, h6 {
	color:#c00;
	font: bold 18px Verdana, Helvetica, Arial, sans-serif;
	background: url(images/header_tile.gif) repeat-x;

}

p, td, li, ul, ol, li, div	{
	font: 12px Verdana, Helvetica, Arial, san-serif;
	color: #333;
		}

/* navigation components */

table#nav
{
	background-color: #ccc;
} 

table#nav td	{
	font: 10px/20px Verdana, Helvetica, Arial, san-serif;
	background: url(images/nav_bg.gif) no-repeat left top;
	}

table#nav td a	{
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;	
	}

table#nav td a:link, table#nav td a:visited	{
	color: #000;
	text-indent: 30px;
	text-decoration: none;
	line-height: 20px;
	}

table#nav td a:hover {
	color: #c00;
	font: 10px/20px Verdana, Helvetica, Arial, san-serif;
	background: url(images/nav_bg_over.gif) no-repeat left top;
	}

p a:link, p a:visited, p a:hover, p a:hover:visited, ul a:link, ul a:visited, ul a:hover, ul a:hover:visited, div a:link, div a:visited, div a:hover, div a:hover:visited,  	{
	color: #c00;
	text-decoration: none;
	}
	
td a:link, td a:visited, td a:hover, td a:hover:visited 	{
	color: #c00;
	text-decoration: none;
	}