﻿body {
				margin: 0;
				padding: 0;
				background-color: white;
				font-family: Arial, Helvetica, sans-serif;
}

p {
				margin: 0;
				padding: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
}


a {
				color:black;
				text-decoration: underline;
}

#right li {
				font-size: 14px;
}

#right li a {
				font-size: 14px;
				color: black;
				text-decoration: underline;
}

#right li a:hover {
				color: teal;
				text-decoration: underline;
}


#container {
				width: 800px;
				border: 0px solid silver;
				margin: auto;
				background-color: white;
				
}

#top {
				background-color: white;
				margin: auto;
				height: 90px;
}


#menu {
				background-color: #1e2634;
				margin: auto;
				padding: 0;
				width: 800px;
				margin-top: 5px;
}

#menu-container {
			border: 0px solid yellow;
			width: 800px;
			margin: auto;
			padding: 0;
}

wrapper {
				width: 100%;
				background-color: white;
}

#content {
				background-color: transparent;
				margin: 0;
				padding: 0;
				margin-top: 10px;
				width: 800px;
				margin: auto;

}

#left {
				background-color: white;
				width: 150px;
				float: left;
				vertical-align: top;
				margin-top: 0;

}

#right {
	background-color: white;
	margin-left: 175px;
	vertical-align: top;
	margin-top: 0;
	border: 0px dotted silver;
	padding: 5px;
	
}

#footer { margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: .6em;
text-align: center;
color: black;
border-top: 1px dotted silver;
background-color: white;
background-image: url('../images/footer-bg-1.jpg');
background-repeat: no-repeat;
background-position: top;
padding-top: 5px;
clear: both;
}

#footer a {
				color: black;
				text-decoration: none
}

#footer a:hover {
				color: teal;
				text-decoration: underline
}

#active a { border-left: 0px solid #fff; }

#current {
				background-color: #2F99BC;
}



.style1 {
				border-width: 0px;
}

/*LKDSB logo*/

#topleft {
				text-align: left;
				width: 45%;
				background-color: white;
				float: left;
}

/*top right menu area*/

#topright {
				float:right;
}

/*top right menu info*/

#rightnavcontainer {
				margin-top: 53px;
				padding: 0;
}

#rightnavlist ul {
				margin: 0;
				padding: 0;

}

#rightnavlist li
{
display: inline;
list-style-type: none;

}

#rightnavlist li a {
				color: gray;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 0.8em;
				padding-left: 3em;
				text-decoration: none;
				}
				
#rightnavlist li a:hover {
				text-decoration: underline;
				color: teal;
}

#breadcrumbs {
				width: 800px;
				margin:auto;
				padding: 0;
				height: 30px;
				margin-top: 5px;
}

#breadcrumbs a {
				color: gray;
}

#searchbox{
				float: right;
				margin: 0;
				padding: 0;
}


