@charset "utf-8";
body,td,th {
	font-family: Trebuchet MS;
	font-size: small;
	background-color: #E2E2E0;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c5c1b4;
	background-image: url(../../img/allback.gif);
	background-repeat: repeat-x;
}
#navigation {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #E2E2E0;
}
a:link {
	color: #2b5c69;
	text-decoration: none;
}
a:visited {
	color: #2b5c69;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #2b5c69;
	text-decoration: none;
}
#container {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 10px;
}
#content {
	padding: 0 10px 0 10px;
	min-height: 100px;
	float: left;
	width: 595px;
	background-image: url(../../img/mainback.jpg);
	background-repeat: repeat-x;
}
#content p{
	padding-left: 3em;
}
#sidebar {
	padding: 10px;
	float: right;
	width: 150px;
	min-height: 100px;
	background-image: url(../../img/mainback.jpg);
	background-repeat: repeat-x;
}
#sidenav ul{
	list-style:none;
}
#sidenav{
	position:relative; 
	top:-2em;
	padding: 1em 0 0 0;
	background-repeat:no-repeat;
}
#footer {
	padding: .5em;
	height: 5em;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
	background-color: #FFFFFF;
}
#top {
	padding: 1em;
	height: 2em;
	background-image: url(../../img/topback.jpg);
	font-size: x-small;
}
#header {
	height: 242px;
	background-image: url(../../img/banner.jpg);
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#logo1 {/*see conditional in incElwhaHead.php for IE*/
position: relative;
	top: -6em;
}
#logo2 {
	position: relative;
	top: -8em;
	left: 10em;
}
.header1 {
	color: #A2A655;
}
.header2 {
	color: #676936;
}
#content img {
	float:left;
	margin: 2px;
	padding: 2px;
	background-color: #2B5C69;
}
/* Search form styles*/
div.row {
	clear: both;
	 padding-top: 10px;
  }
div.row span.label {
	float: left;
	width: 200px;
	text-align: right;
  }
div.row span.textbox {
	float: right;
	width: 330px;
	text-align: left;
  }

