/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	font-size: 90%;
	color: #333333;
	line-height: 1.166;	
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: rgb(46,48,146);
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

#headerbg{
 top: 270px;
 position:absolute; 
 width:100%; 
 height:20px;
 left: 0; 
 margin: auto;
 z-index:1; 
 text-align: center;
 /*background-color: #000066; */
}

#headlinks{
 position:absolute;
 width:90%;
 height:30px;
 z-index:2;
 left: 2.5%;
 top: 200px;
 text-align: center;
}

#headlinks table{
 border: 2px solid black;
 width:100%;
}

#headlinks td{
 /*border: 1px solid black;*/
}

.headlinkstext {font-size: 90%; color: #000066;}

#headlinks a{
	/*color: rgb(46,48,146)*/
	color: #800000;
}

#EventLinks{
	font-size: 90%;
	position: relative;
	right: 1%;
	text-align: right;
}

#wibflogo{
	width: 90%;
	text-align: center;
}

#wibflogo img{
	/*left: 4%;*/
	/*position:absolute;*/
	height: 190px;
	width: 510px;
	/*top:5px;*/
	z-index:2;
}

#wibflogo object{
	left: 3%;
	z-index: 3;
	position:absolute;
	height: 111px;
	width: 119px;
	top:2px;
}

h1{
 font: bold 180% Arial,sans-serif;
 color: white;
 /*position:absolute;
 z-index: 500;
 top: 135px;
 left: 155px;
 margin: 0px;
 padding: 0px;*/
}

h1 img{
 border: 0px;
}

h2{
 font: bold 130% Arial,sans-serif;
 color: rgb(46,48,146);
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 110% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
 font-style: italic;
}

h5{
 font: 105% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ul li{
	position: relative;
	left: 15px;
}

/***********************************************/
/* Content Divs                                */
/***********************************************/

#WIBFIcontent tr {
	margin: 0px;
	border: 0px none white;
	padding: 0px;
	z-index: 100;
}

#WIBFIcontent td {
	margin: 0px;
	border: 0px none white;
	padding: 0px;
	z-index: 100;
}

#WIBFIcontent{
	position:absolute; z-index:3; left: 5%;  width: 85%; top: 240px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#photo {
	float: left;
	padding: 2px 20px 2px 2px;
}

#caption{
	font-size: small;
	font-style: italic;
}

/**************** footer *************************/

#footerlinks{
	text-align: center;
}

#footerlinks a{
	color: #800000;
}

#footerlinks table{
	width: 100%;
}

/**************** w3clogo styles *****************/

#w3clogo{
	font-size: 50%;
	text-align: center;
	padding: 10px;
}

#w3clogo img{
	width:88px; height:31px;
	border: 0px none white;
}
