body	{
	margin: 0px;
	text-align: right;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
	}
	
#Container	{
	margin: 0em auto;
	width: 100%;
	text-align: right;
	clear: both;
	border-right: 2px solid #D2BF87;
	border-left: 2px solid #D2BF87;
	}

#Header	{
	height: 78px;
	}
	
#MainBody {
	}
	
#MainHome {
	float: left;
	width: 284px;
	background-image:  url("../Images/HomeContentBg.jpg");
	height: 344px;
	}
#MainEvents {
	float: none;
	}

#Content	{
	padding: 10px 15px 10px 10px;
	margin:0px 0px 0px 0px;
	}

#SideBar {
	float: right;
	width:330px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
	background-image:  url("../Images/ContentBg.jpg");
	background-repeat: repeat-x;
	background-position: top;
	background-color: #D2BF87;
	height: 300px;
	display: none;
}

#SideBarHome {
	float: right;
	width:466px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #D2BF87;
	
}/*** logo styles *****************/

#Logo{
	float: right;
}	

/*** utility styles *****************/

#Utility	{
	display:none;
}

#Utility a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 6px;
}

#Utility a:hover {
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	color: #FFFF99;
	background-color: #C5A359;
}
#Utility a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
}

/*** 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: #8F0100;
	font-weight: bold;
	font-size: 200%;
	direction:rtl;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 0px;
	font-style: italic;
	}
	
h2	{
	color: #4E0002;
	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;
	}
	
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;
	color: #4E0002;
	}

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: 10px;
	}	
	
.ContentSummery	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 100%;
	direction:rtl;
	margin-bottom: 10px;
	color: #4E0002;
	line-height: 120%;
	}
/************ navbar styles **************/

#NavBar {
	display:none;
      }

/************ footer styles **************/
#Footer {
	display:none;	}
	
#Footer	p{
	color: #000000;
	text-align: center;
	font-size: 85%;
	line-height: 120%;
	padding-top: 20px;
	direction:rtl;
	}
	
#Footer a	{
	color: #003366;
	text-decoration: underline;
	}
	
#Footer a:hover	{
	color: #0033CC;
	text-decoration: none;
	}



/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:rtl;
	text-align: left;
	border: 1px solid #AA7533;
	background-color: #D2BF87;
	font-size: 90%;
	font-family: Arial, Miriam, David, sans-serif;
}

.FormFieldRight  		{
	direction:rtl;
	text-align: right;
	border: 1px solid #AA7533;
	background-color: #D2BF87;
	font-size: 90%;
	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 {
	margin-top: 15px;
	direction:rtl;
}

.TableList td {
	border-bottom: solid #C6A258 1px;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
	line-height: 120%;
	text-align: right;
	direction:rtl;
}

.TableList th {
	border-bottom: solid #C6A258 2px;
	padding: 2px 2px 2px 5px;
	vertical-align: top;
	text-align: right;
	font-size: 105%;
	direction:rtl;
}
 
.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: 145px;
	clear: both;
	display: none;
}
.ImageFloatLeft	{
	float: left;
	margin: 0 10px 10px 0px;
	}
	
.ImageFloatRight	{
	float: right;
	margin: 0 0 10px 10px;
	}
	
.HomeBox {
	width: 228px;
}
.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: 5px;
	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;
	margin-top: 18px;
	text-align: right;
	font-size: 90%;
	direction: rtl;
	padding: 8px;
}
.HomeNews h1{
	color: #990000;
	font-size: 200%;
}
.HomeNews ul{
	color: #FFFFFF;
	margin-right: 20px;
}
.HomeNews p{
	margin-bottom: 15px;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
}

.HomeNews a:link {
	color: #6A0000;
	text-decoration: underline;
}

.HomeNews a:visited {
	color: #6A0000;
	text-decoration: underline;
}

.HomeNews a:hover, .HomeNews a:active	{
	color: #FFFFFF;
	text-decoration: none;
	}
.MustAsterix {
	color: #FF0000;
	font-size: 130%;
	font-weight: normal;
}
.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: #4E0002;
}
.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;
}
.SeriesPrice{
	text-align: center;
	margin-bottom: 15px;
}
