@charset "utf-8";
/* CSS Document */

body {
	background-color: #cac535;
	margin: 0px;
}
#outer {
	position:absolute;
	left:0px;
	top:0px;
	width:1024px;
	height:733px;
}
#nav {
	position:absolute;
	left:363px;
	top:674px;
	width:529px;
	height:20px;
}
#footer {
	position:absolute;
	left:670px;
	top:708px;
	width:210px;
}
.gray12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
}
.gray12 a:link, .gray12 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #525252;
	text-decoration: underline;
}

.gray10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #525252;
}
.gray10 a:link, .gray10 a:visited {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CAC535;
	text-decoration: underline;
}
.gray14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #525252;
	line-height: 18px;
}
.gray14 a:link, .gray14 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CAC535;
	text-decoration: underline;
	line-height: 18px;
}
.gray16bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #525252;
}
.whi10Arial, .whi10Arial a:link, .whi10Arial a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; color: #fff;
	text-decoration: none;
 }
.whi10Arial a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; color: #138563;
	text-decoration: none;
 }

/* Let's style the form */

.textfield {
 font-size: 12px;
 color: #525252;
 border: 1px solid #CAC535;
 padding: 2px;
}
input.btn { 
  color:#525252; 
  border: 1px solid #CAC535; 
} 
/* end form stylee */


/* Navigation  */
#navRules {
  display: block;
  width: 154px;
  height: 18px;
  background: url("/images/nav_rules.jpg") no-repeat 0 0;
}
#navRules:hover { 
  background-position: 0 -18px;
}
#navRules span {
  display: none;
}

#navApply {
  display: block;
  width: 276px;
  height: 18px;
  background: url("/images/nav_apply.jpg") no-repeat 0 0;
}
#navApply:hover { 
  background-position: 0 -18px;
}
#navApply span {
  display: none;
}
/* End Nav styles  */
