body	{
	margin: 0 0 0 0;
	text-align: left;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#Container	{
	margin: 0em auto;
	width: 750px;
	text-align: left;
	background-image: url("../images/container_bg.gif");
	background-repeat: repeat-y;
	background-color:#FFFFFF;
	}

#Header	{
	background-image:  url("../images/header_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	height: 98px;
	}
	
#MainBody {
	float: right;
	width: 528px;
	}
	
#MainHome {
	padding-bottom: 20px;
	}
	
#Content	{
	padding: 0px 0px 10px 16px;
	margin:0px 0px 0px 0px;
	background-image: url("../images/content_bg.gif");
	background-repeat: no-repeat;
	background-position: top left;
	}

#SideBar {
	float: left;
	width:222px;
	padding-bottom: 20px;
	margin-top: 0px;
	padding-top: 90px;
	background-image: url("../images/sidebar_top.gif");
	background-repeat: no-repeat;
	background-position: top right;
}


/*** logo styles *****************/

#Logo{
	float: left;
	padding-top: 6px;
	padding-left: 9px;
}	

/*** utility styles *****************/

#Utility{
	color: #003399;
	float: right;
	padding-top: 3px;
	padding-left: 0px;
	font-size: 75%;
	text-align: right;
}

#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: #000000;
	font-weight: bold;
	font-size: 180%;
	line-height: 120%;
	margin-bottom: 10px;
	margin-top: 10px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	}
	
h2	{
	color: #094BB0;
	margin: 15px 0 10px 0;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
	background-color: #F0F4F9;
	border-bottom: 1px solid #CCCCCC;
	}
	
h2 a:link {
	color: #0033CC;
	text-decoration: none;
	}
	
h3	{
	font-weight: bold;
	font-size: 120%;
	line-height: 140%;
	color: #1B4993;
	margin-top: 15px;
	margin-bottom: 0px;
	}
h4	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 110%;
	margin-bottom: 10px;
	color: #133285;
	line-height: 130%;
	}

h5	{
	color: #1B4993;
	margin: 0px 0 10px 0;
	font-size: 100%;
	font-weight: bold;
	text-align: right;
	}
h6	{
	color: #1B4993;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	}

p	{
	font-size: 90%;
	line-height: 120%;
	text-align: justify;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	}

ul {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	list-style-image:  url("../images/bullet.gif");
	font-size: 90%;
	text-align: justify;
	}
	
ul ul{
	margin-bottom: 0px;
	list-style-type: disc;
	list-style-image: none;
	}

ol {
	line-height: 120%;
	margin-top: 8px;
	margin-bottom: 15px;
	}

li {
	padding-bottom: 8px;
	}	
	
.ContentSummery	{
	font-weight: bold;
	margin-top: 0px;
	font-size: 100%;
	margin-bottom: 15px;
	color: #133285;
	line-height: 120%;
	}
/************ navbar styles **************/

#NavBar {
	font-size:100%;
	line-height:normal;
	background-repeat: repeat-x;
	background-image:  url("../images/nav_bg.gif");
	margin-bottom: 0px;
	text-align: left;
	width: 100%;
	float: left;
	background-color: #003399;
      }
	  
#NavBar ul {
	margin:0px;
	padding:0px 0px 2px 2px;
	list-style: none;
	float: left;
	text-align: left;
	line-height: 120%;
      }
	  
#NavBar li {
	margin:0;
	padding:0px 0 0 8px;
	float: left;
	background-image: url("../images/nav_left.gif");
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 3px;
      }

#NavBar a {
	float:right;
	display:block;
	padding:7px 8px 3px 0px;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background-image: url("../images/nav_right.gif");
	background-repeat: no-repeat;
	background-position: top right;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
#NavBar a {float:none;}
    /* End IE5-Mac hack */
#NavBar a:hover {
	color:#CCCCCC;
      }
#NavBar #current {
	background-image:  url("../images/nav_left_on.gif");
	border-width:0;
	background-repeat: no-repeat;
	padding-bottom: 0px;
}

#NavBar #current a {
	background-image:  url("../images/nav_right_on.gif");
	color:#FFFF99;
	padding-bottom:5px;
	background-position: top right;
}


/************ BreadCrumbs styles **************/
#BreadCrumbs	{
	color: #666666;
	font-size: 90%;
	padding-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 18px;
	}
	
