﻿body {
	background-color:#eeddb2;
	
}

/*
* { 
    -moz-box-sizing: border-box; 
} 
*/	
#masthead {
	
	height:18px;
	background-color:#000;
	text-align:left;
}

/*WIIL Text Styles*/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#000;
	padding:2px 5px 2px 5px;
	
}

p a:link, p a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
p a:hover {
	color:#996633;
	
}


.sidebarhead1 {

	background-position:center top;
	width:155px;
	background-color:#60402f;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:5px 0 5px 0;
}
.sidebarhead2 {

	background-position:center top;
	width:155px;
	background-color:#231720;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:5px 0 5px 0;

}

.img {
	
	text-align:center;
	padding: 5px 0 2px 5px;
	}

#WIILWrapper {
	width:100%;
	border:thin #60402f solid;
	background-color:#fff;
}

#WIILSplashWrapper {
	width:100%;
	height:auto;
	background-color:#60402f ;
	border-bottom:2px #fff solid;
}


#WIILHeader {
	
	background-image: url('WIILImages/WIILheader1.gif');
	background-color:#60402f;
	width:100%;
	height:110px;
	margin: 0 auto 0 auto;
	border: none;  


}

/*WIIL Splash Images*/

#WIILSplashContent {
	width:450px;
	height:300px;
	margin-left:170px;
}

.WIILLeftImageArea {
	float:left;
	background:transparent;
	width:100px;
	margin-top:50px;
	border-left:1px #fff solid;
	
}
.WIILLeftImageArea img{
	margin-left:10px;
}


.WIILRightImageArea {
	float:right;
	background:transparent;
	width:100px;
	margin-top:50px;

}

#WIILHeader1 {
	
	background-image: url('WIILImages/WIILsplash-header.gif');
	background-repeat:no-repeat;
	background-color:#231f20;
	width:100%;
	height:146px;
}
/*WIIL Navigation Area*/

#WIILNavigation {
	
	width:100%;
	background-color:#60402f;
	border-top:2px #fff solid;
	height:25px;
}
#WIILNavigation a {
	color:#eeddb2;
}
#WIILNavigation a:hover {
	color:#60402f;
}
#WIILNavigation a:active {
	color:#60402f;
}
#WIILNavigation .topNavSelected a
{
	background-color:#eeddb2;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold; 
	color: #60402f;	
	padding:5px 10px 5px 10px;
	
}

/*WIIL Content Area*/

#WIILLeftSidebar1 {
	
	float:left;
	width:155px;
	background-color:#eeddb2;
	/*to make space between wrapper*/
	margin-left:5px;
	}

#WIILRightSidebar1 {
	
	float:right;
	width:155px;
	background-color:#eeddb2;
	/*to make space between wrapper*/
	margin-right:5px;
	}

/*WIIL Content*/

#WIILContent {
	width:760px;
	height:auto;
	background-color:#fff;
}

#WIILFooter {

	clear:both;
	width:760px;
	height:30px;
	padding:10px 0 30px 0;
	text-align:center;
	
}
#WIILQuote{
	float:right;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	margin:50px 50px 0 0;
}
