/* CSS Document */

body {
	background-color: #333333;
	}
	
.h2 {font-family: arial;
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	}
	
.style1 {
	font-family: arial;
	color: #333333;
	font-size: 18px;	
	}
	
	.style2 {
	font-family: arial;
	color: #333333;
	font-size: 10px;	
	}
			
	.style3 {
	font-family: arial;
	color: #FFFFFF;
	font-size: 13px;		
	}
	
	.style4 {
	font-family: arial;
	color: #333333;
	font-size: 14px;	
	}
	
	.style5 {
	font-family: arial;
	color: #333333;
	font-size: 12px;	
	}


#nav a:link {
font-family: arial;
font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
font-family: arial;
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
}
#nav a:hover {
font-family: arial;
font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:active {
font-family: arial;
font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}	

#body a:link {
font-family: arial;
font-size: 14px;
	color: #333333;
	text-decoration: none;
}
#body a:visited {
font-family: arial;
	color: #333333;
	font-size: 14px;
	text-decoration: none;
}
#body a:hover {
font-family: arial;
font-size: 14px;
	color: #333333;
	text-decoration: none;
}
#body a:active {
font-family: arial;
font-size: 14px;
	color: #333333;
	text-decoration: none;
}	

#footer a:link {
font-family: arial;
font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
#footer a:visited {
font-family: arial;
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
#footer a:hover {
font-family: arial;
font-size: 10px;
	color: #333333;
	text-decoration: underline;
}
#footer a:active {
font-family: arial;
font-size: 10px;
	color: #333333;
	text-decoration: underline;
}	

ul {
	font-family: arial;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
	width: 133px;
}
ul li a {
	display: block;
	text-decoration: none;
	background: #266BB0;
	padding: 5px;
	border: 0px;
    width: 133px;
}
ul li {
	float: left;
	position: relative;
    width: 133px;
}
li ul {
	display: none;
    position: absolute;
    width: 133px;
	top: 1em;
    left: -999em;
}
li > ul {
	top: auto;
	left: auto;
	}

li:hover ul, li.over ul { display: block; }

.thumbnail{
font-family: arial;
	color: #333333;
	font-size: 14px;
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;

}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #333333;
padding: 3px;
left: -1000px;
border: 0px;
visibility: hidden;
color: #FFFFFF;
text-decoration: none;
width: 356px;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 3px;

}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

