
body {
	padding: 0;
	margin: 0;
	color: #707173;
	background-color: white;
	font-family: Arial, Sans-Serif;
	font-size: 0.77em; /* was 11 px  */
}

#tbl-main-container {
	margin: 0px auto auto auto;
	padding: 0;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: none;
}

#tbl-container {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0px;
	border-style: none;
}

#tbl-top-td, #tbl-nav-td, #tbl-middle-td, #tbl-footer-td {
	margin: 0;
	padding: 0;
	border-style: none;
}

#tbl-middle-leftnav-td{
	width:	172px;
}

#tbl-middle-content-td{
	width:	670px;
}
#tbl-top-td, #tbl-footer-td  {
}

#tbl-nav-td, #tbl-middle-td {
}

#tbl-top-td {
}

#top {
	height: 138px;
	width: 986px;
	padding: 0;
	margin: 0;
	border:0;
	position: relative;
}

#top #header-img {
	border-style: none;
}

#top #header-homeimg {
	border-style: none;
	position: absolute;
	left: 940px;
	top: 10px;
}

#top #titlebox {
	position: absolute;
	top: 30px;
	left: 300px;
}

#top h1, #top h2 {
	border: 0;
	color: #707173;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	font-size: 13px; /* DO NOT USE EM FOR TITLE !!! KEEP PX FOR CONSTANT TOP SIZE */
	line-height: 1.8em;	
}

#top h2 {
	width: 400px;
}

#top img#logo {
	padding: 0;
	margin: 0;
	border: 0;
	float: left;
}

#tbl-middle-leftnav-td {
	margin: 0;
	padding: 0;
	padding-left: 57px;
	padding-right: 50px;
}

#tbl-middle-leftnav-td img {
	margin: 0;
	padding-top:  0;
}


/* Level 3 nav in the left nav */

#nav3 {
	background-color: white; 
	/*background-image: url('../images/content/approach-leftnav-notext.png');*/
	/*background-repeat: no-repeat;*/
	/*background-position: 0px 0px;*/ 
	/*height: 215px;*/
}

#nav3 ul {
	margin: 0;
	padding: 0;
	padding-top: 15px;
	padding-left: 15px;
	/* list-style-image: url('../images/style/arrow-green.png'); */
	list-style-type: circle;
	list-style-position: inside;
	height: 60px;
}

#nav3 ul a {
	font-family: Arial, Sans-Serif;
	font-size: 1.1em; /* was 12 px  */
	font-weight: bold;
	text-decoration: none;
	margin-left: 0px;
}

* html #nav3 ul a {
	margin-left: 4px;
}

#nav3 ul a:hover {
	text-decoration: underline;
}

#tbl-middle-content-td {
	width: 670px;
}

#content {
	margin: 0;
	padding: 2px 5px;
	font-size: 1em; /* was 11 px  */
}

#footer
{
	margin-left: 57px;
	padding: 3px;
	width: 875px;
	border: 0;
	color: #707173;
	background-color: #dadadc;
}

#footer .footer-left {
	float: left;
	padding: 2px 5px;
}

#footer .footer-right {
	float: right;
	padding: 2px 5px;
}

.clear {
	clear: both;
}

#nav {
	color: #ffffff;
	font-family: Arial, Sans-Serif;
	/*font-family: Verdana, Serif;*/
	font-weight: bold;
	font-size: 1em; /* was 10 px  */
	text-decoration: none;
	padding: 0;
	margin: 2px 0 15px 57px;
	width: 900px;
	height: 26px;
}


#nav ul {
  	padding: 0;
  	margin: 0;
  	list-style: none;
}

#nav li {
  float: left;
  position: relative;
  margin: 0;
  padding: 0; 
  /* width: 10em; */
}


#nav li table td {
	padding: 0;
  	height: 26px;
}

#nav a {
	color: #ffffff;
	text-decoration:none;
	margin-right: 5px;
	margin-left: 5px;
}

#nav li {
	position: relative;
}

/* Level 2 */
#nav ul li ul {
	position: absolute;
	top: 100%;
	left: 0;
	width: 22em; /* was 100% IE<7 bug */
}

