/* THIS CSS CONTAINS THE SPECIFIC TEXT STYLING FOR THE CURRENT WEBSITE */


/* ----------- TEXT STYLES ------------------*/


h1, h2, h3, h4, h5, h6 {
	color: #006699;
	line-height:1.2em;
}
p {
	line-height:1.3em;
}
#left h1, #main-right h1 {
	font-size:14px;
}
#left h2, #main-right h2 {
	font-size:13px;
}
#left h3, #main-right h3 {
	font-size:12px;
}
#left h4, #main-right h4 {
	font-size:11px;
}
#left h5, #main-right h5 {
	font-size:11px;
}
#left h6, #main-right h6 {
	font-size:11px;
}
#left p, #main-right p {
	font-size:11px;
	color: #333333;
}
.highlight {
	color: #006699;
}



/**	
WebYepMenuItem  		the item is a normal menu item (not a submenu title).
WebYepMenuTitle 		the item is a submenu title.
WebYepMenuCurrentItem 	the item is the currently selected menu item.
WebYepMenuTitleExpanded the item is a submenu title and its tree is currently expanded.
WebYepMenuFirstItem 	the item is the first item in its tree (used e.g. for separation lines)
**/
	


#leftNav{
	font-size:13px;
}


#leftNav a:hover {
	text-decoration:none;
}

#leftNav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#leftNav .WebYepMenuItem, #leftNav .WebYepMenuCurrentItem {
	color:#006699;
	display:block;
	width:130px;
	height:30px;
	line-height:30px;
	background-image: url(../base-images/SideNav_inactive.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#leftNav .WebYepMenuItem a {
	padding-left:0px;
	background-image: url(../base-images/SideNav_inactive.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#leftNav .WebYepMenuItem a:hover {
	color:#006699;
	background-image: url(../base-images/SideNav_rollover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#leftNav .WebYepMenuCurrentItem a {
padding-left:0px;
	font-weight: bold;
	background-image: url(../base-images/SideNav_active.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#leftNav .WebYepMenuCurrentItem a:hover {
	color:#006666;
	font-weight: bold;
	background-image: url(../base-images/SideNav_rollover.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	
div.WebYepGalleryText {
	 	font-size:10px;
	color: #333333;
	font-style: italic;
}
#left div.WebYepGalleryText, #main-left div.WebYepGalleryText, #main-right div.WebYepGalleryText {

	margin-top:-15px;
	margin-bottom:15px;
}

#galleryWrap div.WebYepGalleryText { 
visibility:hidden;
height:0px;
overflow:hidden;}