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

	body {
	margin: 20px 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: 758px;
	height: 86px;
	background: white;
	border-color: #0036FF;
	border-left-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	border-left-color: #0036FF;
	border-right-color: #0036FF;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-top-color: #0036FF;
}
	
	
		/*positions main menu buttons under header logo*/
	#menuA {
	padding-left: 0px;
	width: 758px;
	border: 0px solid black;
	background: white;
	border-left-width: 2px;
	border-right-width: 2px;
	border-left-color: #0036FF;
	border-right-color: #0036FF;
	border-left-style: solid;
	border-right-style: solid;
	height: 32px;
	padding-top: 5px;
}
		/*main menu buttons*/
	#menuAbutton {
	float: left;
	height: 22px;
	letter-spacing: 1px;
	text-align: center;
	width: 100px;
	background-color: #EEEEEE;
	margin-left: 5px;
	padding-top: 2px;
	border: 1px solid silver;
	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*/

	#menuBtitle{
		/*height: auto;
		letter-spacing: 1px;
		text-align: center;
		margin-bottom: 10px;*/
	}
	
	#menuBimage{
	text-align: center;
	margin-bottom: 5px;
}
	
	#page {
	width: 1024px;
	height: 512px;
	background-color: #000000;
	background-attachment: ;
	background-image: url(../graphics/710866_1024.jpg);
	background-repeat: no-repeat;
	border: 2px solid #000000;
}

	#content {
	position: relative;
	left: 640px;
	top: 74px;
	height: 100px;
	width: 306px;
	padding: 2px 2px 2px 2x;
	vertical-align: top;
	text-align: left;
	background-color: #FFFFDD;
	border: 2px solid #000000;
	font-size: xx-small;
	padding: 5px;
	list-style-position: inherit;
	line-height: 16px;
}
