

body {
	margin: 0;
	padding: 0;
	font-family: arial;
	text-align: center;
	min-width: 757px;	
	background: #FFF url(../images/bg.gif);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 0;	
	color: #111;
}

hr {
	color: #888;
	background-color: #888;
	border: 0;
	width: 80%;
	height: 3px;
	
}

.hidden {
	display: none;
}


ul.noStyle {
	list-style: none;
}

#RALNP {
	display: none;
}

#RALNPLOGO {
	position: relative;
	float: left;
	margin: 0;
}

#mainborder {
	width: 757px;
	margin: 0 auto;
	background: #FFF url(../images/bodybg.gif) repeat-y;
}

#main {
	z-index: 0;
	width: 747px;
	margin: 0 5px;
	padding: 0 0 5px 0;
}

#footerborder {
	height: 5px;
	width: 757px;
	margin: 0 auto;
	background: #FFF url(../images/footer.gif) no-repeat;	
}

strong {
	color: #007;
}

img {
	border: 0;
}

.left {
	position: relative;
	float: left;
	clear: left;
	margin: 1em 1em 1em 0;
}

.right {
	position: relative;
	float: right;
	clear: right;
	margin: 1em 0 1em 1em;
}

.centertext {
	text-align: center;
}

.center {
	margin-left: auto;
	margin-right: auto;
}

.italic {
	font-style: italic;
}

p.quote {
	margin-left: 5px;
	margin-right: 5px;
	font-style: italic;
}

.quote {
	font-style: italic;
}

.red {
	color: #C55;
}

.black {
	color: #000000;
}

.orangered {
	color: #FF4500;
}

/************************

MASTHEAD & NAV

*************************/

#masthead {
	
	position: relative;
	background: #32438f url(../images/mastheadbg.png) no-repeat;
	text-align: center;
	width: 100%;
	height: 105px;
	margin: 0;
	
}

#masthead img {
	position: relative;
	float: left;
}

#masthead #contact {
	padding-right: 10px;
	text-align: right;
	position: relative;
	float: right;
	font-size: 10px;
	margin-top: 10px;
}

#contact ul {
	color: #FFF;
	margin: 0;
	padding: 0;
}

#contact a {
	color: #FFF;
}

#mastheadBottom {
	position: relative;
	background: #064825;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	font-size: 12px;
	padding: 2px 0;
}

#mastheadBottom ul {
	color: #FFF;
	margin: 0;
	padding: 0;
	list-style: none;
}

#mastheadBottom ul li {
	padding: 0 15px;
	display: inline;	
	cursor: default;
}

#mastheadBottom a {
	text-decoration: none;
	color: #FFF;
}

#mastheadBottom ul li a:hover {
	border-bottom: 1px solid #FFF;	
	color: #FFF;
	cursor: pointer;
}

#contents {
	min-height: 300px;
	font-size: 14px;
	padding: 10px 20px 0 20px;	
	text-align: left;
}

#contents div {
	text-align: center;
	padding: 10px;
}

#contents div p {
	text-align: left;
}

#contents div#display {
	display: block;
}

#contents h1 {
	font-size: 20px;
	color: #C55;	
	text-align: center;	
	clear: both;
}

#contents h2 {
	color: #C55;
	font-size: 16px;
	text-align: center;
	margin: 2em 0 0 0;
}

#contents h3 {
	font-size: 12px;
	text-align: center;	
	margin: 0 0 1em 0;
}

#contents table {
	border-collapse: collapse;
	margin: 5px auto;
	width: 90%;
	border: 1px solid black;
	
}

#contents table thead {
	background: #064825;
	color: #FFF;
}

#contents table th,
#contents table td {
	padding: .2em;
	margin: 0;
}

.even {
	background-color: #b6bedf;
}

#golfClassicHeader {
	position: relative;
	float: left;
	left: -20px;
	top: -10px;
	background: #32438f;
	border: 1px solid #888;
	font-size: 12px;
	padding: 2px 0;
	width: 100px;
	text-align: left;
}

#golfClassicHeader h3 {
	width: 100%;
	text-decoration: underline;
	color: #FFF;
	font-weight: bold;
}

#golfClassicHeader ul {
	text-align: left;
	color: #FFF;
	padding: 0;
	list-style: none;
}

#golfClassicHeader ul li {
	margin: 0;
	padding: 0 0px;
	cursor: default;
}

#golfClassicHeader a {
	text-decoration: none;
	color: #FFF;
}

#golfClassicHeader ul li a:hover {
	border-bottom: 1px solid #FFF;	
	color: #FFF;
	cursor: pointer;
}

form {
	padding: 5px;
	display: block;
	margin: 0 auto;
	width: 375px;
}

form br {
	clear: left;
}

label,input,select,textarea {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
}

input.submit {
	width: 75px;
	position: relative;
	float: right;
	clear: both;
}


#contents div.sponsorship {
	text-align: left;
}

#contents div.sponsorship h3 {
	text-align: left;
}

#contents div.sponsorship ul {
	text-align: left;
}

#contents div.sponsorship form {
	width: auto;
	display: inline;
}

#contents div.sponsorship input {
	width: auto;
	display: inline;
	float: right;
	margin: 0;
}

#registration input.submit {
	width: auto;
	display: inline;
	float: none;
}

#registration label {
	width: 250px;
	display: inline;
}