body {
	margin: 0px;
	padding: 0px;
}
#content {
	height: 1640px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
}
#nav {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 14px;
	overflow: hidden;
}
#nav a {
	background: #FFFFFF;
	padding: 5px 3px;
	border: 1px solid #EBEBEB;
	text-decoration: none;
	font: bold 10px tahoma, verdana, arial;
	color: #006699;
	margin-right: 3px;
	width: 10px;
}
.wrapper .breadcrumb {
	font-weight: bold;
	color: #353897;
	font-size: 12px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.wrapper .breadcrumb a {
	color: #e57c00;
	text-decoration: none;
}

.wrapper  .breadcrumb  em {
	color: #353897;
	font-style: normal;
}
.wrapper .bottom {
	border-top: 1px solid #CCCCCC;
	padding-top: 5px;
	color: #505050;
	padding-bottom: 5px;
	clear: both;
}
.wrapper .mainContent {
	float: left;
	width: 634px;
	line-height: 150%;
	background: #FFFFFF;
}
.wrapper .mainContent a {
	color: #e57c00;
	font-weight: bold;
	text-decoration: none;
}
.wrapper .mainContent p {
	padding-right: 10px;
}
.wrapper .mainContent strong {
	color: #353897;
}

.wrapper .mainContent h1 {
	color: #353897;
	margin: 0px 0px 10px;
	font-size: 24px;
	line-height: 1.2em;
}
.wrapper .mainContent h2 {
	color: #353897;
	font-size: 14px;
	margin: 10px 0px 0px;
}

.wrapper .breadcrumbextra {
	color: #e57c00;
	margin-left: 680px;
	text-decoration: none;
}


