/* Style sheet  */

html{						/*fixes Firefox and Safari bug: long pages offset when scrollbar appears*/
   overflow:scroll;
   /*overflow-y:scroll;
   overflow-x:auto;*/
}
body {
	background-image: url(../images/grad.jpg);
	background-repeat: repeat-x;
	background-color: #ebcfa3;
}
#main {
	background-color: #fff;
	/*min-width:790px;*/
	min-width:1065px;
	color: #333333;
	border: 8px solid #FFFFFF;
	width:88em;				/*for mobile use width:*/
}


/* SKIP TO NAVIGATION AND SKIP TO TEXT*/
 
#skiplink, #skiplink a {
	color: #AE8954;
}

/* LANGUAGES */

#languages {
	background-color: #002399;
}

#languages ul li#english  {
	color: #60C3FA;
}	
#languages ul li a:link, #languages ul li a:visited, #languages ul li a:hover, #languages ul li a:active {
	color:#FFFFFF;
	text-decoration:none;
}
#languages ul li a:hover {
	color: #60C3FA;
	text-decoration: underline;
}
	
	
/* TOP BANNER */

#topbanner {
	height: 170px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #515151;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


#topbanner #hiddentitle, #hiddentitle span {
	background-image: url(../images/top_bg.jpg); /*use ../images/top_ilc_bg.jpg if no need for background image*/
	background-repeat: repeat-x;
	height: 180px;
}



/* PAGE CONTENT ATTRIBUTES */

#content {
	width: 76.5%;
	float: left;
	padding-top: 0em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 1.3em;
	margin-top: 5px;
	margin-right: 1em;
	margin-bottom: 5px;
	
}

#content p {
	text-align: justify;
	line-height: 18px;
}
#content  p.toppara {
	padding-top: 2em;
}

#content  p.info {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003399;
	padding-bottom: 10px;
	margin-bottom: 30px;
	
}
#content a:link {
	color: #333333;
	text-decoration: underline;
}
#content a:visited {
	color: #333333;
}
#content a:hover {
	color: #0668FD;
}
#content a:active {
	color:#333333;
	text-decoration: underline;
}

#content ul {
	margin-bottom: 1em;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 18px;
}
#content ul li {
	list-style-type: none;
	background-image: url(../images/bullet_arrow_blue.gif);
	background-repeat: no-repeat;
	background-position: 15px 4px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 3em;
	text-align: left;
}

#content ul ul{
	margin-bottom:0px;
	margin-top: 7px;
	
}
#content ul ul li  {
	background-position: 15px 3px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
/*	font-size: 120%; */
}
#content ol {
	margin-bottom:2em;
	margin-top: 0px;
	margin-left: 2em;
}
#content ol li {
	padding-left: 0.3em;
	padding-bottom: 1em;
}
#content h2 {
	color: #333333;
	font-size: 140%;
	padding-left: 0em;
	font-weight: bold;
	padding-bottom: 0.4em;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-top: 0.4em;
}
#content h2 .add_info {
	font-weight: normal;
	color: #333;
}
#content h3 {
	color: #000000;
	font-size: 130%;
	padding-left: 0.1em;
	font-weight: normal;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	margin-top: 1.2em;
	margin-bottom: 1em;
	background-color: #F6F6F7;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0668FD;
}
#content h3 .add_info {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	color: #333;
}
#content  h3.top {
	margin-top: 6em;
}

#content h4 {
	color: #074BB0;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 1em;
}
#content h4 .add_info {
	font-size: 85%;
	font-weight: normal;
	font-style: italic;
	color: #333;
}
#content h5 {
	color: #333333;
	font-size: 110%;
	font-weight: bold;
	font-style: normal;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
