body	{
	margin: 0 0 0 0;
	text-align: right;
	color: #000000;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
	}
	
#Container	{
	margin: 0;
	width: 100%;
	text-align: right;
	}

#Header	{
	height: 107px;
	}
	
#MainBody {
	width: 100%;
	}
	
#Content	{
	padding: 0px;
	margin:0px;
	}

#SideBar {
	display:none;
}


/*** logo styles *****************/

#Logo{
	float: right;
}	

/*** utility styles *****************/

#Utility{
	color: #000000;
	float: left;
	font-weight: bold;
}

#Utility a{
	color: #003273;
	text-decoration: underline;
}

#Utility a:hover{
	text-decoration: none;
	color: #0000FF;
}

/*** General Tags *****************/

a:link {
	color: #0033CC;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: underline;
}

a:hover, a:active	{
	color: #0000FF;
	text-decoration: none;
	}
	
h1	{
	color: #003399;
	font-weight: bold;
	font-size: 180%;
	direction:rtl;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 0px;
	text-align: right;
	}
	
h2	{
	color: #003399;
	margin: 0px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	direction:rtl;
	text-align: right;
	line-height: 120%;
	}
	
h2 a:link {
	color: #0033CC;
	text-decoration: none;
	direction:rtl;
	}
	
h3	{
	font-weight: bold;
	font-size: 120%;
	direction:rtl;
	line-height: 140%;
	color: #1B4993;
	margin-top: 5px;
	margin-bottom: 0px;
	}
h4	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 110%;
	direction:rtl;
	margin-bottom: 10px;
	color: #133285;
	line-height: 130%;
	}

h5	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
	direction:rtl;
	text-align: right;
	}
h6	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 90%;
	font-weight: bold;
	direction:rtl;
	text-align: right;
	}

p	{
	font-size: 100%;
	line-height: 120%;
	text-align: right;
	direction:rtl;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

ul {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	direction:rtl;
	list-style-image:  url("../images/bullet.gif");
	}
	
ul ul{
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-image: none;
	}

ol {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	direction:rtl;
	}

li {
	padding-bottom: 5px;
	}	
	
.ContentSummery	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 100%;
	direction:rtl;
	margin-bottom: 10px;
	color: #133285;
	line-height: 120%;
	}

.note {
	font-size: 80%;
	color: #666666;
}

/************ navbar styles **************/

#NavBar {
	display:none;
      }
	  
/************ BreadCrumbs styles **************/
#BreadCrumbs	{
	display:none;
	}

/************ footer styles **************/
#Footer {
	margin-top: 0px;
	direction:rtl;
	margin-bottom: 0px;
	clear: both;
	}
#Footer	p{
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	padding-top: 60px;
	padding-right: 220px;
	}
	
#Footer a	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#Footer a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	}
/************ footer Home styles **************/
#FooterHome {
	margin-top: 0px;
	direction:rtl;
	margin-bottom: 0px;
	clear: both;

	}
#FooterHome	p{
	color: #FFFFFF;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	padding-top: 30px;
	}
	
#FooterHome a	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#FooterHome a:hover	{
	color: #FFFFFF;
	text-decoration: none;
	}

/*** Forms styles *************************************/

.FormFieldLeft  		{
	text-align: left;
	border: 1px solid #11458E;
	background-color: #FFFFFF;
	font-size: 80%;
	font-family: Arial, Miriam, David, sans-serif;
}

.FormFieldRight  		{
	direction:rtl;
	text-align: right;
	border: 1px solid #11458E;
	background-color: #FFFFFF;
	font-size: 95%;
	font-family: Arial, Miriam, David, sans-serif;
}

.FormButton 		{
	FONT-SIZE: 90%;
	text-align: center;
	color: #FFFFFF;
	background-color: #01327F;
	font-weight: bold;
	font-family: Arial, Miriam, David, sans-serif;
	height: 22px;
}

/*** Tables styles **************************/

