﻿/* CSS layout */
#masthead {
	width: 920px;
	height: 150px;
	background-color: #BDDDFF;
}

#top_nav {
	width: 920px;
	height: 16px;
	background-color: #BDDDFF;
}

#container {
	position: relative;
	width: 920px;
}

#left_col {
	width: 205px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	background-color: #FFFFFF;
	left: 10px;
	margin-left: 10px;
	font-family: Tahoma;
	font-size: small;
}

#right_col {
	width: 165px;
	position: absolute;
	right: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
	text-align: center;
}

#footer {
	position: relative;
	width: 920px;
	bottom: 0px;
	vertical-align: top;
}
.Indent10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	left: 10px;
	margin-left: 10px;
}
.Indent10BoldItalics {
	border-style: solid;
	border-width: 0px;
	left: 10px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
.IndentTachomaSm {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Tahoma;
	font-size: small;
}
.TitleFontSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
	bottom: 0px;
	left: 10px;
	font-weight: bold;
	font-style: italic;
}
.TitleFontTop {
	font-size: 22pt;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.2IndentTachomaSm {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Tahoma;
	font-size: small;
}
.2IndentTachomaSm {
	margin-left: 15px;
	margin-right: 15px;
	font-family: Tahoma;
	font-size: small;
}
.IndentTachomaSm2 {
	margin-left: 30px;
	margin-right: 30px;
	font-family: Tahoma;
	font-size: small;
}
.disclaimer {
	color: #000000;
	font-family: Tahoma;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	margin-left: 10px;
}
.References {
	text-align: left;
	font-family: Tahoma;
	font-size: small;
	margin-left: 40px;
	margin-right: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.Narration {
	text-align: left;
	font-family: Tahoma;
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
.newArabic {
	font-size: medium;
	text-align: right;
	direction:rtl;
	margin-right: 10px;
	margin-left: 10px;
	font-family: "Simplified Arabic";
}
.TopBar1 {
	color: #000000;
	background-color: #BDDDFF;
}