#content h5 .add_info {
	font-size: 90%;
	font-weight: normal;
	font-style: italic;
	color: #333;
}
#content h6 {
	font-style: italic;
	font-weight: normal;
	padding-bottom: 10px;
	font-size: 110%;
	color: #333333;
}
#content p.ital {
	font-style: italic;
}
#content p.bold {
	font-weight: bold;
}
#content p.see_also, #content .summary_of_consid p.see_also {
	margin-top: -10px;
	font-style: italic;
}
#content .audio {
	font-style: italic;
	margin-top: -10px;
	font-weight: normal;
}
#content .audio a:link {
	text-decoration: none;
}
#content .audio img {
	margin-bottom: -1px;
}

#content #guide_topics_toc {
	display: block;
	width: 45.5%;
	margin-bottom: 1em;
	float: right;
	margin-left: 1.3em;
	margin-top: 0.6em;
	background-color: #f1f7ff;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
	border: 1px solid #bed1ef;
	margin-right: 0px;
}
#content #guide_topics_toc h4    {
	color: #0668FD;
	text-align: left;
	font-size: 100%;
	padding-bottom: 0.2em;
	padding-top: 0em;
	font-weight: normal;
	background-image: none;
	margin-top: 0.2em;
	margin-right: 0.8em;
	margin-bottom: 1em;
	padding-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#content #rightnav_blue {
	display: block;
	width: 45.5%;
	margin-bottom: 1em;
	float: right;
	margin-left: 1.3em;
	margin-top: 0.6em;
	background-color: #f1f7ff;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 1px solid #bed1ef;
	margin-right: 0px;
}
#content #rightnav_blue h4    {
	color: #0668FD;
	text-align: left;
	font-size: 100%;
	padding-bottom: 0.2em;
	padding-top: 0em;
	font-weight: normal;
	background-image: none;
	margin-top: 0.2em;
	margin-right: 0.8em;
	margin-bottom: 1em;
	padding-right: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}
#content #rightnav_blue ul li {
	text-align: left;
}
#content .daily_bulletin {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-top: 1em;
}
#content .summary_of_consid {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 1em;
}
.two_col {
	display: block;
	width: 100%;
	margin-bottom: 1em;
	background-color: #FFF;
	clear: both;
	float: right;
}
.two_col_left {
	float: left;
	width: 35%;
	text-align: left;
}
.two_col_right {
	float: left;
	width: 48%;
	text-align: left;
}

.imgright130 {
	font-size: 0.85em;
	float: right;
	color: #333333;
	width: 130px;
	text-align: left;
	margin-left: 2%;
	background-color: #F6F6F7;
	padding: 2%;
	}
.imgright160 {
	font-size: 0.85em;
	float: right;
	color: #333333;
	width: 160px;
	text-align: left;
	margin-left: 2%;
	background-color: #F6F6F7;
	padding: 2%;
	}
.imgright200 {
	font-size: 0.85em;
	float: right;
	color: #333333;
	width: 200px;
	text-align: left;
	margin-left: 2%;
	background-color: #F6F6F7;
	padding: 2%;
	}	
.imgright225 {
	font-size: 0.85em;
	float: right;
	color: #333333;
	width: 225px;
	text-align: left;
	margin-left: 0.9em;
	background-color: #F6F6F7;
	padding: 1em;
	}
.imgright350 {
	font-size: 0.85em;
	float: right;
	color: #333333;
	width: 350px;
	text-align: left;
	margin-left: 2%;
	background-color: #F6F6F7;
	padding: 2%;
	}	
.imgright500 {
	font-size: 0.85em;
	float: right;
	color: #333333;
	width: 500px;
	text-align: left;
	margin-left: 2%;
	background-color: #F6F6F7;
	padding: 2%;
	}		
.imgright640 {
	font-size: 0.85em;
	float: left;
	color: #333333;
	width: 640px;
	text-align: center;
	margin-left: 8%;
	background-color: #F6F6F7;
	padding: 2%;
	}		
