@charset "utf-8";
body {
	background-image: url(images/bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a{
	color: #D95802;
}
a:hover {
	color: #FF3300;
}
#container {
	padding: 0px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #003300;
	background-image: url(images/bgContainer.gif);
	background-repeat: repeat-y;
}
#bgFadeContainer {
	background-image: url(images/bgFade.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#header {
	width: 760px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #D95802;
}
#left {
	width: 485px;
	float: left;
}
#left p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
#left ol, #left ul {
	margin: 0px;
	padding: 0px;
}
#left li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 0px;
}
#clear {
	clear: both;
}
#right {
	float: right;
	width: 274px;
}
#right p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#right ul {
	margin: 0px;
	padding: 0px;
}
#right li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 0px;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	font-weight: bold;
}
.bold1 {
	font-weight: bold;
	color: #D95802;
}
.bold2 {
	font-weight: bold;
	color: #015E49;
}
#button {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #D95802;
	width: 180px;
}
#button a {
	background-image: url(images/bgButton.gif);
	background-repeat: repeat-x;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #00624C;
	display: block;
	margin: 0px;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
}
#breadcrumbBox {
	background-color: #EAEBEF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 17px;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
	width: 480px;
}
#breadcrumbBox li {
	float: left;
	margin: 0px;
	list-style-type: none;
	padding: 0px;
}
#breadcrumbBox li .selected {
	background-color: #D95802;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
	text-align: center;
	width: 150px;

}
#breadcrumbBox li .unselected {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
	text-align: center;
	width: 150px;

}
#breadcrumbBox li .arrow {
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
	display: block;
	text-align: center;
	width: 16px;

}
#breadcrumbBox ul {
	margin: 0px;
	padding: 0px;
}

