html {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 80%;
	margin: 0px;
	height: 100%;
}
td {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 80%;
}
h1 {
	color: #7f87b4;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: large;
}
.idblogo {
	background-image: url("graphics/logobg.gif");
	background-repeat: both;
	background-color: #fff;
	background-repeat: repeat-x;
	background-position: top left;
	background-attachment: scroll;
	padding: 10px;
}
.idbmenu {
	padding: 10px;
	background-color: #7f87b4;
}
.idbmenuitem {
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
.idbmenuitem:hover {
	text-decoration: underline;
}
.idbmenuitem-selected {
	background-color: white;
	color: black;
	font-weight: bold;
	text-decoration: none;
	padding: 10px;
}
.idbmenuitem-selected:hover {
	text-decoration: underline;
}
.idbsubmenu {
	padding-top: 5px;
	padding-left: 13px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #aaadca;
	border-bottom: 1px solid #9cf;
}
.idbsubmenuitem {
	color: black;
	padding-left: 7px;
	padding-right: 5px;
	text-decoration: none;
}
.idbsubmenuitem:hover {
	text-decoration: underline;
}
.idbsubmenuitem-selected {
	color: black;
	padding-left: 7px;
	padding-right: 5px;
	font-weight: bold;
	text-decoration: none;
}
.idbsubmenuitem-selected:hover {
	text-decoration: underline;
}
.idbnavmenu {
	border-bottom: 1px solid lightgrey;
	font-size: 80%;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}
.idbnavitem {
	color: black;
	text-decoration: none;
}
.idbnavitem:hover {
	text-decoration: underline;
}
.idbborder {
	padding: 5px;
	background-color: lightgrey;
	background-color: #EEE;
	border-left: 1px solid lightgrey;
	width: 200px;
	float:right;
	min-height:100%;
	margin-left: 20px;
}
.idbcontent {
	margin: 20px;
}
.idbfooter {
	margin-top: 50px;
	font-size: 80%;
	text-align:center;
}
.idborange {
	color: #f60;
}
.csc-mailform {
	margin: auto;
}
.csc-form-labelcell {
	font-weight: bold;
	font-size: 80%;
	text-align: right;
}
.csc-section {
	padding-left: 25px;
	list-style-type: square;
}
.csc-section a {
	color: #588fc7;
	display: list-item;
}
.csc-sitemap a {
	color: black;
	display: list-item;
}
.csc-sitemap-level1 {
	padding-left: 25px;
	list-style-type: disc;
}
.csc-sitemap-level2 {
	padding-left: 50px;
	list-style-type: circle;
}
.bodytext a {
	color: #588fc7;
}