#BreadCrumbs a	{
	color: #666;
	text-decoration: none;
	font-size: 95%;
	}
	
#BreadCrumbs a:hover	{
	color: #666666;
	text-decoration: underline;
	}

/************ footer styles **************/
#Footer {
	margin-top: 0px;
	margin-bottom: 0px;
	clear: both;
	width: 750px;
	border-top: 10px solid #5986B9;
	background-color: #FFFFFF;
	}
#Footer	p{
	color: #003366;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
	padding-top: 10px;
	}
	
#Footer a	{
	color: #003366;
	text-decoration: underline;
	}
	
#Footer a:hover	{
	color: #0033CC;
	text-decoration: none;
	}
/************ footer Home styles **************/
#FooterHome {
	margin-top: 0px;
	direction:rtl;
	background-color: #33486C;
	margin-bottom: 0px;
	background-image: url("../images/footer_home_bg.gif");
	background-repeat: no-repeat;
	clear: both;
	width: 750px;
	}
#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;
	}

/*** SideMenu styles **************/

.SideMenu {
	width: 222px;
	margin-bottom: 30px;
	padding-top: 0px;
}

.SideMenu 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%;
	list-style-image: none;
}

.SideMenu li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
}

.SideMenu a {
	display: block;
	padding: 3px 6px 3px 0px;
	width: 216px;
	line-height: 120%;
}

.SideMenu a:link, .SideMenu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.SideMenu a:hover {
	color: #FFFFCC;
	text-decoration: none;
	background-color: #003366;
}

.uberlink a:link, .uberlink a:hover, .uberlink a:visited {
	color: #003399;
	background-color: #FFFFFF;
	background-image: url("../images/side_menu_select.gif");
	background-repeat: repeat-y;
}



/*** SideStory styles **************/

.SideStory {
	margin-top: 0px;
	width: 209px;
	background-color: #D0DDEB;
	border: 1px solid #003399;
	margin-left: 6px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.SideStory h1 {
	color: #003366;
	font-weight: bold;
	font-size: 110%;
	padding-top: 5px;
	padding-right: 6px;
	margin: 0px;
	padding-bottom: 3px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	padding-left: 6px;
	background-image: url("../images/sidestory_top_bg.gif");
	background-position: bottom;
}

.SideStory h2 {
	color: #000000;
	font-weight: bold;
	font-size: 100%;
	padding-top: 5px;
	padding-right: 6px;
	margin: 0px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color: #D0DDEB;
	border: none;
}

.SideStory p {
	font-size: 90%;
	line-height: 120%;
	color: #000000;
	text-align: left;
	padding-left: 6px;
	padding-right: 6px;
}

.SideStory a:link {
	color: #1B4993;
	text-decoration: underline;
}
.SideStory a:visited {
	color: #1B4993;
	text-decoration: underline;
}
.SideStory a:hover, .sidestory a:active	{
	color: #0000FF;
	text-decoration: underline;
	}


.SideStoryGreen {
	margin-top: 0px;
	width: 184px;
	margin-bottom: 15px;
}
.SideStoryGreen h1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 110%;
	padding-top: 5px;
	padding-right: 6px;
	margin: 0px;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.SideStoryGreen p {
	line-height: 120%;
	color: #000000;
	text-align: right;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 90%;
}

.SideStoryGreen a:link {
	color: #1B4993;
	text-decoration: underline;
}
.SideStoryGreen a:visited {
	color: #1B4993;
	text-decoration: underline;
}
.SideStoryGreen a:hover, .SideStoryGreen a:active	{
	color: #0000FF;
	text-decoration: underline;
	}

.SideImg {
	text-align: left;
}


/*** Forms styles *************************************/

.FormFieldLeft  		{
	direction:ltr;
	text-align: left;
	border: 1px solid #11458E;
	background-color: #FFFFFF;
	font-size: 95%;
	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;
	border-right: solid #B6C5E2 1px;
}

.TableList td {
	border-bottom: solid #B6C5E2 1px;
	padding: 2px 5px 2px 2px;
	vertical-align: top;
	line-height: 120%;
	text-align: left;
	font-size: 90%;
	border-left: solid #B6C5E2 1px;
}

.TableList th {
	border-bottom: solid #B6C5E2 2px;
	padding: 2px 5px 2px 2px;
	vertical-align: top;
	text-align: left;
	font-size: 90%;
	background-color: #F0F4F9;
	border-left: solid #B6C5E2 1px;
	border-top: solid #B6C5E2 1px;
}

.TableListTr {
	background-color: #F0F4F9;
}
 
.TableDetails {
	font-size: 100%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}

.TableDetails td {
	padding: 2px 0px 2px 0px;
	text-align: left;
}

.TableDetails th {
	padding: 2px 2px 2px 2px;
	vertical-align: top;
	text-align: left;
	font-weight: bold;
}

.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 {
	width: 240px;
}
.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: 110%;
	text-align: left;
	line-height: 130%;
	padding-top: 0px;
	background-image: none;
	font-style: normal;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.HomeBox p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: left;
}
.HomeIntro {
	margin-top: 0px;
	background-image: url("../images/home_bg.gif");
	background-repeat: no-repeat;
	clear: both;
}
.HomeIntro p{
	font-size: 90%;
	padding-left: 350px;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 150%;
}
.HomeIntro strong{
	font-size: 100%;
	color: #FF6600;
}
.HomeNews {
	background-image: url("../images/home_news_bg.gif");
	background-repeat: no-repeat;
	margin-top: 0px;
	text-align: left;
	font-size: 90%;
}
.HomeNews h1{
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
}
.HomeNews ul{
	color: #FFFFFF;
	text-align: left;
	list-style-image: url("../images/arrow.gif");
}
.HomeNews p{
	font-size: 90%;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 5px;
}

