/* CSS Document */

body {
	background-color: #94C62B;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5D719B;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	/* part 1 of 2 centering hack */
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4E5F81;
	text-align: justify;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5D719B;
}
a {
	color: #79AD4A;
	text-decoration: none;
}
a:hover {
	color: #5D719B;
	text-decoration: underline;
}
hr {
	border: none 0;
	border-top: 1px solid #94C62B;
	height: 1px;
	margin: 18px 0px 10px 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #5D719B;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding-top: 5px; padding-bottom: 5px;
	text-transform: lowercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #5D719B;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
	text-transform: lowercase;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #79AD4A;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
        margin-bottom: 20px;
	text-transform: lowercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #79AD4A;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	text-transform: lowercase;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #B8CA3D;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	padding: 10px;
	text-transform: lowercase;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFB900;
	text-align: right;
	font-weight: normal;
	margin: 0px;

}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #79AD4A;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(../images/ul.gif);
	list-style-type: none;
	line-height: 200%;
}

/* Containers */
#content {
	z-index: 1;
	width: 960px;
	height: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 960px;
	voice-family: "\";}\"";
	voice-family: inherit;
	width: 960px;
	position: relative;
}
html>body #content {
	width: 960px; /* ie5win fudge ends */
}

#head {
	z-index: 2;
	width: 960px;
	height: 185px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 50px;
	position: relative;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	z-index: 100;
	width: 940px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	top: 200px;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
}
#nav a:hover {
	color: #4E6A26;
}
#bodyContentBox {
	z-index: 3;
	width: 920px;
	min-height: 580px;
	height: auto;
	padding:20px;
	top: 50px;
	text-align: center;
	background-color: #E6EFDE;
	position: relative;
	overflow: visible;

}
/*\*/
* html #bodyContentBox {
	height: 580px;
}
/**/

#bodyContent {
	z-index: 7;
	width: 920px;
	text-align: justify;
	position: relative;
	left: 2px;

}
#sponsors {
	z-index: 4;
	width: 960px;
	height: 100px;
	top: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #E6EFDE;
	position: relative;
	background-image: url(../images/sponsor_strip.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#foot {
	z-index: 5;
	width: 960px;
	height: 200px;
	top: 50px;
	text-align: center;
	position: relative;
	background-image: url(../images/foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footsy {
	z-index: 6;
	width: 915px;
	top: -60px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4E6A26;
	line-height: 100%;
	text-align: right;
}
#footsy p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4E6A26;
	line-height: 100%;
	text-align: right;
}
#footsy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #4E6A26;
}
#footsy a:hover {
	color: #FFFFFF;
}

/* Padds */

.pad20both {
	padding-right: 20px;
	padding-left: 20px;
}
.pad20right {
	padding-right: 20px;
}
.pad20left {
	padding-left: 20px;
}
.pad20top {
	padding-top: 20px;
}

/* FORMS */

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4E6A26;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 110%;
	width: 180px;
	background-color: #E6EFDE !important;
	border: 1px solid #9BAA2F;
	margin-bottom: 5px;
	padding-left: 3px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4E6A26;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 110%;
	width: 180px;
	background-color: #E6EFDE !important;
	border: 1px solid #9BAA2F;
	margin-bottom: 5px;
	padding-left: 3px;
}
input.send-btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #4E6A26;
	text-align: left;
	letter-spacing: 1px;
	word-spacing: 1px;
	line-height: 110%;
	width: 180px;
	background-color: #E6EFDE !important;
	border: 1px solid #9BAA2F;
	margin-bottom: 5px;
	padding-top: 2px;
	padding-left: 3px;
}
input.send-btn:hover {
	border: 1px solid #000000;
	color: #5D719B;
	font-weight: bold;
}
input.chkbox {
    color: #5D719B;
    background-color: #E6EFDE !important;
    border: none;
    margin-bottom: 5px;
    padding-left: 3px;
    width: 15px;
	height: 15px;
    vertical-align: middle;
}

/* TABLES */
th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666633;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
td .on {
	color: #FFFFFF;
	background-color: #669999;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
td .off {
	color: #FFFFFF;
	background-color: #CCCC33;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
td .foot {
	color: #79AD4A;
	background-color: #D1E2C2;
	font-size: 12px;
	padding: 3px;
	text-align: left;
	border: 1px solid #FFFFFF;
}
td .green {
	color: #FFFFFF;
	background-color: #79AD4A;
	font-size: 12px;
	text-align: left;
}
.heady {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666600;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/ul_white_over.gif);
	list-style-type: none;
	line-height: 200%;
	text-transform: lowercase;
}
.white a {
	color: #666600;
	text-decoration: none;
}
.white a:hover {
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(../images/ul_white.gif);
	list-style-type: none;
}
.issueHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #669999;
	text-align: left;
	font-weight: bold;
	margin: 0px;
	text-transform: lowercase;
}
