@charset "utf-8";

/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
}

#inner_wrapper {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF url(../images/body_bg.gif) repeat-x 50% top;

/*	overflow: auto; *//*Container height problem fix*/
}


/**************  Banner ******************/
#banner {
	/*background: #CAD7DF url(../images/banner.gif) top left no-repeat;*/
	/*background: #EEEEEE url(../images/banner.gif) top left no-repeat;*/
	background: #DDE6ED url(../images/banner.gif) top left no-repeat;
	/*height: 85px;*/
/****** with no SGMS ******/
	/*height: 70px;*/
	height: 85px;
}

@media print {
    #btnPrint1 { display: none; }
    #btnPrint2 { display: none; }
  }

#sg_gov_logo {
	float: right;
	margin-right: 17px;
	clear: right;
}

#banner_right {
	float: right;
	margin-right: 36px;
	clear: right;
}

#banner_links{
	margin-top: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #78000E;
	text-align: right;
}

#banner_links a:link, #banner_links a:visited{
	text-decoration: none;
	color:#78000E;
}

#banner_links a:hover{
	text-decoration: underline;
	color:#78000E;
}

#banner_links a:active{
	text-decoration: none;
	color:#78000E;
}


#banner_search {
	float: right;
	margin-top: 5px;
	padding: 0px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #875A47;
	text-align: right;
	height: 14px;
}

#banner_search input.banner_search {
	margin: 0px 5px;
	font-size: 11px;
	margin-right: 0px;
	height: 14px;
	width: 126px;
	vertical-align: middle;
	border: none;
	background: url(../images/search_box.gif) top left no-repeat;
	color: #875945;
}

#banner_search img{
	vertical-align: middle;
	margin-left: 5px;
}
/**************  Menu ******************/
#menu {
	background: url(../images/menu_bg.gif) top left no-repeat;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#menu ul{
	padding: 0px;
	margin: 0px;
	padding-top: 14px;
	margin-left: 24px;
}

#menu ul li{
	float: left;
	display: inline;
	padding: 0px 5px 0px 3px;
	margin:0px;
	background: url(../images/menu_sep.gif) no-repeat right center;
	line-height: 12px;
}

#menu ul li a{
	text-decoration: none;
	color: #161616;
	display: block;
	float: left;
	padding: 0px;
	outline: none;
}

#menu ul li a span {
	padding: 3px 2px;
	display: block;
}

#menu ul li a:hover{
	background: #E3E3E3 url(../images/menu_hover_bg_left.gif) no-repeat left;
	text-decoration: underline;
}

#menu ul li.current a {
	background: url(../images/menu_hover_bg_left.gif) no-repeat left;
}

#menu ul li a:hover span,
#menu ul li.current a span{
	background: url(../images/menu_hover_bg_right.gif) no-repeat right;
}
/**************  flash banner ******************/
#flash_banner
{
	width:994px;
	height:171px;
	margin-left: 4px;
}

#divContent{
overflow:hidden;
width:80%;
}

#marquee{
font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding:3px 10px;
	color:#FFFFFF;
}

#latest_event{
	float: left;
}

#marquee strong,
#marquee b{
	font-weight: bold;
	color:#ff9600;
}

input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C8CFD5;
	border: 1px solid #8F8F8F;
	background-color: #4a5f65;
	margin: 0px 10px;
	padding: 2px 2px 0px 2px;
	line-height: 12px;
}
 
/**************  Container ******************/

#container_home {
	float: left;
	width: 994px;
	margin-left:4px;
	padding-bottom: 12px;
	background: #D5D5D5 url(../images/main_home_bg.jpg) repeat-x top;	
	background-color: #AC9698;
}

#container {
	float: left;
	width: 994px;
	margin-left:4px;
	padding-bottom: 12px;
	background: #D5D5D5 url(../images/main_bg.jpg) repeat-x top;
}

/**************  Left Side ******************/

#left_home {
	float: left;
	width: 190px;
	margin: 3px 6px;
}

#left {
	float: left;
	width: 190px;
	margin: 8px 6px;
}
#left_menu_top{
	height: 5px;
	background: #FFFFFF url(../images/left_menu_top_bg.gif) no-repeat top;
}

#left_menu {
	background: #FFFFFF url(../images/left_menu_bottom_bg.gif) no-repeat bottom;
	padding: 0px 5px 8px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ff9700;
	margin-bottom:4px;
}

