
		/* Neutralize styling: Elements we want to clean out entirely: */
	html, form, fieldset {
		margin: 0;
		padding: 0;
	}

	body {
	margin: 10px 10px 10px 10px;
	text-align: center;
}
	
		/* Neutralize styling: Elements with a vertical margin: */
	h1, h2, h3, h4, h5, h6, p, pre,
	blockquote, ul, ol, dl, address {
		margin: 4px;
		padding: 0;
	}

		/* Apply left margin: Only to the few elements that need it: */
	li, dd, blockquote {
		margin-left: 2em;
	}

		/* Miscellaneous conveniences: */
	form label {
		cursor: pointer;
	}
	fieldset {
		border: none;
	}
	input, select, textarea {
		font-size: 100%;
	}
	
			/*positions page title text line 2 above header logo*/
	#logo {
	width: 756px;
	height: 86px;
	background: white;
	margin-top: 25px;
}
	
	
		/*positions main menu buttons under header logo*/
	#menuA {
	margin-left: 1px;
	margin-right: 1px;
	width: 756px;
	background: #6495ED;
	height: 16px;
	padding-top: 2px;
	text-align: center;
}
		/*main menu buttons*/
	#menuAbutton {
	float: left;
	height: 14px;
	letter-spacing: 1px;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	margin-left: 5px;
	padding-top: 0px;
	color: white;
	vertical-align: middle;
	
}
	
		/*sponsor menu button*/
	#menuAbuttonS {
		float: right;
		height: 14px;
		letter-spacing: 1px;
		padding: 5px 5px 2px 0px;
		text-align: center;
	}
	
			/*positions menu at right-hand edge of display*/
	#menuB {
	text-align: center;
	float: right;
	width: 166px;
	margin-top: 0px;
	position: relative;
	top: 0px;
	background-color: #6495ED;
	height: inherit;
	padding-right: 6px;
}
	
	#menuBtitle{
		/*height: auto;
		letter-spacing: 1px;
		text-align: center;
		margin-bottom: 10px;*/
	}
	
	#menuBimage{
	text-align: center;
	margin-bottom: 5px;
}
	
	#page {
	width: 758px;
	background: white;
	padding: 15px 15px 15px 15px;
	background-image: url(../graphics/watermark.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

	#content {
	float: left;
	vertical-align: top;
	text-align: left;
}

		#p2_1 {
		position: absolute;
		left: 10px;
		vertical-align: top;
		width: 200px;
		border: 1px solid #006633;
	}
	#p2_2 {
		position: absolute;
		left: 10px;
		width: 200px;
		border: 1px solid #006633;
		margin-left: 328px;
	}


	#p3_1 {
		position: relative;
		left: 10px;
		vertical-align: top;
		width: 200px;
		border: 1px solid green;
	}
	#p3_2 {
		position: relative;
		left: 10px;
		top: 0px;
		width: 200px;
		border: 1px solid green;
		margin-left: 218px;
		text-align: top;
	}
	#p3_3 {
		position: relative;
		left: 10px;
		margin-left: 437px;
		width: 200px;
		border: 1px solid green;
	}
	
			/*positions main menu buttons under header logo*/
	#menuC {
	margin-left: 1px;
	margin-right: 1px;
	width: 756px;
	background: #6495ED;
	height: 6px;
}

	#menuD {
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	width: 756px;
	background: #0036FF;
	height: 16px;
	padding-top: 2px;
}