.imgleft {
	font-size: x-small;
	float:left;
	color:#000000;
	padding-top: 1%;
	padding-right: 1%;
	padding-bottom: 2%;
	padding-left: 1%;
	width: 200px;
	text-align: left;
	background-color: #EFEFEF;
	margin-right: 1%;
	border: 1px solid #CCCCCC;
	}
.imgright250 img, .imgright640 img {
	border: 0px solid #999;
}
#footnotes {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-size: 95%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 3em;
}
blockquote {
	padding-left: 10px;
}
#content .quote_box {
	margin-top: 1em;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 1em;
	padding-left: 2em;
	background-color: #ecf3fe;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #007AE7;
	border-bottom-color: #007AE7;
	line-height: 25px;
}
#content .quote_box p {
	line-height: 20px;
}
#content .quote_box p .quote_mark_left {
	font-size: 160%;
	margin-left: -8px;
}
#content .quote_box p .quote_mark_right {
	font-size: 160%;
}
.img {
	padding-top: 1.1em;

}


/* RIGHT NAVIGATION */

#rightnav {
	display: block;
	width: 27%;
	margin-bottom: 1em;
	margin-left: 1.5em;
	margin-top: 1.5em;
	background-color: #F6F6F7;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 8px;
	margin-right: 0px;
	float: right;
	border: 1px dotted #0266FD;
}
#rightnav ul {
	margin-left: -8px;
	margin-top: -5px;
	margin-bottom: 0px;
}
#rightnav ul li {
	background-image: url(../images/menu_bul.gif);
	background-position: 22px 10px;
	text-align: left;
	
}
#rightnav ul ul {
	margin-left: -22px;
	margin-top: 0px;
	
}
#rightnav h3 {
	padding-top: 0px;
	margin-top: 0.4em;

}
#rightnav .arrows {
	float: right;
	width: 20%;
	margin-top: 0px;
	font-size: 160%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
#rightnav .arrows a {
	text-decoration: none;
	color: #999;
}
#rightnav .arrows a:hover {
	color: #0668FD;
}





#rightnav_box {
	display: block;
	width: 22%;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	margin-top: 1.5em;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	float: right;
	/*background-color: #FFF;*/
	padding-right: 5px;
	padding-left: 8px;

}

#rightnav_search {
	display: block;
	width: 95%;
	border: 1px dotted #0266FD;
	background-color: #F6F6F7;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;

}
#rightnav_search ul {
	margin-left: -8px;
	margin-bottom: 3px;
	margin-top: 0px;
}
#rightnav_search ul li {
	background-image: url(../images/menu_bul.gif);
	background-position: 22px 10px;
	text-align: left;
	
}
#rightnav_search h3 {
	padding-top: 0px;
	margin-top: 0.4em;

}
#rightnav_search .arrows {
	float: right;
	width: 20%;
	margin-top: 0px;
	font-size: 160%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
#rightnav_search .arrows a {
	text-decoration: none;
	color: #999;
}
#rightnav_search .arrows a:hover {
	color: #0668FD;
}

/*Agenda*/
#rightnav_search2 {
	display: block;
	width: 95%;
	border: 1px dotted #0266FD;
	margin-top: 1em;
	background-color: #F6F6F7;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 11px;
	padding-left: 8px;

}
#rightnav_search2 ul {
	margin-left: -8px;
	margin-top: -5px;
	margin-bottom: 0px;
}
#rightnav_search2 ul li {
	background-image: url(../images/menu_bul.gif);
	background-position: 22px 10px;
	text-align: left;
	
}
#rightnav_search2 h3 {
	padding-top: 0px;
	margin-top: 0.4em;

}
#rightnav_search2 .arrows {
	float: right;
	width: 20%;
	margin-top: 0px;
	font-size: 160%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 0px;
}
#rightnav_search2 .arrows a {
	text-decoration: none;
	color: #999;
}
#rightnav_search2 .arrows a:hover {
	color: #0668FD;
}
/* MAIN NAVIGATION */


