html, body {
	height: 100%;
}

body {
	background: #fbfbfb;
	font-color: #12284d;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#content {	
	padding: 0 20px 0 20px;
	margin: auto;
	font: 13px verdana, arial, sans-serif;
	width: 800px;
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

.top {
	height: 30px;
	border-bottom: 1px dashed gray;
}
.left {
	width: 205px;
	float: left;
	display: inline;
	padding: 25px 0px;
}

.logohref {
	display: block;
	width: 175px;
	height: 97px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url('cees-logo.png') no-repeat;
	margin-top: -10px;
	margin-bottom: 30px;
}

.left .menu {
	display: block;
	margin-left: 5px;
	color: #071832;
}

#right {
	background: #fff;
	width: 563px;
	font-size: 11px;
	line-height: 16px;
	float: left;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	display: inline;
	padding: 15px 15px 15px 15px;
	border-left: 1px dashed gray;
	border-right: 1px solid gray;
}

#banner {
	width: 160px;
}

table {
	width: 100%;
	border-collapse: collapse; 
}

table td, table th {
	padding: 3px;
}

table thead {
	background-color: #fbfbfb;
	border: 1px solid gray;
}

a {
	text-decoration: none;
	color: #365e9b;
	font-size: 12px;
}
a:hover {
	color: #071832;
}

input[type=text] {
	border: 1px solid #b8b8b8;
}

	
.smalllink {
	font-size: 11px;
}


table tfoot {
	font-weight: bold;
}

.tooltiphandle {
	display: inline;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	color: gray;
	background: transparent url('tooltipmark.gif') no-repeat;
}

.tooltip {
    display:none;
    background:transparent url(tooltips/black_arrow_big.png);
    font-size:10px;
  	height:163px;
    padding:40px 30px 10px 30px;
    width:310px;
    color:#fff;
  }