

	H1 {
		Color:#999999;
		Font-Size:16pt;
	}
	H2 {
		Color:#999999;
		Font-Size:14pt;
		Border-Bottom:1px solid #999999;
	}
	HR {
		Color:#2E508D;
		Height:1px;
	}
	img{
		border:0;
	}

	H4 {
		Color:#777;
		Font-Size:11pt;
		paddding:0px;
		margin:0px;
	}
	
	p{
		Font-Size:8pt;
	}

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

 
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

sup{
	Color:#FF6666;
	Font-Size:6pt;
}




#categories {
	background-color:#031581;
}


#menu ul {
	z-index:1;
}

#menu li {
     z-index:1;
}

#menu a {
	z-index:1;
}

#menu li ul {
	z-index:1;
}

#menu li li {
	z-index:1;
}



/* -- Categories -- */
/* -- First Level -- */
#LeftMenu {
			width: 100%; 
			list-style-type: none;
			margin: 0;
			padding: 0;
			margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
			line-height:150%;	
			padding-left:10px;		
}
#LeftMenu ul{
	list-style-type: none;
	background-color:#fff;
	padding-left:10px;
	line-height:150%;
}

#LeftMenu1 li {position: relative; font-weight: bold; padding-bottom: 1px; color:#fff;}
#LeftMenu1 li a {
	font: normal 12px Arial;
	color: black;
	background-color:#E9E9E9;
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
}

/* -- Second Level -- */
#categories li ul {margin: 0px 0 0px 0; padding: 1px 0 0px 0; list-style: none; width: 200px;background: url(_images/bg_categories_div_indent.gif) repeat-x left top;}
#categories li ul li  {position: relative; font-weight:normal; padding-bottom: 1px; background: url(_images/bg_categories_div_indent.gif) repeat-x left bottom;}
#categories li ul li.last  {position: relative; font-weight:normal; padding-bottom: 1px; margin-bottom: -1px;}
#categories li ul li a {display: block; text-decoration: none; /* IE6 Bug */ padding: 4px 0 4px 30px; background: url(_images/bullet_categories_level2.gif) no-repeat 22px 7px; background-color: #8B95A9;}
#categories li ul li a:hover, 
#categories li ul li a.ont-selected:hover {background: url(_images/bullet_categories_right_on.gif) no-repeat 22px 7px; background-color: #003366; color: #fff;}
/* -- Categories -- */


#SideBarMenu{
	padding:0px;
	margin:0px;
	background-color:#eee;
}

