
	a, a:link, a:visited {
		color:				#244415;
		text-decoration:	underline;
	}

	a:active, a:hover {

		color:				#244415;
		text-decoration:	none;
	}

	body, td, div, input, select {

		font-family:		"Tahoma","Arial","Helvetica",sans-serif;
		font-size:			9pt;
		color:				#333333;
	}

	body {
		background:			#777777;
	}

	h1, h2, h3, h4, h5, h6, h7 {
		font-family:		"Georgia","Times New Roman","Times",serif;
	}

	#pageTitle {
		font-size:			20pt;
		font-weight:		normal;
		margin:				0px;
		text-align:			right;
	}

	#layout {
		width:				750px;
		border:				1px #000000 solid;
		background-color:	#eeeeee;
	}

	#heading, #tagline, #navigation, #content, #copyright {
		padding:			5px;
	}

	#heading {
		background-color:	#244415;
		height:				150px;
		vertical-align:		top;
		background:			url('top.jpg');
	}

	#heading h1 {
		display:			none;
	}
	
	#tagline {
		background-color:	#244415;
		border-top:			1px #000000 solid;
		border-bottom:		1px #000000 solid;
	}

	#tagline {
		text-align:			center;
	}

	#tagline h2 {
		margin:				0px;
		font-size:			11pt;
		color:				#eeeeee;
	}

	#tagline h3 {
		color:				#eeeeee;
		margin:				0px;
		font-size:			9pt;
	}

	#navigation {
		width:				160px;
		border-right:		1px #244415 dotted;
		vertical-align:		top;
	}
	
	#navigationbox a {
		display:			block;
		padding:			3px 2px 3px 2px;
		border:				1px #ffffff solid;
		text-decoration:	none;
	}

	#navigationbox a:hover, #navigationbox a:active {
		background-color:	#eff4ef;
		border:				1px #aac9a2 solid;
	}

	#content {
		width:				580px;
		vertical-align:		top;
	}

	#copyright {
		text-align: 		right;
		font-size:			8pt;
		margin-top:			5px;
		color:				#aaaaaa;
		vertical-align:		bottom;
	}

	#credits, #credits a:link, #credits a:visited {
		margin-top:			10px;
		text-align:			center;
		color:				#333333;
		text-decoration:	none;
		font-size:			8pt;
	}

	#credits a:hover, #credits a:active {
		text-decoration:	underline;
	}

	.box {
		border:				1px #244415 solid;
		padding:			5px;
		background-color:	#ffffff;
		clear:				both;
	}

	.box h2 {
		margin:				0px;
		border-bottom:		1px #244415 dotted;
		font-size:			11pt;
		padding-bottom:		2px;
		margin-bottom:		5px;
	}
	
	.box img {
		margin:				2px;
		border:				1px #000000 solid;
	}

	.form input, .form textarea {
		padding:			2px;
		border:				0px;
		margin:				0px;
		background-color:	#ffffbb;
		width:				85%;
		border:				1px #aaa solid;
	}

	.form table {
		border:				1px #ccc solid;
		border-top:			0px;
		border-left:		0px;
	}

	.form td {
		padding: 			2px;
		border:				1px #ccc solid;
		border-bottom:		0px;
		border-right:		0px;
	}
	
	.form textarea {
		height:				100%;
	}
	
	img.left {
		float:				left;
		margin-right:		5px;	
	}
img.right {
	float: right;
	margin-left: 5px;
}

.clear {
	clear:					both;
}
