/***** GLOBAL RESET *****/
body, h1, h2, h3, h4, h5, h6, p, hr, pre, code, blockquote, form, fieldset,
legend, ul, ol, li, table, caption, th, tr, td, thead, tbody, tfoot, div {
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

p, h4 {
	padding-bottom: 10px;
}


/***** LAYOUT  *****/
body {
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

#header {
  height: 139px;
  background: #fff url(images/header2.jpg) 0 0 no-repeat;
}

div.header_hr {
  height: 10px;
  background: #58b0e2 url(images/header_bar.jpg) no-repeat;
}

#content_wrap {
  float: left;
  width: 100%;
}

#left_column {
  float: left;
  width: 162px;
  height: 456px;
}

#right_column {
  margin-left: 162px;
  margin-right: 20px;
}

#footer {
  clear: left;
  width: 100%;
}

div.footer_hr {
  height: 1px;
  background-color: #000;
}

div#footer p {
	font-size: 8pt;
}

/***** HEADER *****/
#header h1 {
	display: none;
}


/***** PRIMARY NAVIGATION *****/
#primarynavigation {
	position: absolute;
	width: 162px;
	height: 456px;
}

#primarynavigation ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 162px;
}

#primarynavigation li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 150px;
	height: 91px;
	top: 0;
}

#primarynavigation li a {
	display: block;
	height: 91px;
}

#primarynavigation a:focus {
	-moz-outline-style: none;
}

#primarynavigation img {
	border: none;
}

/***** RIGHT COLUMN *****/
#right_column h1 {
	margin-top: 15px;
	margin-bottom: 10px;
	text-indent: -9999px;
	line-height: 0;
}

#right_column h1.welcome {
	height: 40px;
	background: #fff url(images/welcome.gif) 0 0 no-repeat;
}

#right_column h1.about {
	height: 15px;
	background: #fff url(images/about.gif) 0 0 no-repeat;
}

#right_column h1.directions {
	height: 19px;
	background: #fff url(images/directions.gif) 0 0 no-repeat;
}

#right_column h1.contact {
	height: 14px;
	background: #fff url(images/contact.gif) 0 0 no-repeat;
}

#right_column * h1.winners {
	text-indent: 0;
	line-height: 1.2em;
	margin: 22px 0 10px;
	color: #09F;
	font-size: 14pt;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCC;
}

#right_column h2 {
	font-size: 1em;
	margin-bottom: 2px;
}

#right_column ol {
	list-style-position: inside;
	list-style-image: url(images/list_dash.gif);
}


/***** FOOTER *****/
.align_center {
	text-align: center;
	padding-top: 5px;
}

.align_right {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 0;
}

/***** GLOBAL CLASSES *****/
.float_right {
	float: right;
}

.center_text {
	text-align: center;
}

 div.hr hr {
  display: none;
}

p.join-notes {
	font-style: italic;
	color: #555;
	margin-top: 2px;
}
