﻿.screen {
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #6600FF;
}
.screen a {
	color: #9966FF;
}
.screen a:active {
	color: #9999FF;
}
.screen a:hover {
	color: #0000CC;
}
.screen a:link {
	color: #0000FF;
}
.screen a:visited {
	color: #6600CC;
}

.seminar {
	font-style: italic;
	padding-top:0.5em;
}
.print{
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	margin-left:4em;
	margin-right:4em;
}

#framecontentLeft, #framecontentTop{
position: absolute; 
top: 0; 
left: 0; 
height: 100%;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#framecontentTop{ 
left: 0; /*Set left value to WidthOfLeftFrameDiv*/
right: 0;
padding-left:2em;
width: auto;
height: 120px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: navy;
color: white;
}

#framecontentTop a,
#framecontentTop a:active,
#framecontentTop a:hover,
#framecontentTop a:link,
#framecontentLeft a,
#framecontentLeft a:active,
#framecontentLeft a:hover,
#framecontentLeft a:link
{
	color: #FFFFFF;
}

#framecontentLeft{
top: 120px; 
left: 0; 
width: 240px; /*Width of left frame div*/
height: 100%;
}

#maincontent{
	position: fixed;
	left: 240px; /*Set left value to WidthOfLeftFrameDiv*/;
	top: 120px; /*Set top value to HeightOfTopFrameDiv*/;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: #fff;
	color: #333399;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 120px 0 0 240px; /*Set value to (HeightOfTopFrameDiv 0 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

* html #framecontentTop{ /*IE6 hack*/
width: 100%;
}



#navigation {
  width: 200px;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
	border-bottom: 1px solid #ED9F9F;
	border-bottom-color: #3333FF;
}
#navigation li a:link, #navigation li a:visited  {
	font-size: 90%;
	display: block;
	padding: 0.4em 0 0.4em 0.5em;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #000099;
	color: #FFFFFF;
	text-decoration: none;
	border-right-color: #3333FF;
	border-left-color: #0000FF;
}
#navigation li a:hover {
	background-color: #3333CC;
	color: #FFFFFF;
}

* html #navigation li a {
  width: 100%;
}
p.job{
	text-indent: -5em; 
	margin-left: 5em;
}

h1 {
	font-size: 64px;
}
.bold {
	font-weight: bold;
}
.ul {
	text-decoration: underline;
}
.biggap {
	margin-top: 10em;
	font-size: small;
}
