#container {
	height: auto;
	width: 980px;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px none #CCCCCC;
	border-right: 1px groove #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #F5F5F5;
}
#menubar {
	clear: both;
	height: auto;
	width: 980px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: auto;
	margin-top: 0px;
	clear: both;
}
body {
	background-image:  url(images/background.gif);
	text-align: center;
	margin: 0px;
}
#main {
	text-align: left;
	padding-left: 10px;
	float: right;
	width: 760px;
	clear: right;
	margin-right: 10px;
	padding-bottom: 10px;
}
#footer {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin-left: 0px;
	text-align: right;
	padding-left: 10px;
	color: #999999;
	font-size: 10px;
	width: 980px;
	position: static;
	height: 20px;
	clear: both;
	padding-right: 5px;
}
#contentpath {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	margin: 0px;
	font-size: 12px;
}
h1 {
	font-size:14pt;
	line-height:1.4em;
	width:auto;
	border-bottom:solid 1px #CCC;
	margin:14pt 0;

}
h1 span{
	display:block;
	margin:0;
	padding-left:6px;
	border-left:4px solid #00C684;

}
h2 {

	font-size:12pt;
	line-height:1.4em;
	width:auto;
	margin:14pt 0 14pt 14;
}
h2 span {

	display:block;
	margin:0;
	padding-left:6px;
	border-left:4px solid #00C684;
}
h3 {
	font-size:10pt;
	line-height:1.4em;
	margin:0pt 0 0pt 20;
	background-image:  url(images/link_icon.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 10px;
}
.bodyleft {
	padding-left: 30px;
	font-size: 12px;
}
#sidebar {
	float:left;
	width:200px;
	display: block;
	font-size: 14px;
	background:#EFEFEF;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	list-style-type: none;
}
li {
	border-left-style: solid;
	border-left-color: #999999;
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	text-align: left;
	border-left-width: 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 1px;
	margin-bottom: 1px;
	font-size: 12px;
}
ul {
	margin: 0px;
	padding: 10px 20px 20px 10px;
}
ul.secondlevel {
	padding-left:10px;
}
li.current {
	color: #003366;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #00C684;
	background-color: #CCCCCC;
}
a:link {
	color: #003366;
}
a:hover,
a:active {
	color: #00C684;
	text-decoration: none;
}
#toplevel {
	padding-left: 5px;
	margin-top: 0px;
}
#secondlevel {
	padding-left: 15px;
}
#link2top {
	font-size: 12px;
}
tbody {
	font-size: 12px;
}
dt {
	clear: both;
	float: left;
	margin: 0px;
	width: 120px;
}
#thirdlevel {

	padding-left: 15px;
}

