/* CSS Document */

body, html {
height: 100%;
}
body {
	background-color: #6D7B3E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}
body,td,th, input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6D7B3E;
}
.dottedLine {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 1px dashed #669933;
	border-left: 0px;
}
a {
	font-weight: bold;
	color: #5D683E;
}
h1 {
	color: #6D7B3E;
	font-size: 12px;
	font-weight: bold;
}

.mainContentBox {
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-top:10px;
	text-align:justify;
	left: 0px;
	top: 0px;
}
.ulstyle1 ul {
	padding-left: 3px;
	padding-top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 13px;
}


/* SCROLL BAR */

#contentLeft
{
	width:340px;
	float:left;
	height: 475px;
}

#contentRight
{
	width:13px;
	height: 475px;
	float:left;
}

#ScrollBar_Container
{
	width: 13px;
	height: 445px;
	border: solid 1px #969A9B;
	background-color: #495031;
	padding-top: 1px;
	padding-bottom: 1px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

*html #ScrollBar_Container
{
	width: 13px;
}

#ScrollBar
{
	width: 11px;
	height: 443px;
	background-color: #6D7B3E;
	top:-10px;
	position:absolute;
	margin-left: 0px;
	left: 155px;
}

#contentRight img
{
	margin: 0px;	
}
