
body, p, ul {
	font-family: "Georgia", "Garamond", serif;
	color: #FFFFFF;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	background-color: #023858;
	margin-top: 0;
	margin-left: 0;
}

ul {padding-left: 1.2em;
}

h1 {
	font-family: "Georgia", "Garamond", serif;
	color: #74A9CF;
	font-size: 1.2em;
	text-align: left;
	font-weight: normal;
	margin-top: 0em;
}

h2 {
	font-family: "Georgia", "Garamond", serif;
	color: #74A9CF;
	font-size: 1em;
	text-align: left;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0em;
}
	
a {
	text-decoration: underlined;
	font-size: 1em;
}
a:link {
	color: #FFFFFF;
}
a:visited { 
	color: #FFFFFF;
}
a:hover {
	color: #74A9CF;
}
a:active { 
	color: #74A9CF;
}

#main {
	position: absolute;
	left: 11.5em;
	top: 115px;
	min-width: 550px;
	max-width: 750px;
	padding-right: 5px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

#start {
	position: absolute;
	text-align: right;
	top: 115px;
	width: 750px;
	left: 11.5em;
}

#pictext {
	font-family: "Georgia", "Garamond", serif;
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: normal;
}

#logo {
	position: fixed;
	width: 100%;
	background-color: #023858;
	padding-left: 20px;
	}
	
#navigation {
	position: fixed;
	top: 115px;
	width: 9em;
	line-height: 1.5em;
  	margin: 0;
	padding: 0 5px 0 20px;
	height: 5000px;
	overflow: hidden;
}

#navigation li {
	list-style-type: none;
  	border-top: 1px dotted #FFFFFF;
}

#subnavigation {
  	margin-left: 1em;
	width: 8em;
	padding: 0;
}

#subnavigation li {
	list-style-type: none;
  	border-top: none;
}

#active {
	color: #74A9CF;
}

#navigation a {
	text-decoration: none;
	font-size: 1em;
}
#navigation a:link {
	color: #FFFFFF;
}
#navigation a:visited { 
	color: #FFFFFF;
}
#navigation a:hover {
	color: #74A9CF;
}
#navigation a:active { 
	color: #74A9CF;
}

#flow {
	margin-top: 1.5em;
}

#subli {
	list-style-type: none;
	margin-bottom: 0.5em;
}

#graph {
	border: 1px dotted #FFFFFF;
	width: 457px;
	float: left;
	margin-right: 15px;
}

#table {
	line-height: 1.5em;
}