#mainnav  {
	float: left;
	width: 18em;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	border-right-width: 0px;
	border-right-style: dotted;
	border-right-color: #333333;
	margin-top: 5px;
	background-color: #eeeeef;
	padding-top: 17px;
	margin-bottom: 5px;
}
#mainnav ul li#home {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
#mainnav ul {
	padding: 0;
	text-align: left;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
#mainnav ul li {
	list-style-type: none;
}
#mainnav ul li .menutitle {
	margin:0;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 1em;
	border-bottom: 1px dotted #999999;
}
#mainnav ul li a {
	margin:0;
	color: #333333;
	font-weight: normal;
	text-decoration:none;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 12px;
	font-size: 1em;
	border-bottom: 1px dotted #999999;
}
#mainnav ul li a:hover {
	background-color: #FFFFFF;
	color: #000000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #004DD9;
	padding-left: 9.5px;
}
#mainnav ul ul {
	display:none;
}
#mainnav ul ul ul {
	display:none;
}
#mainnav ul ul li a {
	margin: 0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 24px;
	text-decoration: none;
	display: block;
	background-color: #EEEEEF;
	font-size: 0.9em;
	color: #333333;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
#mainnav ul ul li a:hover {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 24px;
	margin-left: 0px;
	text-indent: 0px;
	background-color: #eeeeef;
	font-weight: normal;
	background-image: url(../images/menu_bul.gif);
	background-repeat: no-repeat;
	background-position: 13px 11px;
	border-left-style: none;
}
#mainnav ul ul ul li a {
	margin:0;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 36px;
	text-decoration:none;
	display: block;
	background-color: #fef5dd;
	font-size: 0.9em;
	color: #333333;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

#mainnav ul ul ul li a:hover {
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 36px;
	margin-left: 0px;
	text-indent: 0px;
	background-color: #fef5dd;
	font-weight: normal;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 20px 6px;
}

#home_new {
	margin-top: 1em;
	border: 1px solid #007AE7;
	padding-top: 1em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0.5em;
	background-color: #ecf3fe;
}

/* RIGHT COLUMN */

#announcements {
	float: right;
	width: 30%;
	background-color: #deebff;
	margin-top: 5px;
	margin-right: 0em;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 1em;
	padding-right: 0em;
}

/* HIGHLIGHTS */

#highlights 
{
	background-color: #FFFFFF;
	width: 92%;
	border: 0px solid #d0d0d0;
	float: none;
	margin-left: 1.1em;
	margin-bottom: 0.5em;
	/*padding-bottom: 1em;*/
}
#highlights img {
	padding-right: 0.7em;
}

#highlights h2.title    {
	color: #FFFFFF;
	text-align: center;
	font-size: 120%;
	display: block;
	padding-bottom: 0.6em;
	padding-top: 0.6em;
	font-weight: normal;
	background-color: #007AE7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	text-transform: uppercase;
}
#highlights h3    {
	color: #0668FD;
	text-align: left;
	padding-bottom: 0.2em;
	padding-top: 0.5em;
	margin-top: 0em;
	margin-right: 0.8em;
	margin-bottom: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-left: 0.8em;
	padding-right: 0px;
	padding-left: 0em;
	font-size: 100%;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*#highlights h3    {
	color: #0668FD;
	text-align: left;
	font-size: 110%;
	padding-bottom: 0.2em;
	padding-top: 0em;
	font-weight: normal;
	background-image: none;
	margin-top: 1em;
	margin-right: 0.8em;
	margin-bottom: 0em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	margin-left: 0.8em;
	padding-right: 0px;
}*/
#highlights p {
	font-size: 94%;
	line-height: 18px;
	list-style-type: none;
	padding: 0em;
	margin-top: 0.5em;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	margin-left: 0.8em;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CBDBE4;
}
#highlights p.last {
	margin-bottom: 0.5em;
}
#highlights .date {
	color: #333333;
	font-weight: bold;
	padding-right: 0.5em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-right: 0.3em;
}
#highlights  ul li {
	padding-top: 0.5em;
	padding-right: 0.8em;
	padding-bottom: 1.7em;
	padding-left: 0.8em;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CBDBE4;
	color: #001346;
	list-style-type: none;
}
#highlights p img  {
	float: left;
	
}
#highlights p a:link  {
	text-decoration: underline;
	color: #333333
}
#highlights p a:visited  {
	text-decoration: underline;
	color: #333333
}
#highlights p a:hover  {
	text-decoration: underline;
	color: #0668FD
}
#highlights p a:active  {
	text-decoration: underline;
	color: #333333
}
#highlights .more     {
	font-style: italic;
	text-align: right;
	display: block;
	margin-right: 0.6em;
	font-size: 92%;
	margin-top: 0.5em;
	color: #001346;
}

