/* CSS Document */

/* CSS Document */

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	padding: 3px;
	display: inline;
}

table 
{
border-collapse: collapse;
} 
.bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FF0000;
}
.pensite_navigation {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	text-align:center;
	background-color:#166169;
	display:inline;
	width: 80px;
	padding: 5px;
	

}
.pensite_navigation:hover{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#FF3300;
	display:inline;
	width: 80px;
	padding: 5px;
	height: 5px;
	

}

 .footer{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color:#FFFFFF;
	text-decoration: none;
	background-color:#990000;
	text-align: center;
	
}  

.right_nav
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	line-height: 18px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	}
	
.special_link
  {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
    color:#333333;
	line-height: 18px;
	display: inline;
	}
	
.special_link:hover
  {
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF3300;
	line-height: 18px;
    display: inline;
	}
	
.tab_title
{
font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
	padding: 3px;
	}

/* CSS for event calendar */
.EventsHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	width: 100%;
	background-image: url(images/1-plus.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	padding-left: 15px;
	background-position: left center;
}
.Events {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-top: 5px;
	padding-left: 15px;
}
 /* CSS for link menu */
 
 .treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/list.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: white url(images/closed.gif) no-repeat left 1px;
	cursor: pointer!important;
	cursor: pointer !important;
	font-weight: bold;
	text-decoration: underline;
	color: #FF0000;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	font-weight: normal;
}
