﻿@import url("layout.css");
a:link {
	color: green;
}
a:visited {
	color: green;
}
a:hover {
	color:blue;}
a:active {
	color: black;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	background-color:white;
	margin-top:5px;
	border-top:thin; border-color:green
}

#container {
	width: 770px;
	margin: 0 auto;
	background-image:url('../images/ECBS_background_3.jpg');
	border-bottom:thin green solid;
}
#masthead {
	text-align: right;
	width: 765px;
	height:139px;
	overflow: auto;
	border-style:solid;
	border:thin;
	border-color:green;
	background-image:url('../images/ECBS_masthead.gif')
}
#sidebar {
	float: left;
	width: 175px;
	color:green;
	position: relative;
	clear: both;
	display: inline;
}
#content {
	float: left;
	width: 590px;
	padding: 0px;
	overflow: auto;
	margin: 0px;
	position: relative;
}
#content img {
	display: block;
}
#footer {
	text-align: center;
	clear: both;
	width: 770px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	font-size:x-small;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	background-image:inherit
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: inline;
}
#sidebar a {
	font-weight: bold;
	text-decoration: underline;
	color: green;
	display: block;
	padding: 4px;
}
#sidebar a:hover {
	color: blue;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
	text-align: center;
	color: green;
	text-decoration: underline;
	margin: 0px;
	padding: 2px;
}
#footer a {
	font-size: x-small;
	text-align: center;
	color: green;
	text-decoration: underline;
}
#footer a:hover {
	font-size: x-small;
	color:blue;
}
a {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style2 {
	font-size: small;
	color: green;
	text-align: center;
}
.style3 {
	color: green;
	font-size: x-small;
}
.ML10	{
	border-width: 0px;
	margin-left: 10px;
}
.MR10 {
	border-width: 0;
	margin-right: 10px;
}
.sidebox {
	border-color:#66FF66;
	padding: 6px;
	border-spacing:8 px; 
	border-style: solid; 
	height: ;
	vertical-align:top; 
	text-align: center;
}
.thin_sidebox {
	border-color:#66FF66;
	border:thin;
	padding: 6px;
	border-spacing:8 px; 
	border-style: solid; 
	height: ;
	vertical-align:top; 
	text-align: center;
}

.redbold {
	color:red;font-weight:bold;font-variant:small-caps;font-size:medium
}
.special { 
	font-size:small;
	text-align:left;
	font-weight:normal; 
}
.special1 { 
	font-size:x-small;
	text-align:left;
	font-weight:normal; 
}

.list {
	margin-left:20px;
}
.overlap {
    position: absolute;
    left: 25%;
    top: 25%;
    width: 25%;
}
.slide_view_1 {
	width:400px;
	height:400px
}


