body {
	font-family: Arial, sans-serif;
	font-size: 9pt;
	color: #64a225;
	
	background-image: url(images/content_back.png);
	background-attachment: fixed;
}

a {
	color: #64a225;
	text-decoration: none;
	font-weight: bold;
}

a.active {
	color: #e37018;
}

a:active {
	color: #e37018;
}

a:hover {
	color: #e37018;
}


.orange {
	color: #e37018;
}

#blImage {
	position: absolute;
	/*position: fixed;*/
	left: 1px;
	bottom: 1px;
}

#contentNav {
	position: absolute;
	padding: 10px;
	/*position: fixed;*/
	width: 240px;
	height: 144;
	left: 36px;
	top: 66px;
	
	background-color: #e3f1d4;
}

#contentNav ul {
margin-top: 0px;
padding-top: 10px;
	margin-left: 0px;
	padding-left: 25px;
	list-style-type: none;
	list-style-position: outside;
}
#contentNav ul li {
	background: url(images/contnavbullet.png) left center no-repeat;
	padding: 8px;
	padding-left: 30px;
}

#contentMain, #contentLeft, #contentRight, #contentFull, #contentIntro {
	position: absolute;

	overflow: auto;
	
	
  scrollbar-track-color: #ffffff;
	scrollbar-base-color: #e3f1d4;
  scrollbar-face-color: #e3f1d4;
  scrollbar-highlight-color: #95c06a;
  scrollbar-shadow-color: #95c06a;
  scrollbar-arrow-color: #95c06a;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
}

#contentMain {
	top: 32px;
	right: 30px;
	width: 320px;
	height: 440px;
	
	padding-right: 10pt;
}

.navBullet {
	position: relative;
	margin-right: 5pt;
	top: 4px;
}

#contentMain p {
	padding-left: 13pt;
	text-align: justify;
}

#contentMain h2 {
	padding-left: 12pt;
	font-size: 10pt;
	font-weight: bold;
}

#contentMain ul, #contentLeft ul, #contentRight ul {
	list-style-type: square;
	list-style-image: url(images/contentBullet.png);
	list-style-position: outside;
	padding-left: 0pt;
	margin-left: 13pt;
}

#contentMain ul li, #contentLeft ul li, #contentRight ul li {
	margin-bottom: 10pt;
	text-align: justify;
}

#contentMain ul p, #contentLeft ul p, #contentRight ul p {
	padding-left: 0px;
}

.noJustify {
	text-align: left;
}

#contentFull {
	top: 27px;
	left: 9px;
	width: 600px;
	height: 450px;
}

#contentLeft, #contentRight {
	top: 50px;
	height: 430px;
	width: 300px;
}

#contentLeft {
	left: 20px;
}

#contentRight {
	right: 40px;
}

#contentIntro {
	width: 400px;
	right: 40px;
	bottom: 80px;
	
	text-align: right;
}