#left_menu h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6b3118;
	margin: 0px;
}

#left_menu ul {
	margin: 0px;
	padding: 0px;
}

#left_menu ul li{
	list-style: none;
	background: url(../images/menu_bullet.gif) no-repeat 2px 7px;
	padding: 3px 0px 3px 10px;
	line-height: 12px;
}

#left_menu ul li a{
	color: #78000e;
	text-decoration: none;
}

#left_menu ul li a:hover{
	color: #a8303e; 
}

#left_banners {
}

#left_banners img {
	margin-top: 2px;
}
/**************  home page middle Side ******************/
#middle {
	float: left;
	width: 585px;
}
/**************  Right Side ******************/
#right {
	float: left;
	width: 787px;
}

#right_home {
	float: left;
	width: 190px;
	margin: 0px 6px;
}

#right_banners {
	margin-top: 3px;
}

#right_banners img{
	margin-top: 2px;
}

#icons_home {
	height: 25px;
	margin: 5px 0px 2px 0px;
}

#icons {
	height: 25px;
	margin: 8px 0px 2px 0px;
}

/**************  Content Area ******************/

#content_main_top {
	height: 6px;
	background: #FFFFFF url(../images/middle_top_bg.png) no-repeat top;
}

#content_top {
	height: 9px;
	background: #FFFFFF url(../images/content_top_bg.gif) no-repeat top;
}

#content_home {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	
	color: #000000;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	background: #FFFFFF url(../images/middle_bottom_bg.gif) no-repeat bottom;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	font-size: 0.75em;
	color: #000000;
	margin: 0px;
	padding: 2px 26px 2px 15px;
	background: #FFFFFF url(../images/content_bottom_bg.gif) no-repeat bottom;
}

#content table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#content_home a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
	color: #ff9700;
	text-decoration: underline;
}

#content a{
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: 12px;*/
/*	color: #ff9700;*/
	color: #5d010c;
	text-decoration: underline;
}

#content_home a:hover, #content a:hover{
	text-decoration: none;
}

#content_home h1 {
/*	font-family: Impact;*/
	font-family: Arial, Helvetica, sans-serif;	
/*	font-size: 22px;*/
	font-size: 1.375em; 
	color: #6b3118;
	padding:0px;
	margin:0 0 5px 0;
	border-bottom: 1px solid #d2d2d2;
	padding-left: 15px;
}

#content_home_text{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*	height: 220px;*/
/* This is for the homepage contain js-scroll */
	height: 400px;
	overflow: auto;
	padding: 2px 15px 2px 15px;
	margin-right: 10px;
	text-align: justify;
}

#content_home_text .read_more {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*	font-size:11px; */
	font-size:0.69em;
	font-weight:bold;
	color:#5d010c;
	text-align:left;
	float:right;
}

#content_home_text .read_more a {
	color:#5d010c;
}

#content_home_text p{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*	font-size:13px;*/
	font-size: 0.81em;
	padding:0px;
	margin:0px;
	color:#252525;
}

#content_home_text hr{
	background-image: url(../images/hr.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	border: none;
	height: 1px;
	width: 100%;
	color:#FFFFFF;
	clear:both;
	margin: 0px;
}


#content_home_text h1 {
	font-family:Arial, Helvetica, sans-serif;
/*	font-size:15px;*/
	font-size:0.94em;
	color:#68020e;
	border-bottom:none;
	background:url(../images/icon_middle_03.jpg) no-repeat;
	padding-left:20px;
	margin: 0px;
	line-height: 15px;
}

#content_home_update {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
/*	font-size: 11px;*/
	font-size: 0.69em;
	text-align: right;
	color: #7C7C7C;
	padding: 5px;
}

/**************  Breadcrumbs ******************/
#breadcrumbs {
	color: #606060;
	font-weight: bolder;
	height: 20px;
}

#breadcrumbs a {
	color: #78000e;
	text-decoration: underline;
}

/**************  Content Area -- Table of content ******************/

#content .toc {
	margin-left: 20px;
	width: 718px;
}

#content .toc .download {
	background: #EDEDED;
	padding: 5px 15px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 0.88em;
	font-weight: bold;
	color: #4d5a5f;
}

#content .toc .download img {
	vertical-align: middle;
}

