
	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #A5D8F6;
		background-image: url(colorspring.jpg);
	}
	
	a:link { color: #00709E; }
	a:visited { color: #00AEED; }
	
	a:hover, a:active
	{
		color: #002B40;
		background-color: #A5D8F6;
	}

	h2
	{
		color: #002B40;
		font: 120% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 10px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #9FA41D;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 5px;
	}
	
	#container
	{
		margin: 1em auto;
		width: 960px;
		text-align: left;
		background-color: #fff;
		border: 1px solid #676767;
	}
	
	#header
	{
		height: 45px;
		background-color: #9FA41D;
		background-position: 0 0;
		border-bottom: 1px solid #fff;
		position: relative;
		margin-bottom: 22px;
	}

	#header h1
	{
		text-align: center;
		color: #FFF;
		margin: 0;
		padding: 6px;
	}
	
	#menu
	{
		float: left;
		padding: 5px;
		width: 200px;
		color: #9FA41D;
		border-right: 5px solid #002B40;
	}

	#menu em
	{
		color: #9FA41D;
		font: 106% georgia, times, "times new roman", serif;
		font-weight: bold;
	}

	#menu ul
	{
		margin: 0 0 20px 0px;
		padding: 0;
		list-style-type: none;
	}

	#menu li
	{
		padding: 0 10px;
	}
	
	#menu a
	{
		text-decoration: none;
		color: #00709E;
	}
	
	#menu a:hover
	{
		text-decoration: none;
		color: #002B40;
		background-color: #A5D8F6;
	}
	#menu a:visited { color: #00AEED; }


	.buttonfloat
	{
		padding: 2px;
		margin: 0 0 5px 10px;
	}

	#contents { margin: 20px 20px 20px 230px; }
	#contents p { line-height: 165%; }

	.imagefloat
	{
		float: right;
		padding: 2px;
		border: 1px solid #9FA41D;
		margin: 0 0 10px 10px;
	}
	
	#footer	
	{
		clear: both;
		color: #272900;
		background-color: #9FA41D;
		text-align: center;
		padding: 5px;
		border-top: 5px solid #fff;
		font-size: 80%;
	}
	#footer a { text-decoration: none; }
	#footer a:visited { color: #00709E; }

