@charset "utf-8";
/* CSS Document */

#CollapsiblePanel1 {display: none}

body {
	font: 110% Verdana, Arial, Helvetica, sans-serif; 
	line-height: 170%;
	background: white;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


#pagetitle {text-align:center; margin-top: 10px; padding: 10px 0 10px 0; border-style: solid; border-width: 2px 0 2px 0}
h1 {line-height: 120%}
h2 {font-weight: bold}
h3 {font-style: italic;
	padding: .1em 0 .1em}
h3.nospacing {padding: 0}
p {	line-height: 120%;
	text-align: justify;
	font-size: 80%
}
.arthur {text-align: right; padding: 0 15px 0 0; font-size: 80%}
.bottombar {border-style: solid; border-width: 2px 0 0 0; margin:  0 0 5px; line-height: 200%}
.PDFicon {padding: 0 5px 0; border: 0; float: left}
.urdu {padding: 0 0 0 5px; border: 0; vertical-align: text-top}

.oneColFixCtr #container #mainContent .wiki_table tbody tr td { color: #000; }

.Urdutext {
	font-size: x-large;
	text-align: right;
}

a:link {
	color: #000066;
	text-decoration:none;
}

a:visited {
	color: #000066;
	text-decoration:none
}

a:hover {
	color: #000033;
	text-decoration:underline
}