@charset "utf-8";
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6F7D94;
}

h2 {
	font-size: 18px;
	color: #8090AB;
	text-transform: uppercase;
	letter-spacing: 5px;
}

a:link {
  text-decoration: none;
  color: #586E79;
}

a:link {
	color:#414958;
	text-decoration: underline; 
}

a:visited {
  text-decoration: none;
  color: #586E79;
}
a:visited {
	color: #4E5869;
	text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #50676D;
}

#header {
	position:absolute;
	width:1024px;
	height:90px;
	z-index:2;
	left: 0;
	top: 0;
	background-color: #6F7D94;
	background-image: url(../graphics2/elc_Logo-new.png);
	background-repeat: no-repeat;
	background-position: left;
	visibility: visible;
}
#footer {
	position:absolute;
	left:-1px;
	top:956px;
	width:1024px;
	height:33px;
	z-index:1;
	background-color: #CCCCCC;
	visibility: visible;
}
body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #ACBFD7;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	}
#main {
	position:absolute;
	left:238px;
	top:108px;
	width:530px;
	height:800px;
	z-index:1;
	background-color: #FFFFFF;
	overflow: auto;
	font-size: 13px;
	visibility: visible;
	border: medium solid #6F7D94;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#container {
	background-color: #FFF;
	height: 1000px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	text-align: left;
}
#container #main p {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#container #sidebar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFF;
	background-color: #6F7D94;
	border: 1px dotted #5A710D;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 5px;
}
#sidebar {
	position:absolute;
	width:225px;
	height:800px;
	z-index:2;
	top: 100px;
	left: 785px;
	background-color: #FFFFFF;
	visibility: visible;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
#leftsidebar {
	position: absolute;
	left: 10px;
	width: 190px;
	top: 100px;
	background: #93A5C4;
	padding-bottom: 5px;
	height: 800px;
	z-index: 1;
	visibility: visible;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 4px;
}
#leftsidebar .nav a {
	width: 175px;
	border: medium solid #6F7D94;
	left: 10px;
	background-color: #8090AB;
	text-indent: 10;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFF;
	vertical-align: middle;
}
#leftsidebar .nav a:hover {
	text-decoration: none;
	color: #6F7D94;
}
#container #leftsidebar p {
	color: #333;
}
#leftsidebar h4 {
	color: #FFF;
}

.copyright {
  font-family: Tahoma;
  font-size: 9pt;
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
  margin-top: 10px;
  color: #93A5C4;
}
#archives {
	width: 175px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding: 5px;
	height: auto;
	top: 200px;
}
#mail {
	margin: 5px;
}