#content .toc .download a {
	/*font-size: 12px;*/
	font-size: 0.8em;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-left: 25px;
}

#content .toc .toc_title {
	height: 18px;
	background: #FFFFFF url(../images/table_content_bg.png) no-repeat top left;
	padding: 3px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 0.88em;
	font-weight: bold;
	color: #4d5a5f;
}

#content .toc .toc_title a {
	color: #4d5a5f;
	text-decoration: none;
}

#content .toc .toc_title a:hover {
	color: #7d8a8f;
}

#content .toc .toc_title img {
	vertical-align: middle;
}

#content .toc .toc_content {
	font-family: Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	padding: 5px 15px;
}

#content .toc .toc_content a{
	text-decoration: none;
}

#content .toc .toc_content h1{
	/*font-size: 14px;*/
	font-size: 1.2em;
	font-weight: bold;
	color: #4d5a5f;
	margin: 5px 0px;
}

#content .toc .toc_content h2{
	/*font-size: 13px;*/
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
	margin: 6px 20px;
}

#content .toc .toc_content h3{
	/*font-size: 12px;*/
	font-size: 1em;
	font-weight: bold;
	color: #979797;
	margin: 5px 30px;
}

#content .toc .toc_content h4{
	/*font-size: 11px;*/
	font-size: 0.9em;
	font-weight: bold;
	color: #A7A7A7;
	margin: 5px 40px;
}

#content .toc .toc_nav {
	font-family: Arial, Helvetica, sans-serif;
	background: #F2F2F2;
	padding: 5px 15px;
	border-bottom: 10px solid #E5E5E5;
	width: 688px;
	overflow: auto;
}

#content .toc .toc_nav .prev {
	float: left;
}

#content .toc .toc_nav .next {
	float: right;
	text-align: right;
}

#content .back_to_top {
/*	float: right;*/
	clear: both;
	margin: 12px 0;
	text-align: right;
	
}

#content .update {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	/*font-size: 11px;*/
	font-size: 0.9em;
	text-align: right;
	color: #7C7C7C;
	padding: 0px;
	clear: both;
}


/**************  List Styles  ******************/
ul, ol{
	margin: 0px;
	padding: 0px;
}

ul li{
	list-style: none;
	background: url(../images/content_bullet.gif) no-repeat 2px 7px;
	padding: 3px 0px 3px 20px;
	margin: 8px 0px;
	/*line-height: 12px;*/
	line-height: 1.2em;
}

ul ul li {
	background: url(../images/content_bullet2.gif) no-repeat 2px 7px;
}

ol {
	list-style-type: upper-alpha;
}

ol li{
	margin: 12px 0px 12px 20px;
	/*line-height: 12px;*/
	line-height: 0.75em;
}

ol ol {
	list-style-type: lower-roman;
}

/**************  Messages  ******************/

div.message{
	border: none;
	padding: 5px 0px;
	margin: 5px 0px;
	width: 719px;
	background: url(../images/message_top.gif) no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

div.error {
	background: url(../images/message_error_top.gif) no-repeat top left;
	color: #78000E;
}

div.message ul{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	background: url(../images/message_bottom.gif) no-repeat bottom left;
}

div.message ul li{
	border-left: 1px solid #78000E;
	border-right: 1px solid #78000E;
	padding: 5px 0px 5px 55px;
	margin: 0px;
	/*line-height: 12px;*/
	line-height: 0.75em;
	list-style: none outside;
	background: none;
}
/**************  Footer  ******************/
#footer {
	float: left;
	width: 967px; /* 1002 - 15 - 20 */
	/*height: 109px; /* 129 - 20 */
	height: 70px; /* 129 - 20 */
	margin: 0px;
	padding: 20px 20px 0px 15px;
	background: #FFFFFF url(../images/footer_bg.jpg) no-repeat top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5A5A5A;
}

#footer .statement{
	float: left;
	color: #7C7C7C;
}

#footer .statement a{
	color: #7C7C7C;
	text-decoration: none;
	padding: 0px 10px;
}

#footer .statement a:hover {
	color: #ACACAC;
	text-decoration: underline;
}

#footer .resolution{
	float: left;
	margin-left: 180px;
}

#footer .image_copyright{
	float: left;
	margin: 5px 7px;
	width: 60%;
}

#footer .logos{
	float: right;
}

