/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	color: #333333;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	height: 100px;
}

#navBar{
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #ccc;
}

#content{
	float:right;
	width: 95%;
	margin: 0;
	padding: 0 3% 0 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0D2E6;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	padding: 15px 18px 0px 10px;
	text-align: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	height: 20px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 18px;
	text-align: right;
	font-family: A_Utheem, A_Waheed;
	line-height: 2em;
}

.story .english {
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.story h2 {

	padding: 0px 0px 10px 0px;
	font-family: A_Waheed, A_Utheem;
	font-size: 30px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#advert img{
	display: block;
}
#navBar a:link, #navBar a:visited {
	display: block;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#navBar a:hover, #navBar a.current {

	display: block;
	background-color: #CC3300;
}
#fontrequired {
	clear: both;
	color: #000000;
	text-align: center;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
	background-color: #DEE7F0;
}


/************* #siteInfo styles ***************/

#siteInfo {
	clear: both;
	color: #333333;
	padding: 10px;
	text-align: right;
	font-family: A_Waheed;
	font-size: 18px;
	border-top: 2px solid #FF9900;
	background-color: #EDF2F6;
}
#breadCrumb a:link, #breadCrumb a:visited {
	text-align: right;
	font-family: A_Waheed;
	font-size: 18px;
	height: 20px;
}
#tableMiddle {
	clear: both;
	color: #000000;
	border-right: 1px solid #82A9E9;
	background-color: #EFF4F8;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #82A9E9;
}
#breadCrumb a:hover {
	text-align: right;
	font-family: A_Waheed;
	font-size: 18px;
	height: 20px;
	color: #FF6600;
}
hr {
	height: 1px;
	color: #CCCCCC;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
}
