/* CSS Document */
	body {
		font-family: Arial, Helvetica, sans-serif;
	}
	a {
		color: #258;
	}
	a:hover {
		text-decoration: none;
	}
	
	h1, h2, h3 {
		display: inline;
		color: #036;
	}
	form {
		display: inline;
	}
	.label {
		font-weight: bold;
		float: right;
		text-align: right;
	}
	#header {
		background-color: #036;
		color: #FFF;
		padding-bottom: 5px;
		background-position: right;
	}
	#header h1 { color: #FFF; }
	#header a {
		color: #FFF;
	}
	#header #title {
		margin-top: 90px;
	}
	#navbar { 
		padding-left: 5px;
	}
	#frame {
		top: 0;
		position: relative;
		background-color: #FFFFFF;
		text-align: left;
		width: 850px;
		border-style: solid;
		border-color: #036;
		border-top: none;
	}
	#content {
		padding: 10px;
	}
	.content {
		padding: 10px;
	}
	#column1 {
		padding-top: 5px;
		text-align: center;
		float: left;
		width: 100%;
		border-bottom-style: solid;
		border-color: #036;
	}
	#column2 {
		float: right;
		widows: 150px;
		padding-left: 5px;
		border-left: #036;
		border-left-style: solid;
		min-height: 100%;
	}
	#column1 td { text-align: center; vertical-align: top; }
	#footer {
		padding: 2px;
		font-size: 10px;
		border-top-style: solid;
		border-color: #036;
		text-align: center;
		clear: left;
	}
