/*for use with dhtml_toc.js modified by Colin Dawson www.info-action.com.au*/

body {
	margin-left:0px;
	margin-right:0px;
	margin-top :0px;
	margin-bottom:0px;
	width:1000px;
}
body.contents {
	margin-left :0px;
	margin-right : 0px;
	background : #5ba1a1;
	scrollbar-darkshadow-color : #ececec;
	scrollbar-face-color : #ffffff;
	scrollbar-shadow-color : #ececec;
}

.sp    {
	display:none;
}

a:hover {
        color: #ffffff;
	text-decoration: none;
}

a       {
        /*this is only for initial state when no topic is selected*/
        text-decoration:none;
        padding:2px;
        font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: x-Small;
        color: #ffffff;
}

.topicActive {
        font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: x-Small;
        color: #ffffff;
	text-decoration: underline;
}

.topicInactive {
        font-family: "Arial", verdana, arial, helvetica, sans-serif;
        font-style: normal;
        font-variant: normal;
        font-weight: bold;
        font-size: x-Small;
        color: #ffffff;
}

h1.headerbar {
	background : url(logo.jpg) #047070 no-repeat center;
	border : none;
	color : #ffffff;
	font : Medium Arial, helvetica, sans-serif;
        font-weight: bold;
	height : 132px;
	margin : 0em 0% 0em 0%;
        padding-top : 0px;
	padding-left : 0px;
	width : 100%;
        BORDER-BOTTOM: #FFFFFF 0px solid;
}

.topbar {
	BORDER-BOTTOM: #ecba24 0px solid;
	FONt-SIZE:0px;
	BACKGROUND-COLOR: #666666;
	height : 0px;
	margin : 0em 0% 0em 0%;
	width : 100%;
}

.contents_button
{
	color : #ffffff;
	font-size: x-Small;
	font-weight: bold;
	text-decoration: none;
	padding-left: 6px; 
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-right: 1px;
	height: 0px;
	cursor: hand;
	background-color: #5ba1a1;
	border: solid 1px #5ba1a1;
}
.contents_button_hover
{
	color : #ffffff;
	font-size: x-Small;
	font-weight: bold;
	text-decoration: none;
	padding-left: 6px; 
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-right: 1px;
	height: 0px;
	cursor: hand;
	background-color: #047070;
	border: solid 1px #000000;
}
.search_button
{
	color : #ffffff;
	font-size: x-Small;
	font-weight: bold;
	text-decoration: none;
	padding-left: 6px; 
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-right: 1px;
	height: 0px;
	cursor: hand;
	background-color: #5ba1a1;
	border: solid 1px #5ba1a1;
}
.search_button_hover
{
	color : #ffffff;
	font-size: x-Small;
	font-weight: bold;
	text-decoration: none;
	padding-left: 6px; 
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 0px;
	margin-right: 1px;
	height: 0px;
	cursor: hand;
	background-color: #047070;
	border: solid 1px #000000;
}
img      {
	vertical-align:bottom;
}

.heading1 {
	display:none;
}

a {
	cursor : pointer;
}