/* CSS Styles */

html,body {
	margin: 0;
	padding: 0;
}
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 60%;
	background-color: #c0e095;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
}
h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: -0.00em;
	color: #ee4770;
}
h2 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.4em;
	letter-spacing: -0.00em;
	color: #0077a5;
}
h3 {
	font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	font-size: 1.7em;
	letter-spacing: -0.05em;
	color: #ee4770;
	margin: 16px 0 2px 9px;
}
h4 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.2em;
	letter-spacing: -0.05em;
	color: #0077a5;
	margin: 0 0 0 0;
}
a {
	color: #009749;
	text-decoration: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #9ecf9e;
}
a:hover {
	color: #016e9e;
	border-bottom-color: #9ec0be; 
}
img { border: 0; }
.admin {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	line-height: 15px;
}





.tintedblue { color: #016e9e;  }


/* CSS Layout Styles */

div#container {
	width: 820px;
	margin: 0 auto;
	background-image:url(../images/pagetilefull.gif);
}
div#content {
	font-size: 11px;
	color: #555555;
	line-height: 17px;
	float: right;
	width: 538px;
	padding: 10px 70px 0 20px;
	min-height: 329px;
	background-image: url(../images/pagetile.gif);
	background-repeat: no-repeat;
}
div#header {
	height: 126px;
	float: right;
	width: 628px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div#logo {
	float: left;
	width: 192px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	background-image:url(../images/lhsmenutile.gif);
	background-repeat: no-repeat;
}
div#menu {
	font-size: 1.3em;
	line-height: 2.9em;
	float: left;
	width: 185px;
	padding: 30px 0 0 7px;
	min-height: 299px;
	background-image:url(../images/lhsmenutile.gif);
	background-repeat: no-repeat;
}
div#menu p {
	margin: 0 10px 0 10px;
}
div#footer {
	height: 22px;
	font-size: 1.1em;
	clear: both;
	width: 820px;
	text-align: center;
	background-image:url(../images/pagetilefull.gif);
}
div#base {
	height: 22px;
	font-size: 1.1em;
	clear: both;
	width: 820px;
	text-align: center;
	color: #333333;
	background-color: #BFDF94;
}