/* Comment Line */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background:  #BED5CD;
	line-height: 1.5em;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #5572B8;
}
a:hover {
	color: #CE9B8E;
}
div {
	position: relative;
/*	border: thin black solid;*/
}
.single-space {
	margin-bottom: 0px;
}
.close-space {
	margin-top: 0px;
}
ul {
	margin-top: 0px;
	margin-left: 0px;
}
/****** Page Layout  ********/
#page-bg {
}
#pageborder {
	width: 940px ;
	margin: 0 auto ;
	border: #128C57 medium solid;
	background: white;
}
#header {
	border-bottom: medium solid #128C57;
}
#articles {
	background: white;
}
#content {
	left: 10px;
	margin-top: 30px;
	width: 900px;
	padding: 10px;
}
.bottom-border{
	border-bottom: #D90303 medium solid;
}
#left-column {
	float: left;
	padding: 0 20px;
	width: 480px;
	background: #D4E6E0;
}
#right-column {
	float: left;
	margin-left: 20px;
	padding: 0 20px;
	width: 310px;
/*	background: #A4BBB2;*/
	border-left: #D90303 medium solid;
}
.left {
	float: left;
}
.textbox { 
	padding-left: 10px;
	padding-top: 15px;
	float: left;
}
.right {
	float: right;
}
#bayberry {
	clear: both;
	width: 900px;
	margin: auto;
	padding-left: 15px;
	font-size: 0.8em;
}
.clear-floats {
	clear: both;
}
#sponsor {
    width: 722px;
    margin: auto;
}
#sponsor .indent {
    margin-left: 182px;
    margin-top: 0px;
    font-size: 1.2em;
}
#sponsor a {
    font-weight: normal;
}
/****** Text Styles  ********/
.heading1 {
	font-weight: bold;
	font-size: 1.3em;
	color: #128C57;
}
.heading1a {
	font-weight: bold;
	font-size: 1.3em;
	color: #D90303;
}
.heading1-close {
	font-weight: bold;
	font-size: 1.3em;
	color: #128C57;
	margin-bottom: 0px;
}
.heading2 {
	font-weight: bold;
	font-size: 1.3em;
	color: #444444;
}
.heading3 {
	font-weight: bold;
	font-size: 1.2em;
	color: #D90303;
	margin-bottom: 3px;
}
.heading4 {
	font-weight: bold;
	font-size: 1.2em;
	color: #444444;
}
.heading5 {
	font-weight: bold;
	font-size: 1.1em;
	color: #444444;
}
.notice1 {
	font-weight: bold;
	font-size: 1.1em;
	color: #D90303;
}
.notice2 {
	font-weight: bold;
	font-size: 1.1em;
	color: #444444;
}
.games-list {
	font-weight: bold;
	font-size: 1.2em;
	color: #128C57;
	line-height: 1.3em;
}
.games-list a {
	font-weight: normal;
	font-size: 0.8em;
}
/****** Registration Form ********/
#registration {
	margin: 0 auto ;
	border: #128C57 medium solid;
	background: white;
	width: 640px;
}
#regform p {
	margin-top: 1px;
	margin-bottom: 0px;
}
#regform {
	line-height: 1.2em;
}
.field {
	width: 380px;
}
.narrowfield {
	width: 300px;
}
legend {
	font-weight: bold;
}
label {
	float: left;
	clear: left;
	width: 10em;
	margin-top: 3px;
}
.widelabel {
	width: 20em;
}
.widerlabel {
	width: 23em;
}
.widestalmostlabel {
	width: 33em;
}
.widestlabel {
	width: 100%;
}
input[type="text"] {
	border: none;
	border-bottom: thin black solid;
}
#regform .twocolumn {
	float: left;
	width: 48%;
}
#regform .threecolumn {
	float: left;
	width: 32%;
}
fieldset {
	margin-top: 3px;
	display: block;
/*	page-break-before: avoid;*/
/*	page-break-after: avoid;*/
}
.oldpage {
/*	page-break-after: always;*/
}
.newpage {
/*	page-break-before: always;*/
/*	page-break-after: avoid;*/
}
.nopage {
/*	page-break-before: avoid;*/
}
ol {
	list-style-type: lower-alpha;
}
.office {
	background: #cccccc;
	border: medium solid;
/*	page-break-after: always;*/
}
#participant {
    position: absolute;
    width: 80px;
    border: none;
    top: 140px;
    left: 540px;
    padding: 0;
}
#PartNo {
    width: 80px;
    height: 30px;
    border: solid black 2px;
}
/****** Styles for Menus - Try 2 ********/
#nav {
  position: absolute;
  left: 426px;
  top: 200px;
  width: 500px;
  margin: auto;
  padding: 8px;
   text-align: center;
   z-index: 900;
	background: #128C57;
  }
#nav ul {
  position: relative;
  left: -10px;
  list-style: none;
  }
#nav li {
  float: left;
  width: 24%;
  z-index: 6000;
  text-align: center;
  border-right: 1px #cccccc solid;
  }
#nav li:first-child {
  border-left: 1px #cccccc solid;
}
#nav li a {
  /*for all links in the list*/
  color: #ffffff;
  display: block;
}
#nav li:hover, #nav li.over { 
  background:url("images/glow.png") no-repeat center top;
  }
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #nav a {float:none;}
  /* End IE5-Mac hack */
  

