body	{
	margin: 0 0 0;
	text-align: center;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 85%;
	font-family: Arial, Miriam, David, sans-serif;
	}
	
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: #FF9900;
	font-weight: bold;
	font-size: 180%;
	direction:rtl;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 15px;
	}
	
h2	{
	color: #005094;
	margin: 0px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	direction:rtl;
	text-align: right;
	}
	
h2 a { text-decoration: none; }
	
h3	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 120%;
	margin-bottom: 0px;
	}

p	{
	font-size: 100%;
	line-height: 150%;
	text-align: right;
	direction:rtl;
	padding-bottom: 10px;
	}
	
ol {
	line-height: 150%;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 15px;
	direction:rtl;
	}
	
ul {
	line-height: 150%;
	text-align: right;
	margin-top: 8px;
	margin-bottom: 15px;
	direction:rtl;
	list-style-image: url(../images/bullet.gif);
	}

li {
	padding-top: 5px;
	padding-bottom: 5px;
	}	
	
#container	{
	margin: 0em auto;
	width: 100%;
	text-align: right;
	background-color: #fff;
	}
	
#header	{
	height: 81px;
	}
/************** logo styles *****************/

#logo{
	float: right;
	margin-top: 7px;
}	

/************** utility styles *****************/

#utility{
	color: #FFFFFF;
	float: left;
	padding-top: 1px;
	padding-left: 5px;
	font-size: 80%;
}

#utility a{
	color: #FFFFFF;
	text-decoration: underline;
}

#utility a:hover{
	text-decoration: none;
	color: #FFFFFF;
}
	
/************ navbar styles **************/

    #navbar {
	display:none;
	width:100%;
	font-size:100%;
	line-height:normal;
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #11458E;
	background-image: url("../images/nav_bg.gif");
	margin-top: 7px;
	margin-bottom: 0px;
	float: right;
      }
	  
    #navbar ul {
	margin:0px;
	padding:0px 5px 5px;
	list-style: none;
	float: right;
	direction: ltr;
      }
	  
    #navbar li {
	float:left;
	margin:0;
	padding:0 0 0 9px;
	margin-right: 5px;
	margin-left: 5px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: url("../images/nav_left.gif");
      }
	  
    #navbar a {
	float:left;
	display:block;
	padding:2px 9px 2px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#B7C7DD;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url("../images/nav_right.gif");
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #navbar a {float:none;}
    /* End IE5-Mac hack */
    #navbar a:hover {
      color:#FFFFFF;
      }
    #navbar #current {
      background-image:  url("../images/nav_left_on.gif");
      border-width:0;
      }
    #navbar #current a {
      background-image:  url("../images/nav_right_on.gif");
      color:#FFFFFF;
      padding-bottom:2px;
      }
	
/************ path styles **************/
#path	{
	color: #666666;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	padding-top: 4px;
	direction:rtl
	}
	
#path a	{
	color: #666;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
	}
	
#path a:hover	{
	color: #666666;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#content	{
	padding: 0px;
	}
	
#sidemenu {
	display:none;
	float: right;
	width:208px;
	background-color: #11458E;
	padding-top: 20px;
	padding-bottom: 20px;
}

.imagefloat	{
	float: left;
	margin: 0 10px 10px 0;
	}
	
.imagefloat_right	{
	float: right;
	margin: 0 0 10px 10px;
	}
	
/************ footer styles **************/
#footer	{
	display:none;
	clear: both;
	color: #666666;
	text-align: center;
	font-size: 80%;
	margin-top: 0px;
	direction:rtl;
	background-color: #FFFFFF;
	margin-bottom: 0px;
	padding-top: 25px;
	padding-bottom: 30px;
	}

#footer a	{
	color: #00478B;
	text-decoration: underline;
	}
	
#footer a:hover	{
	color: #0000FF;
	text-decoration: none;
	}
	
#footer_home	{
	display:none;
	clear: both;
	color: #666666;
	text-align: center;
	font-size: 80%;
	padding-bottom: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 20px;
	padding-top: 10px;
	border-top: solid #CCCCCC 1px;
	}

#footer_home a	{
	color: #666666;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	}
	
#footer_home a:hover	{
	color: #666666;
	text-decoration: underline;
	}

	
#footerNav	{
	display:none;
	clear: both;
	color: #FFFFFF;
	background-color: #00478B;
	text-align: center;
	font-size: 80%;
	height: 20px;
	padding-top: 5px;
	margin-top: 0px;
	direction:rtl
	}
	
