body {
	margin: 0px;
	background-color: #E8EBEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.shaderight {
	background-image:  url(en/img/righ_shade.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.bottomshade {
	background-image:  url(en/img/bottom_shade.gif);
	background-repeat: repeat-x;
	background-position: top;
}
td {
	font-size: 0.9em;
	line-height: 1.3em;
	color: #535455;
}
#container {}
#container a:link {
	text-decoration: overline;
	background-color: #339999;
	list-style-type: none;
}

#navigation {
	background-color: #999999;
	font-size: 0.9em;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	list-style-type: none;
	}

#navigation a {
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 1em;
	display: block;
}
#mcontainer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B9BCBF;
	width: 230px;
	font-size: 0.7em;

}

#mcontainer a {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: B9BCBF;
	color: #333333;
	text-decoration: none;
	text-align: right;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
}
#mcontainer a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #E7EBEE;
}
.divider {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #B9BCBF;
}
h1 {
	font-size: 1.2em;
	font-weight: bold;
	font-variant: small-caps;
	color: #B9BCBF;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E8EBEE;
	padding-bottom: 0.5em;
}
.footer {
	font-size: 0.7em;
	text-transform: capitalize;
	padding-left: 25px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E8EBEE;
	padding-top: 2px;
}
a:link {
	color: #F57624;
	text-decoration: none;
}
a:visited {
	color: #E36C1F;
	text-decoration: none;
}
a:hover {
	color: #F57624;
	text-decoration: underline;
}

#breadcrumb {
	color: #C2C5C8;
	padding: 0.2em;
	font-size: 0.7em;
	text-transform: lowercase;
}
.topimage {
	background-image:  url(en/img/background.jpg);
	background-position: center top;
}