#footer .logos img{
	padding-left: 5px;
}

#footer .mof{
	margin-top: 10px;
	float: left;
	width: 300px;
}

#footer .mof img{
	vertical-align: middle;
	padding: 0px 5px;
}

/**************  Listing Table ******************/
table.listing {
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 10px 0px;
}

table.listing th {
	background: #4A5E65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0px 5px 20px;
	text-align: left;
}

table.listing tr {
	background: #ECF2F0;
}

table.listing tr.odd {
	background: #CDD7D6;
}

table.listing td {
	padding: 8px 0px 8px 20px;
}

/**************  Form Layout Table ******************/
table.layout {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

table.layout td{
	padding: 3px;
}

table.layout tr{
	vertical-align: top;
}

.required {
	color: #FE0002;
}

/**************  Site map styles ******************/

#content ul.sitemap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3d4c51;
	font-weight: bold;
	margin: 15px 0px;
}

#content ul.sitemap a{
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	color: #3d4c51;
	font-weight: bold;
	text-decoration: none;
}

#content ul.sitemap li{
	background: url(../images/sitemap.jpg) no-repeat top left;
	line-height: 14px;
	margin: 0px;
}

#content ul.sitemap ul {
	margin-top: 10px;
}

#content ul.sitemap ul li{
	background: url(../images/sitemap.jpg) no-repeat top left;
	line-height: 14px;
	color: #DdEcF1;
	margin: 0px;
}

#content ul.sitemap ul li a{
/*	font-size: 12px;*/
	color: #78000E;
}
/**************  General Form styles******************/
textarea {
	border: 1px solid #61767b;
}

.read_link{
text-decoration:underline !important;
text-align:left;
}

input[type=text] {
	border: 1px solid #61767b;
}

input[type=submit],input[type=reset], button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C8CFD5;
	border: 1px solid #8F8F8F;
	background-color: #4a5f65;
	margin: 0px 10px;
	padding: 2px 2px 0px 2px;
	line-height: 12px;
}

button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C8CFD5;
	border: 1px solid #8F8F8F;
	background-color: #4a5f65;
	margin: 0px 10px;
	padding: 2px 2px 0px 2px;
	line-height: 12px;
}

/**************  General content area styles ******************/
div.title {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 18px;*/
	font-size: 1.5em;
	color: #78000e;
	margin: 5px 0px;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	/*	font-size: 16px;*/
	font-size: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 10px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 15px;*/
	font-size: 1.3em;
	color: #3d4c51;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-bottom: 5px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 14px;*/
	font-size: 1.1em;
	color: #4d5a5f;
	font-weight: bold;
	margin: 5px 0px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	/*font-size: 13px;*/
	font-size: 1em;
	color: #878787;
	font-weight: bold;
	margin: 5px 0px;
}

.clear {
	clear: both;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

a img {
	border: none;
	outline: none;
}

hr {
	border: none;
	border-top: 1px solid #e0e9e6;
	width: 100%;
	height: 0px;
	margin: 10px 0px;
}
.indent {
	padding-left: 20px;
}
/**************dropdown outreachMenu************/
#outreachMenu {
	float: left;
	display:none;
	position: absolute;
	width:300px;
	margin-top: 8px;
	margin-left: auto;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image:none !important;	

}

#outreachMenu table {
	background-color: #687B80;
}

#outreachMenu a:link,  #outreachMenu a:visited{
	color: white;
	text-decoration:none;
}

#outreachMenu a:hover {
	background-color: #59696E !important;;
	text-decoration:none !important;;
	font-size:14px;
	color: white;
	background-image:none !important;
}
#outreachMenu td:hover {
	background-color: #59696E !important;;
	background-image:none !important;
}

#outreachMenu table td{
	border-bottom: 1px solid #59696E;
	padding-left: 10px;
	line-height: 20px;	
}
/**************dropdown calculatorsMenu************/
#calculatorsMenu {
	float: left;
	display:none;
	position: absolute;
	width:240px;
	margin-top: 8px;
	margin-left: auto;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image:none !important;	

}

#calculatorsMenu table {
	background-color: #687B80;
}

#calculatorsMenu a:link,  #calculatorsMenu a:visited{
	color: white;
	text-decoration:none;
}