#footerNav a	{
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	}
	
#footerNav a:hover	{
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#imageStrip {
	height: 81px;
	border-right: solid #005094 1px;
	border-bottom: solid #FFFFFF 1px;
}

/************ navlist styles **************/

#navlist {
	width: 208px;
	background-color: #11458E;
	background-image: url(../images/side_menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	margin-bottom: 20px;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: right;
	line-height: 100%;
}

#navlist li {
	margin: 0 0 0 0;
	padding: 0;
}

#navlist a {
	display: block;
	padding: 5px 28px 5px 10px;
	width: 170px;
	line-height: 120%;
}

#navlist a:link, #navlist a:visited {
	color: #B7C7DD;
	text-decoration: none;
	background-image: url("../images/side_menu_down.gif");
}

#navlist a:hover {
	background-image:  url("../images/side_menu_over.gif");
	color: #FFFFFF;
	text-decoration: none;
}

#uberlink a:link, #uberlink a:hover {
	background-image:  url(../images/side_menu_selected.gif);
	color: #FFFFFF;
	background-color: #005094;
}

#uberlink a:visited { 
	background-image:  url(../images/side_menu_selected.gif);
	color: #FFFFFF; /* */
}

/************ navlist1 styles **************/

#navlist1 {
	width: 190px;
	background-color: #005094;
	padding-top: 20px;
}

#navlist1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
}

#navlist1 li {
	margin: 0 0 0 0;
	padding: 0;
}

#navlist1 a {
	/*/*/display: block;
	padding: 5px 2px 5px 15px;
	width: 173px;
	background-color: #005094;
	background-image:  url("../images/side_menu_down.gif"); /* */
}

#navlist1 a:link, #navlist1 a:visited {
	color: #FFFFFF;
	/*/*/color: #FFFFFF;
	text-decoration: none; /* */
}

#navlist1 a:hover {
	background-image:  url("../images/side_menu_over.gif");
	color: #FFFFCC;
	text-decoration: underline;
}

#uberlink1 a:link, #uberlink1 a:hover {
	background-image:  url("../images/side_menu_selected.gif");
	color: #BFD8FF;
	background-color: #005094;
}

#uberlink1 a:visited { 
	background-image:  url("../images/side_menu_selected.gif");
	color: #BFD8FF; /* */
}

/************ navlist2 styles **************/

#navlist2{
	width: 190px;
	background-color: #005094;
	background-image: url("../images/sidemenu_end.gif");
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-bottom: 30px;
	margin-bottom: 20px;
}

#navlist2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	line-height: 100%;
}

#navlist2 li {
	margin: 0 0 0 0;
	padding: 0;
}

#navlist2 a {
	/*/*/display: block;
	padding: 5px 2px 5px 38px;
	width: 150px;
	background-color: #005094;
	background-image:  url("../images/side_menu_down.gif"); /* */
}

#navlist2 a:link, #navlist2 a:visited {
	color: #FFFFCC;
	/*/*/color: #FFFFCC;
	text-decoration: none; /* */
}

#navlist2 a:hover {
	background-image:  url("../images/side_menu_over.gif");
	color: #FFFFCC;
	text-decoration: underline;
}

#uberlink2 a:link, #uberlink2 a:hover {
	background-image:  url("../images/side_menu_selected.gif");
	color: #B3C2E1;
	background-color: #005094;
}

#uberlink2 a:visited { 
	background-image:  url("../images/side_menu_selected.gif");
	color: #B3C2E1; /* */
}

/************ sidestory styles **************/

#sidestory {
	margin-top: 20px;
	float: none;
	background-image: url(../images/sidestory_bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-right: 1px solid #92A5C6;
	border-bottom: 1px solid #92A5C6;
}
#sidestory h1 {
	color: #CC0000;
	font-weight: bold;
	line-height: 20px;
	font-size: 110%;
	padding-top: 2px;
	border-bottom: 1px solid #CC0000;
	margin-right: 5px;
	margin-left: 5px;
}
#sidestory p {
	font-size: 90%;
	line-height: 120%;
	color: #006699;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
}
#sidestory h2 {
	text-align: left;
	background-image: url("../images/sidestory_btm.gif");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 5px;
	margin: 0px;
	height: 24px;
	padding-left: 5px;
	font-family: Arial, Miriam, David, sans-serif;
	font-size: 11px;
	color: #003399;
	font-weight: normal;
	border: 0px none;
}

