
	body {
		background: #05232d url(../images/body_background.gif) repeat-x;
		margin: 0px;
		font: 11px arial,sans-serif;
		color: #333;
	}
	input , select , textarea {
		font-size: 100%;
		border-width: 1px;
	}
	#canvas {
		background: white;
		width: 740px;
		margin: auto;
	}
	#header {
		background: #05232d url(../images/header_background.jpg) no-repeat;
		height: 190px;
		position: relative;
	}
	#links {
		position: absolute;
		right: 8px;
		top: 4px;
		color: #666666;
	}
	#links a {
		color: #666666;
		text-decoration: none;
		padding: 0px 4px;
	}
	#links a:hover {
		color: #000000;
		text-decoration: underline;
	}
	#links .nl {
		margin-left: 20px;
	}
	#menu {
		position: absolute;
		left: 0px;
		top: 13px;
	}
	#tmpmenu {
		position: absolute;
		left: 10px;
		top: 100px;
		display: none;
	}
	#splash {
		margin: 200px auto 0px auto;
		background: white;
		padding: 0px;
		width: 340px;
	}
	#content {
	}
	#content h1 {
		font-weight: bold;
		font-size: 110%;
		text-transform: uppercase;
		color: #ec8500;
		border-bottom: 1px solid #ec8500;
		padding-left: 10px;
		background: url(../images/h1_arrow.gif) no-repeat center left;
		margin: 0px 0px 10px 0px;
		clear: both;
	}
	#content h2 {
		font-size: 100%;
		margin: 0px 0px 5px 0px;
	}
	#content p {
		line-height: 16px;
		color: #333;
		margin: 10px 0px;
	}
	#content .rounded {
		clear: both;
		background: #ededed;
		padding: 10px;
	}
	#content .separator {
		margin: 20px;
	}
	#content a.arrow {
		padding-left: 16px;
		background: url(/images/a_arrow.gif) no-repeat center left;
	}
	#content a {
		color: #009CCA;
	}
	#content a:visited {
		color: #666;
	}
	#content a:hover {
		color: #EC8500;
	}
	#footer {
		width: 740px;
		margin: auto;
		margin-top: 3px;
		text-align: center;
		color: #8d9ca1;
	}
	#footer a {
		color: #8d9ca1;
	}
	#footer a:hover {
		color: #cad2d4;
	}
	img.floatLeft {
		float: left;
		margin: 0px 8px 5px 0px;
	}
	.clearFloat {
		clear: both;
	}
	table.layout {
		border-collapse: collapse;
		margin: 0px 20px 20px 20px;
	}
	table.layout td {
		padding: 10px;
		vertical-align: top;
	}
	table.table {
		margin: 5px 0px;
	}
	table.table td {
		padding: 2px;
	}