.TableList {
	width: 510px;
	margin-top: 15px;
	direction:rtl;
}

.TableList td {
	border-bottom: solid #B6C5E2 1px;
	padding: 2px 0px 2px 5px;
	vertical-align: top;
	line-height: 120%;
	text-align: right;
}

.TableList th {
	border-bottom: solid #B6C5E2 2px;
	padding: 2px 0px 2px 5px;
	vertical-align: top;
	text-align: right;
	font-size: 105%;
}
 
.TableDetails {
	font-size: 100%;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 10px;
	direction:rtl;
}

.TableDetails td {
	padding: 2px 0px 2px 0px;
	text-align: right;
	direction:rtl
}

.TableDetails th {
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	direction:rtl
}

.TableDetails ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

/*** PageNumbers styles **************/

.PageNumbers {
	font-size: 90%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	color: #999999;
}
.PageNumbers a	{
	color: #1B4993;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}

.PageNumbers a:visited	{
	color: #235EA0;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}


.PageNumbers a:hover	{
	color: #FFFFFF;
	background-color: #1B4993;
	}
	
.Selected	{
	color: #FF6600;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: solid #FF6600 1px;
	}
	
.Disabled	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}
	
/*** Misc styles **************/

.ClearBoth {
	clear: both;
}

#ImageStrip {
	height: 81px;
}
.ImageFloatLeft	{
	float: left;
	margin: 0 10px 10px 0px;
	}
	
.ImageFloatRight	{
	float: right;
	margin: 0 0 10px 10px;
	}
	
.HomeBox {
	background-image: url(../images/home_box_bg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 182px;
}
.HomeBox h1{
	color: #FFFFFF;
	font-size: 115%;
	text-align: right;
	padding-right: 12px;
	line-height: 130%;
	padding-top: 2px;
}
.HomeBox h1 a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.HomeBox h1 a:hover, .HomeBox h1 a:active	{
	color: #FFFFCC;
	text-decoration: none;
	}
	
.HomeBox h2{
	color: #003399;
	font-size: 100%;
	text-align: right;
	padding-right: 12px;
	line-height: 130%;
	padding-top: 0px;
	background-image: none;
	font-style: italic;
}
.HomeBox p{
	font-size: 90%;
	padding-right: 15px;
	padding-left: 5px;
}
.HomeIntro {
	margin-top: 12px;
}
.HomeIntro p{
	font-size: 90%;
	margin-bottom: 10px;
}
.HomeIntro strong{
	font-size: 100%;
	color: #FF6600;
}
.HomeNews {
	background-image: url(../images/home_news_bg.gif);
	background-repeat: no-repeat;
	width: 176px;
	margin-top: 18px;
	text-align: right;
	font-size: 90%;
}
.HomeNews h1{
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
}
.HomeNews ul{
	color: #FFFFFF;
	margin-right: 20px;
}
.HomeNews p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.HomeNews a:link {
	color: #990000;
	text-decoration: underline;
}

.HomeNews a:visited {
	color: #993333;
	text-decoration: underline;
}

.HomeNews a:hover, .HomeNews a:active	{
	color: #FF6600;
	text-decoration: none;
	}
.MustAsterix {
	color: #FF0000;
	font-size: 130%;
}
.ContentBox {
	font-weight: bold;
	background-color: #CBD6E7;
	text-align: center;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
}

.ContentBox em{
	color: #CC0000;
	font-size: 120%;
}

.ContentBoxDiv {
	font-weight: bold;
	background-color: #CBD6E7;
	color: #33486C;
	padding: 10px;
	border: 1px solid #003399;
	margin-bottom: 25px;
}
.PageTop {
	text-align: left;
	margin-bottom: 20px;
	padding-left: 20px;
	background-image: url(../images/top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.NewsItem {
	margin-bottom: 20px;
}
.NewsItemDate {
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #666666;
}
.NewsItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
}
.LinkItem {
	margin-bottom: 20px;
}
.LinkItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
}
#FooterLinks {
display:none;
}
