body
{
	margin: 0px ;
	padding: 0px;
	font: normal 11px Helvetica, Arial, sans-serif;
	background: #dad2cf;
	text-align:center;
	color:#000;
}


a,a:visited {
	text-decoration:none;
	color:black;
}

a:hover {
	text-decoration: underline;
}

div#wrapper{

	text-align:left;
	margin:0 auto;
	border: 0px double #dddddd;
	padding:0px;
	padding-top:0px;
	width:840px;
	height:520px;
}

div#header
{
	border: 0px solid #cccccc ;
	padding-top: 30px;
	/*padding:10px;*/
}

div#menu_horizontal
{
	margin:0;
	border: 0px solid #cccccc ;
	height:15px;
	margin-top:5px;
	margin-bottom:25px;
	background:#000;
	width:100%;
}

div#container{
	padding:0px;
	float:left;
	margin-bottom:15px;
	background: #fff;
	height:480px;
	width:100%;
}

div#sidebar
{
	float:left;
	padding:15px;
	border-right:0px solid red;
	width:110px;
	border: 0px dotted black;
	padding-top:20px;
	padding-top:20px;

	}

div#maincontent
{
	margin-left:140px;
	/*overflow:auto;*/
	border: 0px solid grey;
	width:640px;
	padding:15px;
	padding-top:20px;
}


div#text {
	display: block;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 12px;
	font-size: 11px;
	border: 0px solid green;
	height:390px;
	text-align:justify;
	padding:0;
	padding-right:20px;
}

div #mycustomscroll{
	height:380px;
	overflow:auto;
	position: relative;
	outline: none; 
}


.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 6px;
background-color:#DAD2CF;
}
.vscrollerbar {
width: 6px;
background-color:#736D6D;
cursor:pointer;
}
.hscrollerbase {
height: 10px;
background-color:#000;
}
.hscrollerbar {
height: 10px;
background-color:#000;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: #000;
}


div#footer
{
	clear:both;
	position:relative;
	border-top:6px solid #000;
	line-height: 25px;
	text-align: right;
	color: #000;
	background-color: inherit;
	font-size: 9px; 
	text-decoration: none;
}

div#footer a
{
  color: #000;
  font-size: 9px;
  text-decoration: none;
}

div#footer a:hover, div#footer a:active
{
  color: #fff;
}

img{
	border:0px;
}

h1{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -40px;
	margin-left: -2px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 9px;
	font-size: 16px;
	border-left:solid 5px #736d6d;
}

h2{
	font-size: 11px;
	margin-top:0px;
	font-weight:normal;
	color:grey;
	margin-bottom:22px;
	padding-left:12px;
}

h2 a, h2 a:visited {
	color:grey;
	text-decoration:none;
}

.note
{
  	display: block;
	margin: 7px 15px 10px 15px;
	color: #736d6d;
}
