html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font: normal 12px Verdana,Arial,Helvetica,sans-serif;
    color: #333;
    background: #fff;
}

a {
	font-weight: bold;
	color: #004687;
	text-decoration: none;
}

	a.table {
		font-weight: normal;
	}

	a:hover {
		text-decoration: underline;
	}

#page {
    position: relative;
    height: auto !important;
    min-height: 100%;
}

.wrap {
	position: relative;
    margin: 0 auto;
    width: 960px;
}

#header {
    height: 70px;
	border-bottom: 3px solid #004687;
}

	#header .wrap {
		height: 100%;
		background: #fff;
	}

	h1, .logo {
		position: absolute;
	}
	
		.logo img {
			border: none;
		}
	
	h1 {
		top: 16px; left: 180px;
		font: bold 24px 'PT Sans','Trebuchet MS',Tahoma,Geneva,sans-serif;
		color: #004687;
	}
	
	#header .ksh  { top: 5px; left:   5px; }
	#header .mta  { top: 5px; right: 80px; }
	#header .oecd { top: 5px; right:  5px; }
	
#main {}

	#main .wrap {
		padding-bottom: 40px;
	}
	
		ul#menu {
			position: absolute;
			top: 0;
			left: 0;
			width: 180px;
			margin: 0;
			padding: 0;
			list-style: none;
			font: bold 12px Verdana,Arial,Helvetica,sans-serif;
		}
		
			ul#menu li {
				margin: 4px 0;
			}
			
				ul#menu li.act {
					padding: 2px 0 2px 6px;
					border-left: 5px solid #004687;
					color: #004687;
					cursor: default;
				}
			
				ul#menu a {
					display: block;
					padding: 2px 0 2px 6px;
					border-left: 5px solid #ddd;
					color: #333;
				}
				
					ul#menu a:hover {
						border-left-color: #004687;
						color: #004687;
						text-decoration: none;
					}
		
		#content {
			margin: 10px 0 0 180px;
		}
		
			#content h2 {
				margin: 0 0 1em 0;
				padding: 0;
				font: bold 18px 'PT Sans','Trebuchet MS',Tahoma,Geneva,sans-serif;
				color: #004687;
			}
		
			#content .quote {
				float: right;
				padding: 0.5em 0 0.5em 1em;
				font: bold italic 14px/22px Georgia,Times New Roman,Times,serif;
				text-align: right;
				color: #004687;
				background: transparent url("../images/quote.png") no-repeat right top;
			}
			
			#content p {
				margin: 1em 0;
				line-height: 1.5;
				text-align: justify;
			}
			
				#content p.cont {
					margin-bottom: 0;
				}
			
			#content table {
				border-collapse: collapse;
			}
			
				#content th {
					padding: 0 1em 0 0;
					font-weight: bold;
					text-align: left;
				}
				
			#content ul {
				margin: 0;
				padding: 0 0 0 1.2em;
				list-style-type: square;
			}
			
ul#nav, ul#nav li, ul#foldertools {
	padding: 0;
	list-style-type: none;
}

	ul#foldertools {
		display: none;
	}

		ul#foldertools li {
			display: block;
			float: left;
			margin: 0 30px 10px 0;
		}
		
	ul#nav li {
		display: block;
		clear: both;
	}

		ul#nav li ul {
			padding-left: 32px;
		}

			li a.folder {
				display: block;
				padding: 2px 0 2px 18px;
				font-weight: normal;
				color: #333;
				background: transparent url(../images/folder_open.png) no-repeat left center;
			}

				li a.folder:hover {
					color: #004cbf;
					text-decoration: none;
				}

			li a.close {
				background: transparent url(../images/folder_close.png) no-repeat left center;
			}

			li a.table {
				display: block;
				padding: 2px 0 2px 18px;
				font-weight: normal;
				background: transparent url(../images/occ.png) no-repeat left top;
			}

				li a.last {
					background-image: url(../images/occlast.png);
				}

		.hide {
			display: none;
		}

ul#nav .info, p .info {
	display: inline-block;
	width: 16px;
	margin-left: 4px;
	text-decoration: none;
	background: url(../images/info.png) no-repeat;
	cursor: help;
}
ul#nav .day2, p .day2 {
	background: url(../images/info_red.png) no-repeat;
}
ul#nav .day3, p .day3 {
	background: url(../images/info_green.png) no-repeat;
}

#footer {			
    position: absolute;
    bottom: 0;
	width: 100%;
    height: 30px;
	font: bold 12px/30px 'PT Sans','Trebuchet MS',Tahoma,Geneva,sans-serif;
    font-variant: small-caps;
    color: #999;
    text-align: center;
    border-top: 1px solid #004687;
}