	body {
		margin: 10px 100px 10px 100px;
		background-color: #314e6c;
		font-family: 'Bitstream Vera Sans',Verdana,sans-serif;
	}

	#logo
	{
		margin-left: 0px;
		margin-top: 0px;
	}

	#page {
		margin: 0px;
		border-left: 1px solid black;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
		border-top: 0px solid black;
		background-color: white;
		background-image: url("images/seamless_neu.gif");
		background-repeat: repeat-x;
		min-width: 500px;
		min-height: 500px;
		}

	#title {
		position: absolute;
		top: 144px;
		left: 320px;
		font-style: italic;
		padding: 3px;
		margin: 0px;
	}

	#subtitle {
		position: absolute;
		top: 85px;
		right: 120px;
		color: white;
		font-size: 12pt;
		padding: 2px;
		margin: 0px;
	}

	#sectionnav {
		position: absolute;
		top: 131px;
		left: 120px;
		width: 120px;
		padding-right: 10px;
		background-image: url("images/navstripe.png");
		background-repeat: no-repeat;
		background-position: top right;

	}

	#sectionnav a {
		display: block;
		text-decoration: none;
		color: black;
		padding: 4px;
		font-size: 10pt;
		padding-left: 16px;
	}

	#sectionnav a:hover {
		color: gray;
		background-image: url("images/go.png");
		background-repeat: no-repeat;
		background-position: center left;
	}

	#content {
		position: relative;
		margin: 20px 50px 20px 180px;
		padding-right: 10px;
		font-size: 10pt;
		line-height: 150%;
	}

	#footer {
		text-align: center;
		color: gray;
		font-size: x-small;
		border-top: 1px solid #cccccc;
		margin-top: 30px;
	}

	#footer a
	{
		color: gray;
		font-size: x-small;
		text-decoration: none;
	}
	
	.important
	{
		text-align: center;
		color: #0000ff;
		font-weight: bold;
	}

	.list_level1
	{
		font-size: 12pt;
		list-style-type: disc;
	}
	.list_level1 li:first-line
	{
		font-weight: bold;
	}
	
	.list_level2
	{
		font-size: 10pt;
		list-style-type: square;
	}
	.list_level2 li:first-line
	{
		font-weight: bold;
	}
	
	table
	{
		font-size: 10pt;
		line-height: 150%;
	}

	h3 {
		border-bottom: 1px solid #cccccc;
	}

	hr {
		color: #023390;
		background-color: #023390;
	}

	kbd {
		font-size: 90%;
		white-space: pre;
	}
	
	.screenshot {
		padding: 2px;
		margin: 2px;
		border-bottom: solid 1px #e0e0e0;
	}
	
	.screenshot .image {
		padding: 5px;
	}
	
	.screenshot .description {
		float: right;
		text-align: justify;
		padding: 5px;
		width:60%;
	}
	
	
	
	.navheader {
		margin-top: 50px;
	}
	
	code {
		font-family: courier,courier-new,fixed,monospace;
		white-space: pre;
	}

	.note {
		background-color: #ffdb43;
		border: 1pt solid #6e8ae6;
		padding: 4pt;
		margin: 5pt;
	}
	
	.navbox {
		background-color: #6e8ae6;
		border: 1pt solid #ffdb43;
		padding: 4pt;
		margin: 5pt;
		text-align: center;
		font-family: 'Bitstream Vera Sans',Verdana,sans-serif;
	}
	
	.navbox a {
	   color: #ffffff;
	}

	img
	{
		border: none;
	}
	
	table.news { border-style: solid; border-color: #dcf1dc; border-width: 1px; }
	table.news th { text-align: left; font-weight: bold; background-color: #dcf1dc; color: #000000; }
	table.news td { color: #000000; }
	table.news span { color: #000000; margin-left: 5px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; } 
	table.news div { color: #000000; margin-left: 5px; margin-top: 5px; margin-right: 5px; margin-bottom: 5px; line-height:1.5em; } 
	span.first-word { font-weight: bold; }
	