.sidestory ul {
	line-height: 120%;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
	direction:rtl;
	list-style-image: url(../images/sidestory_%20bullet.gif);
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 20px;
	}

/************ home news_box styles **************/
#news_box {
	height: 200px;
	width: 238px;
	background-color: #343E96;
	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	margin-top: 20px;
	color: #FFFFFF;
}
#news_box A:link 		{ font-family: Arial, Miriam, David, sans-serif; font-size: 12px; text-decoration:none ; color: #FFFFFF} 
#news_box A:visited 	{ font-family: Arial, Miriam, David, sans-serif; font-size: 12px; text-decoration:none ; color: #FFFFFF} 
#news_box A:active 	{ font-family: Arial, Miriam, David, sans-serif; font-size: 12px; text-decoration:none ; color: #FFFFFF} 
#news_box A:hover  	{ font-family: Arial, Miriam, David, sans-serif; font-size: 12px; text-decoration:underline ; color: #FFFFFF}

#news_box h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 120%;
	padding-left: 10px;
	border-bottom-color: #9FA6DD;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 10px;
}

.News_List {
	line-height: 16px;
	list-style-image: url("../images/home_news_bullet.gif");
	margin-right: 5px;
	margin-top: 5px;
}
/************ home box styles **************/
#home_box {
	background-color: #005094;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 95%;
	line-height: 165%;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

#home_box h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-size: 120%;
	padding-left: 10px;
	border-bottom-color: #CC0000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align: left;
	margin-bottom: 0px;
}

#home_box p{
	font-family: Arial, Helvetica, sans-serif;
	color: #343E96;
	font-size: 90%;
	padding-left: 10px;
	text-align: left;
	margin-top: 5px;
}

/************ Home styles **************/

.home_li {
	list-style-image: url(../images/bullet.gif);
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
}

.home_ul {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 16px;
	text-align: left;
}
/************ Forms styles **************/
.Form_Field_Left  		{
	text-align: left;
	border: 1px solid #B6C5E2;
	background-color: #F9FBFF;
	font-size: 80%;
	font-family: Arial, Miriam, David, sans-serif;
}

.Form_Field  		{
	text-align: right;
	border: 1px solid #999999;
	background-color: #F5F8FC;
	font-size: 80%;
	font-family: Arial, Miriam, David, sans-serif;
}

.Form_Button 		{
	FONT-SIZE: 80%;
	text-align: center;
	color: #FFFFFF;
	background-color: #01327F;
	font-weight: bold;
	font-family: Arial, Miriam, David, sans-serif;
}

#quote {
	font-size: 95%;
	color: #005094;
	font-weight: bold;
	background-image: url(../images/quate_top.gif);
	background-repeat: no-repeat;
	line-height: 150%;
	margin-top: 40px;
	width: 92%;
	background-color: #F5F5F5;
	background-position: top right;
}
#quote h3 {
	font-size: 100%;
	color: #666666;
	text-align: left;
	background-image: url(../images/quate_btm.gif);
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	padding-left: 5px;
}

#quote p {
	font-size: 100%;
	color: #005094;
	padding: 35px 5px 20px 5px;
	text-align: right;
	margin: 0;
}

#home_login {
	font-size: 85%;
	text-align: center;
	padding-top: 10px;
	border-bottom: solid #CCCCCC 1px;
	padding-bottom: 10px;
}

.news_date {
	font-size: 90%;
	color: #666666;
}
/************ Tables styles **************/

