body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	line-height: 1.5em;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#mainContent p {
	color: #DB4A15;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #99CCFF;
	position: relative;
	background-image: url(../Assets/images/hoopback.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
} 
.grassback {
	background-image: url(../Assets/images/grassback.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.twoColFixLtHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DB4A15;
	height: 150px;
	border-bottom: 2px;
	border-bottom-color: #FFFFFF;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-size: 45px;
	color: #FFFFFF;
}
#header h2 {
	line-height: 0.5em;
	margin: 0px;
	color: #FFFFFF;
}
#header img {
	float: left;
	height: 130px;
	width: 130px;
	padding-right: 40px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	height: 300px;
	background-color: #DB4A15;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 11px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	background-color: #DB4A15;
	width: 780px;
	height: 30px;
	text-align: center;
} 
#footer h6 {
	color: #FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
#header h1 {
	font-size: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#mainContent   h1, h2, h3 {
	margin-bottom: -10px;
}
#sidebar1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	width: 200px;
	top: 0px;
	clear: both;
	height: 300px;
	text-align: center;
}
#sidebar1 li {
	text-decoration: none;
	list-style: none;
	width: 200px;
	margin-bottom: 20px;
}
#sidebar1 li a:link, #sidebar1 li a:visited {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	background-color: #4D2923;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#sidebar1 li a:hover, #sidebar1 li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.5em;
	background-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 2px;
	padding-left: 16px;
	color: #000000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E7B353;
	border-right-color: #E7B353;
	border-bottom-color: #E7B353;
	border-left-color: #E7B353;
}


#sidebar1 li a.current2, #sidebar1 li a.current2:hover, #sidebar1 li a.current2:active {
	color:#FFFFFF;
	background-color: #FBBD5E;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	cursor: default;
}
.current2 {
}
th  {
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid #FFFFFF;
}
.timebox {
	width: 90px;
}
.odd {
	background-color: #DB4A15;
}
tr {
	background-color: #DB4A15;
	border: 1px solid #FFFFFF;
}
#mainContent table {
	text-align: center;
	color: #FFFFFF;
	border-collapse: collapse;
	font-size: small;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 2em;
	margin-top: 1.2em;
}
lh {
	font-weight: bolder;
}
a {
	font-weight: bold;
	color: #333333;
}
#mainContent h3 {
}
.darklink {
	color: #333333;
}
.lightlink {
	color: #FFFFFF;
}
td {
	background-color: #CCCCCC;
	padding-left: 1em;
	padding-right: 1em;
	border: 1px solid #FFFFFF;
	text-align: left;
	color: #531311;
}
#darklink {
	color: #333333;
}
#footer a {
	color: #FFFFFF;
}
.label  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #812F52;
}
.formdivA {
	padding-top: 1.5em;
}
.twoColFixLtHdr #containerb {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #99CCFF;
	position: relative;
	background-image: url(../Assets/images/grassback.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
#survey {
	color: #000099;
}
