body {
	margin: 0px;
	background-color: #E8EBEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.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;
}

h1 {
	color: #cccccc;
	font-size: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E8EBEE;
	margin-bottom: 50px;
	padding-bottom: 0.5em;
	text-align: right;
	line-height: 1.2em;
	font-family: Arial,Verdana,Sans-Serif;
}
.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;
	margin-bottom: 20px;
}
#breadcrumb a{
	font-weight:normal;
}
.topimage {
	background-image:  url('img/background.jpg');
	background-position: 50% -30px
}
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;
	padding-bottom:1.5em;
}

.divider {
	border-right-width: 1px;
	
	border-right-style: dotted;
	border-right-color: #B9BCBF;
}

#mcontainer {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #B9BCBF;
	width: 203px;
	margin:0;
	padding:0;
	margin-top:-3px;
}

#mcontainer ul{
	margin:0;
	padding:0;
}
#mcontainer li{
	margin:0;
	padding:0;
	list-style-image: url('none');
}

#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: 1px 10px 1px 3px;
	padding-top: 10px;
	font-weight:bold;
	height:22px;
}

#mcontainer a:hover {
	color: #FF6600;
	text-decoration: underline;
	background-color: #E7EBEE;
}


#mcontainer .submc{
	margin-top: 18px;
	width: 200px;
	font-size:80%;
}

#mcontainer .submc a {
	border-bottom:0px solid;
	padding:2px;
}

.mini {
	font-size: 8px;
	color: #A6A8AC;
}

.mini a {
	color:#A0A2A5;
}

.smaller{
	font-size:10px;
	font-family:Arial,Verdana,Sans-Serif;
}

strong {
	color: #333333;
}