.table_list {
	width: 530px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.table_list td {
	border-bottom: solid #B6C5E2 1px;
	padding: 2px 0px 2px 5px;
	vertical-align: top;
	line-height: 120%;
	text-align: right;
	direction:rtl;
}

.table_list th {
	border-bottom: solid #B6C5E2 2px;
	padding: 5px 0px 5px 5px;
	vertical-align: top;
	text-align: right;
	font-size: 90%;
}
 
.table_details {
	padding: 5px 10px 5px 10px;
	border: solid #235EA0 1px;
	font-size: 100%;
	text-align: right;
	width: 520px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.table_details td {
	padding: 2px 0px 2px 0px;
	text-align: right;
	direction:rtl
}

.table_details th {
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	text-align: right;
	font-weight: bold;
	direction:rtl
}

.table_details ul {
	margin-left: 0px;
	padding-left: 18px;
	margin-top: 0px;
	padding-top: 0px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html #sidemenu {
	margin-left: 8px;
  }
 
* html p {
	height: 1%;
	margin-bottom: 0px;
	margin-top: 0px;
  }
 
/* End hide from IE5/mac */

/************ Page Numbers styles **************/

.page_numbers {
	font-size: 90%;
	text-align: left;
	padding-bottom: 10px;
	padding-top: 10px;
	direction: rtl;
}
.page_numbers a	{
	color: #1B4993;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}

.page_numbers a:visited	{
	color: #235EA0;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	}


.page_numbers a:hover	{
	color: #FFFFFF;
	background-color: #1B4993;
	}
	
.selected	{
	color: #999999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
	border: solid #CCCCCC 1px;
	}
.content_box {
	background-color: #F4F6F9;
	margin-top: 0px;
	border-top: none;
	padding-right: 10px;
	padding-bottom: 20px;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #92A5C6;
	border-left: 1px solid #92A5C6;
}
.seperator {
	background-image: url(../images/seperator_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 20px;
}
.clear_both {
	clear: both;
}
/************ Estate styles **************/

.garage_list_text {
	margin-top: 0px;
	font-size: 90%;
	margin-right: 150px;
}
.garage_list_img{
	float: right;
	border: 1px solid #235EA0;
	background-color: #EEEEEE;
}
.garage_list_item{
	height: 100%;
	padding-bottom: 8px;
	border-bottom: 1px solid #7898C7;
	margin-top: 8px;
	}
.garage_images_box {
	float: right;
	width: 240px;
	margin-bottom: 20px;
	border: 1px solid #666666;
	padding: 0px;
}
.garage_image_big {
	padding: 5px;
	border-bottom: 1px solid #666666;
	background-color: #D5DEEF;
	color: #000000;
	text-align: center;
	font-size: 90%;
}
.garage_details_box {
	margin-top: 0px;
	font-size: 90%;
	margin-right: 280px;
}
.album_pic {
	direction:rtl;
	width: 160px;
	margin-left: 6px;
	padding: 4px;
	height: 100%;
	font-size: 90%;
	background-image: url(../images/album_pic_bg.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

.album_pic img{
	border: 1px solid #333333;
}
/************ ObjectBox styles **************/

.ObjectBox 		{
	LINE-HEIGHT: 20px;
	text-align: right;
	background-color: #F3F3F3;
	padding: 0px 5px 0px 5px;
	width: 500px;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #CCCCCC;
	margin-bottom: 10px;
}
.ObjectBoxDetails 	{
	text-align: right;
	color: #000000;
	clip: rect( );
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 0px 2px 0px;
	direction:rtl;
	font-size: 90%;
}
.ObjectBox th 		{
	text-align: right;
	color: #235EA0;
	vertical-align: top;
	padding: 2px 2px 2px 10px;
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	direction:rtl;
	font-size: 90%;
}
.ObjectBoxDetails_First 	{
	text-align: right;
	color: #000033;
	border-bottom: 1px solid #CCCCCC;
	padding: 2px 2px 2px 0px;
	direction:rtl;
	font-weight: bold;
	font-size: 110%;
}
.ObjectBoxTitle_Last 	{
	text-align: right;
	color: #235EA0;
	vertical-align: top;
	border-top: 1px solid #FFFFFF;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	direction:rtl;
	font-size: 90%;
}
.ObjectBoxDetails_Last 	{
	text-align: right;
	color: #000000;
	padding: 2px 2px 2px 0px;
	border-top: 1px solid #FFFFFF;
	direction:rtl;
	font-size: 90%;
}

/************ ObjectBox End  **************/

.institute_list_item{
	border-bottom: 1px solid #7898C7;
	background-color: #F0F4F9;
	margin-bottom: 10px;
	padding: 0 5px 0 10px;
	font-size: 90%;
	}
.magazine_current {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.banner {
	text-align: center;
	padding-top: 10px;
}
.FormsTitle {
	background-color:#C8D7E8;
	font-size: 160%;
	font-weight: bold;
	text-align: center;
	border: 2px solid #003399;
	margin-bottom: 25px;
	margin-top: 20px;
}
.FormsSpacer {
	height: 330px;
}
.NewsItem {
	float: right;
	width: 520px;
	margin-bottom: 10px;
}
.MembersOnly {
	font-size: 80%;
	color: #009900;
}
.PageBreak {
	page-break-after:always
}
