	body {
		font: normal 12px Arial,sans-serif;
		margin: 0px;
		padding: 0px;
	}
	
	#header {
		position: relative;
		height: 100px;
		width: 100%;
		background-color: #45b;
		border-bottom: 1px solid black;
	}

	#header img {
		border: none;
	}

	#header h1 {
		display: none;
	}

	#header h2 {
		font: italic 14px Arial, sans-serif;
		color: white;
		padding-top: 30px;
		margin: 0px;
		
	}

	#header img.right {
		border: none;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	#container {
		position: relative;
		width: 100%;
	}
	
	#main {
		position: relative;
		padding-top: 10px;
		margin-right: 10px;
		margin-left: 160px;
		margin-bottom: 20px;
	}

	#main h1 {
		margin-top: 0px;
		padding-top: 0px;
	}
	
	
	#leftcolumn {
		float: left;
		width: 150px;
		margin-bottom: 10px;
	}
	

	#menu a:link, #menu a:hover, #menu a:visited, #menu a:active {
		display: block;
		padding: 4px;
		background-color: #45b;
		border: 1px solid black;
		color: white;
		text-decoration: none;
		width: 135px;
		margin-top: 3px;
		text-align: center;
		font-weight: bold;
		
	}

	#menu a:hover, #menu a:active {
		background-color: #fff;
		color: black;
		text-decoration: underline;
	}

	.submitbutton {
		background-color: #45b;
		border: 1px solid black;
		color: white;
	}
	
	#indexright {
		width: 200px;
		float: right;
	}

	
	.box {
		border: 1px solid #ccc;
		margin-top: 3px;
		margin-bottom: 3px;
	}

	.boxcontent {
		padding: 3px;
		background-color: #eee;
	}

	.box ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	label {
		font-weight: bold;
		display: block;
	}

	.required {
		color: red;
	}

	.success {
		padding: 5px;
		background-color: #ceffcf;
		border: 1px solid #5c775d;
		margin: 5px;
	}

	.error {
		padding: 5px;
		background-color: #ffbeb1;
		border: 1px solid #ff2900;
		margin: 5px;
	}

	a:link, a:visited {
		color: blue;
	}

	.tip {
		font-style: italic;
	}

	.icon {
		width: 16px;
		height: 16px;
		border: none;
	}

	.smallheader {
		background-color: #45b;
		color: white;
		border-bottom: 1px solid black;
		padding: 3px;
		font-weight: bold;
		margin-bottom:2px;
	}

	.smallheader img {
		position: absolute;
		right: 3px;
		top: 3px;
	}

	.list thead td {
		background-color: #ccc;
		color: white;
		border-bottom: 1px solid black;
		padding: 3px;
		font-weight: bold;
	}

	fieldset {
		width: auto;
	}

	#footer {
		border-top: 1px solid black;
		clear: both;
		text-align: right;
	}

	.result {
		padding-bottom: 3px;
		margin-bottom: 5px;
		border-bottom: 1px solid #ddd;
	}

	.resulttitle {
		font-weight: bold;
	}

	.resultdates {
		color: #aaa;
		font-size: 10px;
		display: block;
	}
