
html {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: black;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

body {
	margin: 0px;
	padding: 0px;
}

#site  { text-align: left; clear: both; margin-right: auto; margin-left: auto }

#navtop {
	margin-bottom: 36px;
}

#navtop td {
	font-size: 12px;
}

#navtop ul {
	margin: 0px;
	padding: 0px;
}

#navtop li {
	display: inline;
	padding-right: 15px;
}

#navleft ul {
	margin: 0px;
	padding: 0px;

	list-style-type: none;
}

#navleft li {
	padding-bottom: 5px;
}

div#navleft {
	line-height: 0.7;
	padding-left:  8px;
}

#navleft a.navleft-inact:link, #navleft a.navleft-inact:visited {
	font-size: 12px;
	color: black;
	text-decoration: none;
	line-height: 1;
}

#navleft a.navleft-act:link, #navleft a.navleft-act:visited, #navleft a.navleft-inact:hover {
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
}

#navtop a.navtop-inact:link, #navtop a.navtop-inact:visited {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#navtop a.navtop-act:link, #navtop a.navtop-act:visited, #navtop a.navtop-inact:hover {
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.headline {
	font-size: 16px;
	font-weight: bold;
}
.text, .text td, .text th {
	color: black;
	font-size: 12px
}

table.text th {
	text-align: left;
}
tr.even {
	background-color: #fff2bf;
}
tr.odd {
	background-color: #f5f5f5;
}

.text a:link, .text a:active, .text a:visited {
	text-decoration: none;
	font-weight: bold;
	color: black;
	font-size: 12px;
}

.toupper {
	text-transform: uppercase;
}

.filelinks span a {
	margin: 0px 5px 0px 0px;
}

.csc-header h1 {
	font-size: 16px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
}
