@charset "utf-8";
/* WVWV CSS  */
#box{height:1100px; overflow:hidden;}
.wwrapper{height:1100px; overflow:auto;}
li#wnav{margin:100px 20px; width:200px;}
li#wnav ul{margin:0; padding:0; width:180px;}
li#wnav li{
	margin:5px 0;
	padding:10px 0;
	background-color:#0033FF;
	text-align:center;
	height:30px;
}
li#wnav a{font-size:16px; color: #FFFFFF;}
li#wnav a:hover{ text-decoration:none; color: #FF0000;}
li#wnav li:hover{background-color:#0099FF;}
.active{background-color:#FF0033;}
ul.wcontact{list-style:none;}
/* gallery */
#wgallery{width:600px;}
#wgallery h3{font-size:18px; color:#669900;}
#wgallery ul{float:left; width:580px; margin:10px 0; padding:0; list-style:none;}
#wgallery ul li{float:left; width:150px; height:100px; margin:10px; border:1px solid #ccc;}


/* event display */
#iiwrapper{
width:500px;
margin:10px auto;
padding:10px;
background-color: #FFFFFF;
color: #333;
}

.ititle{
font-size:16px; 
color: #0087B5;
line-height: 20px;
text-transform: uppercase;
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing:0.15em;
margin-top: 5px; 
margin-bottom: 0px;
}

.idate, .icontact, .iattachments{
font-size:14px; 
font-family: Georgia, "Times New Roman", Times, serif;
letter-spacing:0.1em;
font-style:italic;
margin: 10px 5px; 
}
.iattachments a{font-size:12px; font-style: normal;}

.icontent{
font-size:14px; 
letter-spacing:0.075em;
line-height: 180%; 
margin-top: 15px; 
margin-bottom: 20px;

border-bottom:5px double #99CCCC;
}