/* RSS */
.rss {
	padding-bottom: 3px;
	text-transform: none;
	font-style: italic;
	width: 30px;
	float: right;
	padding-top: 5px;
}


/* BOTTOM NAVIGATION */
#bottom_nav {
	clear: both;
	background-color: #EBEBEB;
	color: #333333;
	height: 27em;
	/*background-image: url(../images/footer_main2.jpg);
	background-repeat: repeat-x;*/
	float: none;
}
	
#box1, #box2, #box3, #box4{float: left;}

#box1 {
	width: 30%;
	padding-left: 1.3em;
	padding-right: 1em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 100%;
}

#box2 {
	width: 30%;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
	height: 100%;
}

#box3 {
	width: 32%;
	padding-left: 1em;
	padding-right: 1em;
	height: 100%;
}

#box4 {
	width: 27%;
	padding-right: 0em;
	padding-left: 0em;
}
	
#bottom_nav ul {
	padding: 0;
	color: #666;
}
#bottom_nav ul ul {
	margin-top: 0.5em;
	margin-bottom: 0em;
}
#bottom_nav ul li {
	margin-left: 0;
	padding-left: 0.8em;
	list-style-type: none;
	background-image: url(../images/bullet-arrow.png);
	background-repeat: no-repeat;
	background-position: -8px -2px;
	padding-bottom: 0.5em;
}
#bottom_nav ul ul li {
	background-image: url(../images/bullet2_grey.gif);
	background-repeat: no-repeat;
	background-position: -6px -1px;
}

#bottom_nav ul li a {
	color: #666;
	text-decoration: none;
}
#bottom_nav ul li a:hover {
	color: #000;
	text-decoration: underline;
}
	
#bottom_nav h3{
	color: #565656;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #565656;
	padding-bottom: 0.5em;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/* FOOTER COPYRIGHT */

#footer_copyright {
	clear: both;
	background-color: #06366b;
	color: #cccccc;
	height: 2em;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-x;
	float: none;
	text-align: center;
	padding-top: 12px;
	
}

#footer_copyright ul {
	margin-top: 0em;
}
#footer_copyright ul li  {
	display: inline;
}
#footer_copyright ul li a {
	color: #000000;
	text-decoration: none;
}
#footer_copyright ul li a:visited {
	color: #000000;
	text-decoration: none;
}
#footer_copyright ul li a:hover {
	text-decoration: underline;
}


/* CREDIT LINE */

#credit {
	font-size: 90%;
	color: #333333;
	text-align: center;
	padding-top: 5px;
	clear: both;
}


