/* CSS Stylesheet for Kender Website */
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #456750; /* #264C4C; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
/*	border-top: 2px solid #2A4F6F; */
	min-width: 760px;
	max-width: 1024px;
}
#header {
	margin: -2px;
	border: 2px solid #FFFF00; /* #778899; */
/* 	border-top: 2px solid #FFFF00; #778899; */
/*	border-bottom: 2px solid #FFFF00;  dotted #B2BCC6; */
	height: 4em;
	background-color: #456750; /* #336666; */
}
#header .school {
	float: left;
	margin-left: 0.5em;
	margin-top: 0.5em;
	font: 180% "Trebuchet MS", Arial, Helvietica, sans-serif;
	color: #fff; /* 778899; 366*/
}
#header .strapline {
	font: 140% "Trebuchet MS", Arial, Helvietica, sans-serif;
	color: #ff0; /* 1C3939 778899; 366*/
	background-color: transparent;
	float: right;
	margin-right: 0.5em;
	margin-top: 0.8em;
}
#header .logo {
	float: left;
	margin-left: 1.5em;
	margin-top: 0.5em;
}
#header a:link, #header a:visited {
	text-decoration: none;
	color: #fff;
	background-color: transparent;
}
#header a:hover {
	color: #ff0; /* 778899 */
}

#navsite h5 {
	display: none;
}

#navsite ul {
	float: right;
	padding: 3px 0;
	margin-left: 0;
	margin-right: 3px;
	border-bottom: 1px solid #456750;
	font: bold 1em "Trebuchet MS", Arial, sans-serif;
}

#navsite ul li {
	list-style: none;
	margin: 0;
	display: inline;
}

#navsite ul li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #456750;
	border-bottom: none;
	background: #456750;
	text-decoration: none;
}

#navsite ul li a:link {
	color: #ff0;
}

#navsite ul li a:visited {
	color: #ff0;
}

#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
	color: #fff;
	background: #456750;
	border-color: #456750;
}

#navsite ul li a#current {
	background: white;
	color: #456750;
	border-bottom: 1px solid white;
}

#content {
	margin-left: 1em;
	margin-right: 1em;
}
#content h1 {
	font: 150% "Trebuchet MS", Arial, Helvietica, sans-serif;
}
#content h2 {
	font: 120% "Trebuchet MS", Arial, Helvietica, sans-serif;
}

#content p, li, table {
/*	font-size: 80%;
	line-height: 1.6em;
	padding-left: 1.2em;  */
}
#content a:link, #content a:visited {
	text-decoration: none;
	color: #800080; /* 456750 2A4F6F;*/
	background-color: transparent;
/*	border-bottom: 1px dotted #b2bcc6;
	border: 1px dotted #b2bcc6;   */
}
#content a:hover {
	color: #778899;
/*	border-bottom: transparent;
	border: transparent; */
}
img { 
	border: none;
}

.bannerImg img {
/* 	Set the width dynamically depending on the width of the browser window */
	width:100%;
/* 	don't enlarge the image more, than its initial resolution */
	max-width:1200px;
	max-height:765px;
/* 	Set the height dynamically depending on the image's current width, keeping the aspect ratio */
	height:auto;
}

.mainimage {
  max-width: 400px;
  max-height: 400px;
} 

#content a img { 
/*	border: 0 none;
	text-decoration: none;
	border-bottom: transparent; */
}
.imageRight { 
	float: right;
	padding: 0 20px 20px 20px;
	font-style:italic; 
	text-align: center;
	border: 0 none;
} 
p.imageRight { 
	border: 0 none;
}
.access { /* to hide the separator bars between images which are links */
	color: #fff;
	background-color: inherit;
	}
.first:first-letter {
	font-weight: bold;
	}
#footer { /*finish off page  */ 
	margin-left: 1em;
	margin-right: 2em;
	clear: both;
	padding: 0;
	width: 100%; 
	display:block; 
	color: inherit;
	background-color: #fff;
	text-align: left;
	}