* html #nav ul li ul {
	width: 22em; /* IE<7 */
}

/* Level 2 hidden by default */
#nav ul li ul {
	display: none;
}

/* Display Level 2 whith Level 1 hover */
#nav ul li:hover ul {
	display: block;
	z-index: 1;
}


#nav ul ul a  {
	display: block;
}

/* IE workaround <7 */
* html #nav ul ul a  {
	height: 1%;
	width: auto;
}

/* Level 1 */
#nav li table {
	margin: 0;
	padding: 0;
	margin-right: 2px;
	border-collapse: collapse;
}

/* Level 1 part 1 */
#nav li td.menupre {
	font-weight: normal;
	border-right: 1px solid white;
}

/* Level 1 part 2 */
#nav li td.menulink {
}

/* Level 1: no hover */
#nav li table:hover, #nav li table.over {
}

#nav li li {
	width: 100%;
	height: 26px;
}

/* Level 2 item spacing */
#nav ul ul a {
	margin-left: 1.5em;
	padding-top: 6px;
}

/* Level 2: item hover */
#nav ul li li:hover a {
	color: #707173;
}

/* Level 1 colors */
#nav .green td {
	background-color: #b2bf00;
}
#nav .grey td {
	background-color: #b8b487;
}
#nav .orange td {
	background-color: #f4822e;
}
#nav .red td {
	background-color: #e81e24;
}
#nav .purple td {
	background-color: #8a4a93;
}



/* Level 2 colors */

#nav ul ul.green {
	background-color: #e9f7a7;
}
#nav ul ul.green a {
	color: #b2bf00;
}
#nav ul ul.green li {
	border-bottom: solid 1px #b2bf00;
	padding: 3px 0;
}

#nav ul ul.grey {
	background-color: #d5d2b0;
}
#nav ul ul.grey a {
	/* color: #b8b487; unreadable: overriding LaMondiale grahical chart */
	color: white;
}
#nav ul ul.grey li {
	border-bottom: solid 1px #b8b487;
	padding: 3px 0;
}

#nav ul ul.orange {
	background-color: #dfcaa5;
}
#nav ul ul.orange a {
	color: #f4822e;
}
#nav ul ul.orange li {
	border-bottom: solid 1px #f4822e;
	padding: 3px 0;
}

#nav ul ul.red {
	background-color: #f7c9c9;
}
#nav ul ul.red a {
	color: #e81e24;
}
#nav ul ul.red li {
	border-bottom: solid 1px #e81e24;
	padding: 3px 0;
}

#nav ul ul.purple {
	background-color: #e7c1df;
}
#nav ul ul.purple a {
	color: #8a4a93;
}
#nav ul ul.purple li {
	border-bottom: solid 1px #8a4a93;
	padding: 3px 0;
}

.errors p {
	color:red;
	font-weight: bold;
}

.warning p {
	color:red;
	font-weight: bold;
}

/* Content Headers */

p{
	font-family: Arial, sans-serif;
	margin: 0 0 1px 0; /* margins are browser-specific. Bottom to separate headings */
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0 0 1px 0; /* margins are browser-specific. Bottom to separate headings */
	padding-left: 2px;
}

/* Page titles: fixed color */
h1 {
	color: #707173;
	font-size: 1.15em;  /* was 14 px  */
}

/* Page sub titles: section color. */
h2 {
	color: #707173; /* To override by section */
	font-size: 1em; /* was 11 px  */	
}

/* section color */
h3{
	color: #707173; /* To override by section */
	font-size: 1.7em; /* was 10 px  */
}

/* section color */
h4, h5, h6 {
	color: #707173; /* To override by section */
	font-size: 0.85em; /* was 10 px  */
}

/* TODO: remove, for funds */
h2.box-title {
	border: 0;
	color: white;
	background-color: #8a4a93;
}

#footer a {
	color: #707173;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a {
	color: #707173;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}


/* To override by section */
ul {
	/* list-style-image: url('../images/style/bullet-default.png'); */
}
