body 
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:11px; 
	line-height:13px; 
	color:black;	
	}
	
p, td
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:11px; 
	line-height:13px; 
	color:black;
	margin-bottom:0px;
	margin-top:0px;
	vertical-align:top;		
	}
	
h1 
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:14px; 
	line-height:14px; 
	color:black;
	margin-bottom:0px;
	margin-top:0px;			
	}

h2 
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:12px; 
	line-height:12px; 
	color:black;
	margin-bottom:0px;
	margin-top:0px;			
	}
	
ul
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:11px; 
	line-height:13px; 
	color:black;
	list-style-position: outside;
	list-style-image:url('images/bullet.gif');
	list-style-type:disc;
	margin-left:15px;
	}
	

.TitleText 
	{
	margin-bottom:10px;
	margin-top:5px;
	margin-left:0px;
	}

.TempTitle 
	{
	font-family:Trebuchet MS;
	color:#50B1FB;
	font-size:17px;
	}

.BlueLink
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:11px; 	
	color:#4bb8ef;
	}
	
.SelectedMainMenu
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:11px; 
	color:#50B1FB;
	text-decoration: none;
	}

.MainMenu
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:11px; 
	color:#ffffff;

	}

A { COLOR: #50B1FB; FONT-SIZE: 11px; FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; }
A:Link { COLOR: #50B1FB;}
A:visited { COLOR: #50B1FB;}


A.MainMenu:link { COLOR: #ffffff; TEXT-DECORATION: none }
A.MainMenu:visited { COLOR: #ffffff; TEXT-DECORATION: none }
A.MainMenu:hover { COLOR: #464646; TEXT-DECORATION: none;}
A.MainMenu:active { COLOR: #aaaaaa; TEXT-DECORATION: none }

A.SelectedMainMenu:hover { COLOR: #464646; TEXT-DECORATION: none;}

.SubMenuCell
{
	padding-bottom:3px;
	padding-top:3px;	
}

.SubMenu
	{ 
	FONT-FAMILY: verdana, geneva, arial, helvetica, sans-serif; 
	font-size:11px;	
	color:#000000;	
	}

A.SubMenu:link { COLOR: #000000; TEXT-DECORATION: none }
A.SubMenu:visited { COLOR: #000000; TEXT-DECORATION: none }
A.SubMenu:hover { COLOR: #50B1FB; TEXT-DECORATION: none;}
A.SubMenu:active { COLOR: #000000; TEXT-DECORATION: none }

A.download:link { COLOR: #5A87AA; TEXT-DECORATION: none }
A.download:visited { COLOR: #5A87AA; TEXT-DECORATION: none }
A.download:hover { COLOR: #50B1FB; TEXT-DECORATION: none;}
A.download:active { COLOR: #000000; TEXT-DECORATION: none }



.Footer { FONT-SIZE: 10px }

.ListItem
	{
	margin-bottom:10px;
	}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid;
visibility: hidden;
color: Blue;
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: -220px;
left: -100px; /*position where enlarged image should offset horizontally */

}


