
body {
	margin: 0px;
	background : url(/css/PublicBackgrounds/04/04.jpg);
	background-color: #2d2d2d;
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center;
	font-family: Arial, Helvetica, San-Serif;
	color: white;
	margin-bottom: 1920px;
	}
div.page {
	width: 100%;
	margin-bottom: 100px;
	}
div.content {
	margin: auto;
	max-width: 700px;
	
	}
/* page blocks */
div.content {
	max-width: 750px;
	background-color: rgba(0,0,0,0.7);
	margin: auto;
	margin-top: 25px;
	border: 2px solid white;
	border-radius: 8px;
	box-shadow: 8px 8px 10px #000000;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	}
/* top page blocks */
div.contentTop {
	max-width: 750px;
	background-color: rgba(0,0,0,0.7);
	margin: auto;
	margin-top: 25px;
	border: 2px solid white;
	border-radius: 8px;
	box-shadow: 8px 8px 10px #000000;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	}
    
/* page updated block */
div.updated {
    font-size: small;
    }
	
div.page {
	width: 100%;
	}
div.logo {
	float: left;
	background-color: white;
	border-radius: 8px;
	box-shadow: 8px 8px 10px #000000;
	margin-left: 15px;
	padding: 5px;
	}
span.space {
	color: transparent;
	}
div.menu {
	word-spacing: 25px;
	line-height: 200%
	}
    
/* link controls */
a:link {
	color : white;
	text-decoration : none;
	padding-left: 5px;
	padding-right: 5px;
}
a:visited{
	color : white;
	text-decoration : none;
	padding-left: 5px;
	padding-right: 5px;
}
a:hover {
	background-color : #cfcfcf;
	color : #000000;
	text-decoration : none;
	border-radius: 3px;
	padding-left: 5px;
	padding-right: 5px;
	box-shadow: 8px 8px 10px #000000;
}

/* sliding Up arrow and home icon control */
img.UpArrow {
	position: fixed; bottom: 5px; left: 5px;
	background-color: white;
	border: 0px;
	border-radius: 8px;
	padding: 5px;
	box-shadow: 3px 3px 3px #171717;
	}
img.PublicLogo {
	position:absolute; top:15px; left: 20px;
	z-index: 2;
	background-color: #fbfdfb;
	border: 2px solid black;
	border-radius: 8px;
	box-shadow: 10px 10px 10px #171717;
	}
img.HomeFinals {
	position:fixed; top:20px; left: 20px; 
	z-index: 1;
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #171717;
	}
img.Home {
	position:fixed; top:20px; left: 20px; 
	z-index: 1;
	border: 1px solid black;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #171717;
	}
a.HomeLink:hover {
	background-color: transparent;
	box-shadow: none;
	}

a.imagelink:hover {
	background-color: transparent;
	box-shadow: none;
	}
/* regesterd trademark formating */
span.R {
	font-size: smaller;
	vertical-align: super;
	}
div.updated {
	position:absolute; right: 20px;
	background-color: #000000; 
	border: 1px solid white; 
	background-color: rgba(0,0,0,0.7); 
	color: white; 
	border-radius: 5px; 
	box-shadow: 5px 5px 7px #111111;
	font-size: x-small; 
	padding: 3px;
	}
/* adjusts rodeo name */
span.rodeoname {
	font-size: x-large;
	}