.HomeNews a:link {
	color: #0033CC;
	text-decoration: none;
}

.HomeNews a:visited {
	color: #003399;
	text-decoration: none;
}

.HomeNews a:hover, .HomeNews a:active	{
	color: #0033FF;
	text-decoration: underline;
	}
.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: #666666;
	font-style: italic;
}
.NewsItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
	background-color: #FFFFFF;
	border: none;
}
.LinkItem {
	margin-bottom: 20px;
}
.LinkItem h2{
	background-image: none;
	padding: 0;
	margin: 0;
	color: #003399;
}
.SeriesPrice{
	text-align: center;
	margin-bottom: 15px;
}
.SeriesPrice P{
	text-align: center;
	margin:0px;
	font-size: 90%;
}
.SeriesContact{
	margin-bottom: 15px;
}
.SeriesContact h1{
	color: #FFFFFF;
	font-size: 110%;
	padding-right: 6px;
}
.SeriesContact P{
	text-align: center;
	margin:0px;
	font-size: 90%;
}

.SeriesAges{
	margin-bottom: 15px;
}
.SeriesBox {
	clear: right;
	height: 100%;
	margin-bottom: 10px;
	border-bottom: 2px solid #5986CA;
	padding-bottom: 6px;
}
.SeriesBoxLogo {
	width: 150px;
	float: right;
}
.SeriesBoxText {
	margin-right: 165px;
}
.SeriesBoxText p{
	font-size: 90%;
}
.SeriesBoxText h2{
	margin-bottom: 2px;
	margin-top: 0px;
}
.SeriesBookList ul{
}
.SeriesBookList li{
	list-style-image: url("../images/book_list_bullet.gif");
	padding-right: 7px;
	margin: 0;
	padding-bottom: 2px;
	padding-top: 0px;
}
.SeriesImageBig {
	margin-left: -9px;
	text-align: left;
	margin-bottom: 10px;
}
.PressItem	{
	border-bottom: 1px solid #009900;
	padding-bottom: 5px;
	padding-top: 5px;
}
.ItemBox {
	margin-bottom: 10px;
	padding-bottom: 6px;
	clear: right;
	border-bottom: 1px solid #E0E0E0;
}
.ItemBoxImg {
	width: 140px;
	float: left;
}
.ItemBoxText {
	margin-left: 155px;
	text-align: left;
}
.ItemBoxText p{
	font-size: 90%;
}
.ItemBox h2{
	margin-bottom: 10px;
	margin-top: 0px;
}
.Small {
	font-size: 70%;
}
.ContentSummery sup {
	line-height: 160%;
}
.Underline {
	text-decoration: underline;
}
.SmallText {
	font-size: 65%;
}

