body {
	background-image: url(images/pagebkg.gif);
	margin-top: 0px;
}
#bodyWrapper {
	width: 800px;
	position: relative;
	margin: 0 auto;
}
#navLayer {
	position: absolute;
	z-index: 2;
	left: 1px;
	top: 170px;
	background-image: url(images/menu_line.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
}

#navLayer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	list-style-type: none;
	width: 140px;
	margin-left: 18px;
	background-image: url(images/int_navigation/button.gif);
	background-repeat: no-repeat;
	margin-bottom: 32px;
	padding-left: 36px;
	padding-bottom: 2px;
	background-position: 0 2px;
	margin-top: 0px;
}


#navLayer a:link, #navLayer a:visited, #navLayer a:hover, #navLayer a:active {
	color: #FFFFFF;
	text-decoration: none;
}

#navLayer a:hover {
	color: #FF9700;
	text-decoration: none;
}

#contentWrapper table {
	background-image: url(images/sidebartile.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	width: 800px;
}

#contentLayer {
	width: 488px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 18px;
	margin-top: 85px;
}
#contentBackLayer {
	position: absolute;
	z-index: 1;
	top: 141px;
	left: 161px;
}
#pagenameLayer {
	position: absolute;
	z-index: 3;
	left: 182px;
	top: 175px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

b {
	font-weight: bold;
	color: #036;
	display: inline;
	font-size: 16px;
}
.highlight {
	background-color: #F90;
	font-weight: bold;
	height: 23px;
	padding-top: 4px;
	margin-bottom: 0px;
	width: auto;
	padding-left: 3px;
	display: inline;
	padding-right: 8px;
	padding-bottom: 3px;
}
fieldset {
	padding: 10px;
}