#calculatorsMenu a:hover {
	background-color: #59696E !important;;
	text-decoration:none !important;;
	font-size:14px;
	color: white;
	background-image:none !important;
}
#calculatorsMenu td:hover {
	background-color: #59696E !important;;
	background-image:none !important;
}

#calculatorsMenu table td{
	border-bottom: 1px solid #59696E;
	padding-left: 10px;
	line-height: 20px;	
}
/**************dropdown feedbackMenu************/
#feedbackMenu {
	float: left;
	display:none;
	position: absolute;
	width:270px;
	margin-top: 8px;
	margin-left: auto;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image:none !important;	

}

#feedbackMenu table {
	background-color: #687B80;
}

#feedbackMenu a:link,  #feedbackMenu a:visited{
	color: white;
	text-decoration:none;
}

#feedbackMenu a:hover {
	background-color: #59696E !important;;
	text-decoration:none !important;;
	font-size:14px;
	color: white;
	background-image:none !important;
}
#feedbackMenu td:hover {
	background-color: #59696E !important;;
	background-image:none !important;
}

#feedbackMenu table td{
	border-bottom: 1px solid #59696E;
	padding-left: 10px;
	line-height: 20px;	
}
/**************dropdown budgetMenu************/
#budgetMenu {
	float: left;
	display: none;
	position: absolute;
	width: 290px !important;
	margin-top: 8px;
	margin-left: auto;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	background-image:none !important;	
}

#budgetMenu table {
	background-color: #687B80;
	width: 290px;
}

#budgetMenu a:link,  #budgetMenu a:visited{
	color: white;
	text-decoration:none;
}

#budgetMenu a:hover {
	background-color: #59696E !important;;
	text-decoration:none !important;;
	font-size:14px;
	color: white;
	background-image:none !important;
}

#budgetMenu td:hover {
	background-color: #59696E !important;;
	background-image:none !important;
}

#budgetMenu table td{
	border-bottom: 1px solid #59696E;
	padding-left: 10px;
	line-height: 20px;	
}

/*********MAP*/

#wrap { 
	width:100%; 
} 

#mapleft { 
float:left; 
width:450px; 
} 
#mapright { 
float:left; 
width:200px; 
} 
#topleft {
float:left; 
width:290px;
}
#topright {
	float:right;
	width: 60%;
}
#topcenter {
	float:left;
	width: 50px;
}

/* This is budget logo */
#budgetbanner {
	position:relative;
	float: left !important;
	left:0;
	top:0;
	width:320px;
	height:58px;
	z-index:11;
}
.lineheight {
	line-height: 1.3em;
}
/* tocMenu */
.style1 {font-size: 1px}

	#tocMenu { 
		border: 1px solid gray; height: 200px; overflow:auto;
		FONT-SIZE: 1em;
		display: none;
		line-height: 16px;
		position: absolute;
		width:700px;
		margin-top: 8px;
		z-index: 10;
		float: left;
		background-color:#d9d9d9;	
		text-decoration:none!important;
	}
	
	#tocMenu {
		text-decoration:none;
		}
		
	#tocMenu h1 { border-bottom: 1px solid #E5E5E5; margin: 5px 10px 5px 16px; 
					font-size: 1.2em;
					font-weight: bold;
					color: #4d5a5f;
				}
	#tocMenu h2 { border-bottom: 1px solid #E5E5E5; margin: 5px 10px 5px 40px; 
					font-size: 1.1em;
					font-weight: bold;
					color: #000000;
				}
	#tocMenu h3 { border-bottom: 1px solid #E5E5E5; margin: 5px 10px 5px 50px; 
					font-size: 1em;
					font-weight: bold;
					color: #979797;
				}
				
				
	#tocMenu h1	a, #tocMenu h2	a , #tocMenu h3	a  {
			COLOR: #5d010c !important; FONT-FAMILY: Arial, Helvetica, sans-serif;	TEXT-DECORATION: underline
		}
				
/*	#tocMenu h1 { border-bottom: 1px solid gray; margin: 5px 10px 5px 16px; }*/
/*	#tocMenu h2 { border-bottom: 1px solid gray; margin: 5px 10px 5px 40px; }*/
/*	#tocMenu h3 { border-bottom: 1px solid gray; margin: 5px 10px 5px 50px; }*/
.footnote   
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.85em; 
	margin-left: 20px;
	margin-top: 20px;
}
