/* basic config */
html,body {
	background-color:#FFE4C4;
	color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
	margin: 0 0 0 0;
	width:100%;
	height:100%;
}

/* default settings */
div,h1,h2,h3,h4,h5,p {
	margin: 0 0 0 0;
}
div,h1,h2,h3,h4,h5,p {
	padding: 0 0 0 0;
}

h1,h2,h3,h4,h5,p {
	padding-top:6px;
	padding-bottom:3px;
}

a {
	color: #8B0000;
	text-decoration: none;
	border-bottom: 1px black dotted;
}

a:hover {
	color: Black;
	border-bottom: 1px black solid;
}

div#header {
	height: 100px;
	background-color: #b6a610;
}

div#ejcheader span {
	display: none;
}

div#main {
	min-height: 70%;
	background-color: #FFE4C4;
	background-image: url(images/left_bar.gif);
	background-repeat: repeat-y;
}

div#menu {
	position: absolute;
	left: 0;
	background-color:#664210;
	color: #FFE4C4;
	width:150px;
	z-index:1;
}

div#menu ul,div#menu ol,div#menu li {
	list-style-image: none;
	list-style-type: none;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

div#menu li {
	font-size: 10px;
}

div#menu li a {
	display:block;
	margin: 1px 0px 1px 10px;
	padding: 2px 0px 2px 0px;
	color: #EDDC38;
	text-decoration: none;
}
div#menu li a:hover {
	background-color: #FFE4C4;
	color: #333333;
}

div#menu h3 {
	margin: 0 0 0 0;
	padding: 5px 0 2px 3px;
}

div#text {
	padding-left: 160px;
}

div#footer {
	clear:both;
	background-color: #664210;
}

div#footer p {
  width: 50%;
  margin-left: auto;
	color: Silver;
	text-align: right;
}

div#footer form {
  width: 100px;
  padding: 0 0 0 0px;
  margin: 0 0 0 0px;
	color: Silver;
  margin-left: auto;
}

div#footer form input {
  padding: 0 0 0 0px;
  margin: 0 0 0 0px;
}
div#footer form img {
  padding: 0 0 0 0px;
  margin: 0 0 0 0px;
}
