body {
	margin: 0px;
	background-color: #E8EBEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.shaderight {
	background-image:  url('img/righ_shade.gif');
	background-repeat: repeat-y;
	background-position:  left 50%;
}
.bottomshade {
	background-image:  url('img/bottom_shade.gif');
	background-repeat: repeat-x;
	background-position-y:50%
}
td {
	font-size: 11px;
	line-height: 1.3em;
	color: #535455;

}
#container {}
#container a:link {
	text-decoration: overline;
	background-color: #339999;
	list-style-type: none;
}

#navigation {
	background-color: #999999;
}

#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;

}

#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 {
	color: #B9BCBF;
	width: 80%;
	float: right;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8EBEE;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	text-align: left;
	line-height: 1.2em;
}
.footer {
	font-size: 0.9em;
	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;
	text-transform: lowercase;
}
.topimage {
	background-image:  url('img/background.jpg');
	background-position: center top
}
select {
	font-size: 11px;
	color: #FFFFFF;
	background-color: #B5B9BB;
	border-left: solid 1pt #FFFFFF;
	border-right: solid 1pt #FFFFFF;
	border-top: solid 1pt #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}

ul {
	list-style: none;
	margin-left: 1em;
	padding-left: 0.5em;
	text-align: left;
}

li {
	list-style-image: url('img/bullet.gif');


}