html {
	padding: 0;
	margin: 0;
	font: normal 10pt arial;
	color: #333;
}

body {
	padding: 0;
	margin: 0;
	
	border-top: 7px solid #555;
	text-align: center;
}

#container {
	margin: auto;
	width: 800px;
	text-align: left;
	background-color: white;
	position: relative;
}

#lwtlink {
	position: absolute;
	top: 5px;
	left: 15px;
	font-size: 8pt;
	text-decoration: none;
	color: #bbb;
}

#lwtlink:hover {
	color: #207598;
}

#logo {
	position: absolute; 
	left: 10px;
	top: 25px;
	width: 245px;
	height: 38px;
}

#navigation {
	height: 90px;
}

#navigation_menu {
	position: absolute; 
	right: 0px;
	top: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation_menu li {
	float: left;
	margin: 5px;
}

#navigation_menu a {
	display: block;
	height: 50px;
	text-decoration: none;
	color: #938569;
	font-weight: bold;
	display: bold;
	padding-left: 20px;
	background: #fff url('../images/menu_link.jpg') 0 0 no-repeat;
}

#navigation_menu a .comment {
	color: #999;
	font-size: 8pt;
	font-weight: normal;
	width: 80px;
	padding-left: 10px;
}

#navigation_menu a:hover {
	color: #207598;
	background: #fff url('../images/menu_link_selected.jpg') 0 0 no-repeat;
}

#navigation_menu a:hover .comment {
	color: #555;
}

.section {
	margin: 10px;
	background: #fff url('../images/section_bg.png') 0 0 repeat-x;
	padding: 10px;
}

.section h1 {
	margin-top: 10px;
	color: #3E637D;
	font-size: 18pt;
}

.section h1 .comment {
	font-size: 8pt;
	font-weight: normal;
	color: #B09955;
}

.section p {
	line-height: 1.7em;
}

.section ul {
	margin: 0px;
	padding-left: 20px;
}

.section li {
	margin-left: 0px;
	margin-bottom: 5px;
}

td {
	text-align: left;
}

.row1 td {
	background-color: #f5f5f5;
}
.row1 th {
	background-color: #555;
}

th {
	background-color: #777;
	color: white;
}

.summary td {
	background-color: #eeffee;
	border-top: 1px solid #333;
}

.summary th {
	background-color: #335553;
	border-top: 1px solid #333;	
}

#footer {
	background-color: #555;
	padding: 20px;
	color: #ddd;

}

.code {
	display: block;
	text-align: left;
	font: normal 9pt Monospace;
	padding: 10px;
	background-color: white;
	border: 1px solid #ddd;
}

.download_link {
	display: block;
	margin: 10px;
	padding: 5px;
	text-decoration: none;
	color: white;
	font-size: 11pt;
	width: 120px;
	padding-left: 30px;
	background: #207598 url('../images/script.png') 5px 50% no-repeat;
}

#download_link {
	background: #207598 url('../images/disk.png') 5px 50% no-repeat;
}


#view_source_link {
	background: #207598 url('../images/script.png') 5px 50% no-repeat;
}