#rightnav_tbl_box {
	display: block;
	width: 45%;
	margin-bottom: 0.5em;
	margin-left: 1.5em;
	margin-top: -4.3em;
	padding-top: 0px;
	padding-bottom: 11px;
	margin-right: 0px;
	float: right;
	/*background-color: #FFF;*/
	padding-right: 5px;
	padding-left: 8px;
	background-color: #FFFFFF;

}
#rightnav_tbl_box h4    {
	color: #074BB0;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	padding-top: 1em;
	padding-bottom: 0em;
}
#content table.tbl {
	margin-bottom: 4em;
	margin-top: 1em;
	margin-left: 0em;
	width: 100%;
}
#content table.tbl_ybk {
	margin-bottom: 2em;
	margin-top: 1em;
	margin-left: 0em;
	width: 70%;
}
#content table.tbl th, #content table.tbl_ybk th {
	background-color: #F6F6F7;
	text-align: left;
	color: #333333;
	border: 1px solid #efefef;
	padding-top: 8px;
	padding-bottom: 8px;
	vertical-align: baseline;
	font-style: italic;
	font-weight: normal;
}
#content table.tbl tr.chp {
	background-color: #f9f9fa;
}
#content table.tbl td, #content table.tbl_ybk td {
	padding-top: 8px;
	padding-bottom: 8px;
	border: 1px solid #efefef;
	vertical-align: top;
}
#content table.tbl ul, #content table.tbl_ybk ul {
	margin-bottom: 0px;
	margin-left: -15px;
	
}
#content table.tbl ul li, #content table.tbl_ybk ul li {
	list-style-type: none;
	/*background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 0.3em;
	padding-bottom: 1%;
	padding-left: 1.5em;*/
	text-align: left;
}
#content table.tbl ul.double_ind, #content table.tbl_ybk  ul.double_ind {
	margin-left: 6px;
}
#content table.tbl ul.double_ind li,  #content table.tbl_ybk  ul.double_ind li {
	background-position: 15px 3px;
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
}
#content table.tbl_no_lines {
	width: 92%;
	margin-bottom: 1em;
	margin-top: 0em;
	margin-left: 0em;
}
#content table.tbl_no_lines td {
	padding-top: 8px;
	padding-bottom: 8px;
	border: 0px solid #efefef;
	vertical-align: top;
	padding-right: 2px;
	padding-left: 2px;
}
#content #rightnav_tbl_box table.tbl th {
	background-color: #007AE7;
	color: #FFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 8px;
}
#content #rightnav_tbl_box table.tbl td {
	background-color: #f1f7ff;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 8px;
}


/* Back to top */

#content a.to_top:link {
	height: 42px;
	width: 43px;
	z-index: 99;
	position: fixed;
	bottom: 25px;
	right: 0%;
	background-repeat: no-repeat;
	text-decoration: none;
	background-image: url(../images/up.gif);
	background-position: right;
	padding-top: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	/*display:none;*/
}

#content a.to_top:hover {
	/*-box-shadow: 0px 3px 5px #FFF;
	-moz-box-shadow: 0px 3px 5px #FFF;
	-webkit-box-shadow: 0px 1px 5px #FFF;*/
	background-image: url(../images/up_over.gif);
	background-repeat: no-repeat;
	height: 42px;
	width: 43px;
}
/* Last update */

#last_update {
	font-style: italic;
	width: 100%;
	text-align: right;
	margin-bottom: -15px;
	color: #b8b7b7;
}
/* EXTRAS */

#content div.back a:link {
	float:right;
	margin-top: 0em;
	color:#666666;
	text-decoration: underline;
}
#content div.back a:visited {
	float:right;
	margin-top: 0em;
	color: #666666;
}
#content div.back a:hover {
	float:right;
	margin-top: 0em;
	color:#2f61b3;
}
#content div.back a:active {
	float:right;
	margin-top: 0em;
	color:#666666;
	text-decoration: underline;
}
.gray {
	color: #7c7c7c;
}
#content p.notes {
	color: #7c7c7c;
	text-align: left;
}

.arrows {
	width:10%;
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: -1.5em;
	}
.search_right {
	display: block;
	float: right;
	width: 18%;
	margin-top: 2em;
	text-align: right;
	}
.next {
	width:3%;
	float: right;
}
.prev {
	width:3%;
	float: left;
}

/* contact us form */
form .formtextbox {
	font-family: Arial, Helvetica, sans-serif;
	
}
