html,body
{
	height:100%;
	margin:0;
	padding:0;
}


body
{
	width: 840px;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
	font-size: 11.5px;
/*	color: #ccc2b6;*/
/*	color: rgb(180, 172, 162);*/
	color: rgb(179, 166, 153);
}

a:focus
{
	outline: none;
}

p
{
	line-height: 1.5em;
}

h3,h4
{
	margin: 0px;
	padding: 0px;
}

h4
{
	font-weight: normal;
}

a
{
/*	color: #ccc2b6;*/
/*	color: rgb(180, 172, 162);*/
	color: rgb(179, 166, 153);
	text-decoration: none;
}

a:hover
{
/*	color: #dcd6ce;*/
	color: rgb(200, 191, 180);
}

#content a.button
{
/*	border: 1px solid;
	padding: 2px;*/
	font-size: 11px;
}

/*
#content a.button:hover
{
	background-color: #f2f4ee;
}
*/

img#rana_salam_logo
{
	position: relative;
	top: 7px;
	margin: 10px 0px 0px 10px;
}

div#scroll_container
{
	height: 393px;
}

div#content_area
{
	border-top: 1px solid #cdc2b6;
	border-bottom: 1px solid #cdc2b6;
	padding-top: 13px;
}

#content
{
	height: 367px;
}

table#content
{
	height: 367px;
}

#content td
{
	vertical-align: middle;
	text-align: center;
	padding: 0px 30px 0px 30px;
}

#content tr.titles td
{
	vertical-align: bottom;
	text-align: left;
}

#menubar
{
	width: 90%;
	margin: 5px auto 0px auto;
}

#menubar td
{
	position: relative;
	text-align: left;
	vertical-align: top;
	padding: 0px 15px 0px 15px;
}

#menubar a.menuitem
{
	font-size: 13px;
	color: #bc6d50;
	/*color: rgb(179, 166, 153);*/
	white-space: nowrap;

}

#menubar .note
{
	font-size: 9px;
	color: #F65321;
}

#menubar div.submenu
{
	margin-top: 0.5em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	overflow: hidden;
}

#menubar a.submenuitem
{
	display: block;
	text-align: left;
	white-space: nowrap;
	font-size: 11px;
}



/* Start styles for Flexcroll*/
.scrollgeneric
{
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase
{
	width: 7px;
	background-color: white;
	border-left: 1px solid #cdc2b6;
	border-right: 1px solid #cdc2b6;
}

.vscrollerbar
{
	width: 7px;
	background-color: #cdc2b6;
}

.hscrollerbase
{
	height: 7px;
	background-color: white;
	border-top: 1px solid #cdc2b6;

}

.hscrollerbar
{
	height: 7px;
	background-color: #cdc2b6;
	background-image: url(scrollbar_arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
}

.hscrollerbasebeg
{
	width: 1px !important;
	height: 7px;
	background-color: #cdc2b6; 
}

.hscrollerbaseend
{
	width: 1px;
	height: 10px;
	background-color: #cdc2b6;
}

.scrollerjogbox
{
	width: 9px;
	height: 8px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
	background-color: #ccc2b6;
}
/* End styles for Flexcroll*/


