html, body{
	margin: 0;
	padding: 0;
	/*height: 100%;*/
}

body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

p, td, div{
	font-size: 12px;
}

h1{
	margin: 0;
	padding: 0;
}

h2{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
}

span.SkinObject{
	color: #fff;
}

img{
	border: none;
}

table#wrapper{
	position: relative;
	width: 80%;
	border: 0;
	border-collapse: collapse;
	text-align: center;
}

table#header{
	background: #A7BCEE url(images/header_bg.jpg) repeat-x top; 
	border: 0px; 
	border-collapse: collapse;
	width: 100%;
}

/*table#header td.title{
	background: #A7BCEE url(images/fcna_title.jpg) no-repeat center; 
	width: 369px;
	height:106px;
	border: 0px; 
	border-collapse: collapse;
	width: 100%;
	text-align: center;
}*/

table#header td.title{
	background: url(images/fcna_title.jpg) no-repeat center top;
	/*background: #A7BCEE url(images/header_bg.jpg) repeat-x top; */
	border: 0px; 
	border-collapse: collapse;
	width: 100%;
	vertical-align: top;
}


table#header td.bismillah{
	/*background: url(images/bismillah.jpg) no-repeat;
	width: 240px;
	height: 183px;*/
	background: #A7BCEE url(images/header_bg.jpg) repeat-x top; 
	border: 0px; 
	border-collapse: collapse;
	width: 100%;
	vertical-align: top;
	text-align: center;
	padding-top: 15px;
	white-space: nowrap;
}

table#header td.bismillah p{
	margin: 0 12px 0 35px;
}



/** html table#header td.bismillah p{
	padding-bottom: 15px;
}*/

/*----------------------------------------------------------------------------*/

td.menu{
	background: #678EC5 url(images/nav_bg.jpg) repeat-x top;
}

.MainMenu_MenuContainer{
	width:1px;
}

.MainMenu_MenuContainer td{
	cursor:default;
}
.MainMenu_MenuIcon{
	display:none;
}
.MainMenu_RootMenuArrow{
	display:none;
}

.MainMenu_MenuItem,
.submenuitembreadcrumb,
.submenuitemselected,
.MainMenu_MenuArrow{
	border:1px #0F5394 solid;
	border-width:0 0 1px 0;
}


.MainMenu_MenuItem{
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
}
.submenuitembreadcrumb{
	color:#FF0;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
}
.submenuitemselected{
	color:#000;
	font-size:12px;
	font-weight:normal;
	padding:2px 15px 2px 7px;
	background:#508BC3;
}
.MainMenu_MenuArrow{
	font-size:11px;
	padding:2px 0 2px 10px;
	height:24px;
}

/*Drop down menu styles*/
.submenu{
	z-index:1000;
	border:0;
	padding:0;
	background:#3073B3;
}

/*Main menu or Root Menu styles*/
.rootmenuitem{
	background:transparent;
	
}
.rootmenuitem td{
	padding-left: 5px;
	padding-right: 5px;
	height:23px;
	cursor:pointer;
	/*border-right:1px #ffffff solid;
    border-left:1px #ffffff solid;*/
	background: url(images/nav_div.jpg) no-repeat right top;

}
.rootmenuitem td span{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.rootmenuitembreadcrumb{
	background:transparent;
}

/*it is the menu item for the selected page in the menu*/
.rootmenuitembreadcrumb td{
	/*background:url(images/nav_up.jpg);*/
	background-color: #f7ba00;
	padding-left: 5px;
	padding-right: 5px;
	height:23px;
	cursor:pointer;
	/*border-right:1px #A00 solid;*/
}
.rootmenuitembreadcrumb td span{
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

/*styles for main menu items when the pointer hovers over them*/
.rootmenuitemselected{
	/*background:url(images/nav_up.jpg);*/
	background-color: #f7ba00;
}

.rootmenuitemselected td{
	padding-left: 5px;
	padding-right: 5px;
	height:23px;
	cursor:pointer;
	/*border-right:1px #A00 solid;*/
}
.rootmenuitemselected td span{
  	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.MainMenu_MenuBreak{
	display:none;
}

/*------------------------------------------------------------------*/

table#PanesTable{
	background: #fff url(images/nav_shadow.jpg) repeat-x top;
	width: 100%;
	border:none;
}

table#PanesTable td#LeftPane{
/*	width: 216px;*/
	width: 25%;
	vertical-align: top;
}

table#PanesTable td#TopPane{
	width: 100%;
	vertical-align: top;
}

table#PanesTable td#ContentPane{
	width: 100%;
	vertical-align: top;
}
table#PanesTable td#RightPane{
	/*width: 200px;*/
	width: 25%;
	vertical-align: top;
}


div#footer{
	text-align: center;
	padding: 10px 0;
	background: #A7BCEE url(images/footer_bg.jpg);
	display: block;
	color: #000000;
	height: 25px;
	width: 100%;
	font-weight:normal;
	font-size:11px;
}

div#footer span{
	color: #000000;
	font-weight:normal;
	font-size:11px;
}

div#footer a{
	color: black;
	text-decoration: none;
	font-weight:normal;
}
div#footer a:visited{
	color: #025186;
	font-weight:normal;
	text-decoration: none;
}

div#footer a:hover{
	color: red;
	text-decoration: underline;
	font-weight:normal;
}




