* {
	font-family: "Verdana", sans;
	font-size: 1em;
	color: black;
}

html {
	font-size: 62.5%;
}

html, body {
	height: 100%;
	min-height: 100%;
}

body, .csc-text* {
	text-align: center;
}
.align-center {
	text-align: center;
}
a {
	border-bottom: 0.1em solid silver;
	text-decoration: none;
}
#navigation a, #navigation2 a {
	border-bottom: 0 none;
	margin-right: 1em;
	font-size: 1.4em;
	font-variant: small-caps;
}
a:active {
	color: silver;
	border-bottom: 0.1em solid silver;
}
a:hover, #navigation a:hover {
	color: silver;
	border-bottom: 0.1em solid silver;
}
#backimage {
	margin: 0em auto auto auto;
	background-image:URL(index.jpg);
	width: 102.4em;
	height: 76.8em;
	text-align: center;
	overflow: hidden;
	background-repeat: no-repeat;
}
#navigation {
	width: 100em; /*83.8em;*/
	height: 2em;
	margin: 11.4em auto auto auto;
	text-align: center;
}
#navigation2 {
    width: 98%;
    height: 2em;
    margin: 0;
    text-align: center;
}   
#content {
	width: 61.85em;
	height: 46.5em;
	margin: 0.77em auto auto auto;
	overflow: auto;
	padding-left: 1em;
	padding-right: 1em;
	font-size: 1.3em;
}

.csc-header {
padding-top: 1em;
}
h1 {
	font-size: 1.5em;
	font-variant: small-caps;
display: inline;
}
h2 {
	font-size: 1.5em;
display: inline;
}
h3 {
	font-size: 1.4em;
display: inline;
}


.contenttable {
	margin: auto;
}
.tr-odd {
	background-color: silver;
}

/*
#shout {
	position: absolute;
	width: 15em;
	height: 20em;
	background-color: silver;
	z-index: 100;
}
*//*
#navigation2 {
	float: left;
	position:absolute;
	height: 46.5em;
	overflow: auto;
	font-size: 1.3em;
	width: 5.5em;
	text-align: right;
	padding-right: 0.75em;
}*/