body {
width: 100%; margin:1px; padding:0;border:0; 
background-color: #ffffff; color: #000000;
}

/* Disable small screen specific items */
.smallscreen {
	display:none;
}

.nav, nav {  float: left;}
.header, header { 
	background-image: url(islhead.gif); 
	background-repeat: no-repeat;
	background-position: left top;
	height: 67px;
	width: 100%;
}
.article, article { width: 100%; clear: left;}
.footer, footer { float: left;}


/* All devices */

p {
	margin: 1em 0;
}

h2 {
	color: #000066;
}

.menu {
	color: #000066; 
	border:1px solid #000066; 
	background-color: #8080c0; 
	padding: 3px;
	margin: 3px;
	border-radius: 3px;
	float: left;
}
.menuitem { 
	border-radius: 5px;
	background-color: #eeeeee; 
	float: left;
	margin: 4px;
	width: 100px;
	padding-left: 2px;
	/*border: 4px solid gray;*/
}


.nav  .menu .searchitem  {
	float: right;
	width: 200px;
	background-color: #8080c0; 
}
.nav  .menu .searchitem  div {
	padding: 1px;
}
.searchitem  input[type=submit]{
	border-radius: 5px;
	background-color: #8080c0; 
	border-color: #000066;
	color: #000066; 
	/*
	background-color: #000066; 
	border-color: #000066;
	color: #ffffff; 
	*/
	float: left;
	/*
	background-color: #eeeeee; 
	color: #000066; 
	margin: 4px;
	padding-left: 2px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; 
	line-height: 23px; 
	font-weight: bold;
}
.searchitem  input[type=submit]:hover{
	font-size: 90%;
}



.section {
	/*display: block;
	float: left;
	width: 100%;
	*/
	clear: both;
	border:1px solid #000066; 
	padding: 3px;
	margin: 3px;
	border-radius: 3px;
	overflow: auto;
	height: auto;
	
	
}



.nav .menu {	
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; 
	line-height: 23px; 
	font-weight: bold; 
	background-color: #8080c0; 
}
.nav .menuitem { 
	background-image: url(mainmenubutton.gif); 
	background-repeat: no-repeat; vertical-align: bottom; 
	width: 150px;
	height: 23px; 
}
.nav .menuitem A {  
	/*padding-top: 3px;*/
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 5px;
}
.menu .menuitem A:hover {
text-decoration: none;  background-color:transparent; font-size: 105%;
}  


A:link{
text-decoration: none; font-weight: bold; line-height: 23px;
padding:4px;
}
A:hover{text-decoration: none;  background-color:#eeeeee;}
A:visited{text-decoration: none; }
A:active{text-decoration: none; color: #ff0000;}

/* Links in a contents section should have spacing to allow easier selection of correct link */
.contents A:link {
line-height: 30px;
}
.footer table td {
	font-size: 10px;
	padding: 10px
}


.footer .menu {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; 
}
.footer .menuitem {
	width: 100px;
	text-align: center;
}


.floatleft {
	float: left;
	}
	


.article h4 {
	padding: 3px;
	background-color: #8080c0;
	color: #ffffff;
	
}

.article table th {
	padding: 5px;
	text-align: left;
}
.article table td {
	margin: 3px;
	padding: 5px;
	/*background-color: #ffffcc;*/
}

.article table td table tr td{
	border-radius: 3px;
	margin: 3px;
	border:1px solid white;
}
.article table td table tr:nth-child(odd) td {
	background-color: #ccccff;
}
.article table td table tr:nth-child(even) td {
	background-color: #ddddff;
}
.imagetable {
	color: #000066;
}	
.imagetable td {	
	vertical-align: top;
	padding: 5px;
	margin: 5px;
	border:2px solid #000066;
	
/* bordercolor="#000066" cellpadding="5"*/
}

/* small screens only - definitionmoved to smallsite.css */

p.debugstyle  {
	color: red;
}
p.debugstyle:after  {
	content: " all devices";
}

/* larger screens only */
@media screen and (min-width: 481px) and (min-device-width: 481px) {
	p.debugstyle  {
		color: blue;
	}
	p.debugstyle:after {
	content: "larger screen";
	}
}



/* 08May2018 Styling for cookie  message */


.js_enabled #cookie-message {
	display: none;
}
#content {
	margin: 1em;
}
#cookie-message {
	background-color: #d5e6ed;
	color: #662d91;
	margin: 0 auto;
	padding: 1em;
}
#closeMessage input{
	border-style: solid;
	background-color: #000000;
	width: 150px;
	height: 23px;	
}
.closeMessage input:hover {
	background-color:#eeeeee;

}

