body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
	color: black;
	background: url( /image/ec_layout_b.png ) repeat-y top left;
	background-color: #F0F0F8;
	background-position: -60px 0;

	margin: 0;
	padding: 0;

	scrollbar-highlight-color: #D0D8E8;
	scrollbar-face-color: #99AACC;
	scrollbar-shadow-color: #2D5893;

	scrollbar-3dlight-color: #F4F4FA;
	scrollbar-darkshadow-color: #182E4C;

	scrollbar-track-color: #2B2B2B;
	scrollbar-arrow-color: #F0F0F8;
}

#Content {
	margin-left: 150px;
	margin-right: 10px;

	margin-top: 100px;
	margin-bottom: 10px;
}

#TopBar {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 90px;
	
	margin: 0;
	padding: 0;

	background: url( /image/ec_layout_a.png ) repeat-x bottom left;
	background-color: #F0F0F8;
}

#TopBarLeft {
	position: absolute;

	top: 5px;
	left: 14px;

	height: 80px;
	width: 400px;

	background: url( /image/ec_layout_logo2.png ) no-repeat top left;

	padding: 0;

	text-decoration: none;
}

#LogoA {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;

	color: #2D5893;
        background-color: transparent;

	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 2;
}

#LogoB {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 35px;
	font-weight: bold;

	color: #244572;
        background-color: transparent;

	position: absolute;
	top: 15px;
	left: 195px;
	z-index: 1;
}

#LogoTag {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;

	color: #FFFFFF;
        background-color: transparent;

	position: absolute;
	top: 55px;
	left: 200px;
}

#TopBarRight {
	position: absolute;

	top: 13px;
	right: 10px;
	left: 450px;

	padding: 0;
}

#SidebarA {
	position: absolute;
	top: 89px;

	width: 160px;
	height: 20px;


	background: url( /image/ec_layout_c.png ) no-repeat top right;
}

#SidebarB {
	position: absolute;
	top: 109px;
	width: 130px;

	padding-left: 5px;
}

#FooterBar {
	padding-left: 170px;
}

a,a:link, a:active, a:visited {
	color: #0000FF;
        background-color: transparent;
	text-decoration: underline;
	border: 0;

}
a:hover {
	text-decoration: underline;
	color: #8888FF;
	border: 0;
}

a.Sidelink, a.Sidelink:link, a.Sidelink:active, a.Sidelink:visited {
	display: block;	
	margin-left: 5px;
	padding-left: 9px;
	height: 15px;

	color: #FFFFFF;	
	text-decoration: none;
	border: 0;

        background: url( /image/ec_layout_led.png ) no-repeat top left;
	background-position: 0px -134px;
}
a.Sidelink:hover {
	text-decoration: underline;
        background-position: 0px 6px;
}

.entry {
	font-family: Verdana, Arial, sans-serif;
	font-size: 83%;

	color: black;
        background-color: #99AACC;

	border-color: #2D5893;
	border-width: 0.2em;
	border-style: solid;
}

b {
	font-weight: bold;
        background-color: transparent;
}
hr {
	color: #006699;
        background-color: transparent;
}
ul li {
	text-align: justify;
	list-style: disc;
	
}
ol li {
	text-align: justify;
	list-style: decimal;
	
}

td {
	font-size: 83%;
	vertical-align: top;
	text-align: Justify;
}
code {
	color: #696969;
        background-color: transparent;
}
acronym {
	cursor: help;
}
div {
	text-align: left;
}
img {
	border-width: 0px;
}

h1 {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 250%;
	font-weight: normal;
	color: #2D5893;
        background-color: transparent;
	text-align: center;
}

h2 {
	font-family: Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 150%;
	color: #2D5893;
        background-color: transparent;

	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border: 0em;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #2D5893;
        background-color: transparent;

	margin-bottom: 0em;
	padding: 0em;
	border: 0em;
}

.SubHeader {
	font-size: 150%;
	color: #2D5893;
        background-color: transparent;
}
.Heading {
	font-size: 100%;
	font-weight: bold;
	color: #2D5893;
        background-color: transparent;
}

.GreyText {
	font-weight: normal;
	text-align: center;
	color: #696969;
        background-color: transparent;
}      

.BlueText {
	font-weight: normal;
	color: #2D5893;
        background-color: transparent;
}

.TOC-Navigation {
	font-size: 80%;
	color: black;
	background-color: #99AACC;
	padding: 0.2em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	border-width: 0.15em;
	border-color: steelblue;
	border-style: solid;
}

.TOC {
	font-size: 80%;
	font-weight: normal;
	width: 50%;
	color: black;
        background-color: #99AACC;
	padding: 1em;
	border-width: 0.2em;
	border-color: steelblue;
	border-style: solid;
}
.TOC ul {
	margin-top: 0.2em;
	margin-left: 3em;
}
.TOC ul li {
	font-size: 95%;
	margin-top: 0.1em;
}


.LinkHolder {
	text-align: Left;
}
.ContentNarrow {
	margin-left: 2em;
	margin-right: 3em;
}
.ContentJustify {
	text-align: justify;
}


.SiteInfo {
	width: 100%;
	margin-right: 1em;
	text-align: justify;
}

div.SideBox {
	float: right;
	width: 150px;

	background-color: #D0D8E8;
	color: black;

	font-size: 10px;
	text-align: left;

	margin: 0;
	padding: 0;

	border: 2px solid #2D5893;
}
div.SideBox div {
	float: none;

	padding: 0.2em;
	padding-top: 0.25em;
	padding-bottom: 1em;
}
div.SideBox h2 {
	float: none;
	width: 100%;

	background-color: #2D5893;
	color: aliceblue;

	font-size: 150%;
	text-align: center;
	font-weight: bold;

	margin: 0em;
	margin-top: -0.1px;
	padding-top: 0em;
	padding-bottom: 0.2em;
}

div.SideBox div h3 {
	float: none;

	background-color: transparent;
	color: steelblue;

	font-size: 100%;
	text-align: left;
	font-weight: bold;

	margin: 0em;
}

#Copyright {
	padding-top: 20px;

	font-size: 9px;
	font-weight: normal;
	text-align: left;
} 

.Indent {
	position: relative;
	left: 3em;
}