body{
	margin: 0;
	padding: 0;
	font-family:Tahoma, Helvetica, Arial;
	color: #000;
	background-color: #f3f2ee;
	background-image: url('/images/coops.jpg');
	background-repeat: no-repeat;
	background-size:1920px;
	background-attachment: fixed;
	/*background-position: center;*/
}
a:link {color: #096d83; text-decoration: underline}
a:link, a:visited { color: #772124; }
a:active {color: #B57430; text-decoration: underline}
a:hover {color: #B57430; text-decoration: underline}


p {font-size:1em; font-family:Tahoma, Helvetica, Arial; color:#000;}
font.header {color:#000; font-weight:bold}
table {
    border-collapse: collapse;
	width:88%;
	font-size:9pt; font-family:Tahoma, Helvetica, Arial; color:#000;
	padding:2px;
}

tr.alt {
	background-color:#EAF2D3;
	}
tr.closed {
	background-color:rgba(226, 226, 226, 1);
	}
tr{
	background-color:#fff;
	height: 30px;
	}
th {
	padding:2px;
	background-color: #8BE5CA;
	border: 1px solid #0097BB;
	color:#000
}
td {

	border: 1px solid #0097BB;

}

h1 {
	margin-top:10px;	
	font-size:2em;
	font-family:Tahoma, Helvetica, Arial;
	color:#000;
}
h2 {
	font-size:1.5em;
	font-family:Tahoma, Helvetica, Arial;
	color:#000;
}
h3 {
	font-size:1em;
	font-family:Tahoma, Helvetica, Arial;
	color:#000;
}
/*ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}*/
hr {
	margin: 20px 40px 20px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-color: rgba(193, 193, 149, 0.65);
}
.contentBody{
	min-height:250px;
	margin: 0 auto;
	padding: 0px;
	background: url('');
	width: 95%
/*padding-left:50px;*/
}
.innerContent {
	width: 100%;
text-align: left;
}

.intlink{
	color: #096d83;
	text-decoration: underline;
	cursor:pointer;
}
.pageHeader {
	/*background: #236E8E url(/images/hdr3.jpg) no-repeat bottom left;*/
	height: 135px;
	width: 100%;
	background-color: #f3f2ee;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

.headerNav{
	background-color: rgb(203, 203, 250);
	border-top:1px solid #666;
	border-bottom:1px solid #fff;
	width: 100%;
	height: 100%;
	margin:0px;
	padding:0px;
	text-align: center;
}
.headerNav li {
    float:left;
    display:inline;
    width:100%;
	height:2em;
    background-color: rgb(74, 22, 18);
    /*border-top:1px solid #fff;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    border-left:1px solid #fff;*/
    text-align:center;
    color:#fff;
    font-family: arial;
    padding: 13px 0 0px 0;
    text-decoration:none;
	font-size: 1.2em;
}
.headerNav ul {
    list-style-type: none;
	padding:0;
	display: inline-flex;
	margin: 0px auto;
	width: 100%;
}
.headerNav ul #first{
    /*border-top-left-radius:2em;
    border-bottom-left-radius:2em;*/
}
.headerNav ul #last{
    /*border-top-right-radius:2em;
    border-bottom-right-radius:2em;*/
}


.headerNav li a {
    color:#fff;
text-decoration:none;
}
.headerNav li:hover{
    background-color:rgb(83, 42, 97);
}
.headerText{
	font-family: tahoma;
	color: #fff;
	font-size:1.2em;
	font-weight: bold;
	margin: 1px 1px 1px 17px;
	position: relative;
}
.headerSubText{
	font-family: tahoma;
	color: #fff;
	font-size:.9em;
	font-weight: bold;
	margin: 1px 1px 1px 17px;
	position: relative;
}
.footer {
	font-size:.8em;
	text-align:center;
	font-family:Tahoma, Helvetica, Arial; 
	font-style: normal;
	font-weight: normal;
	margin: 10px 1px 10px 0px;
	padding: 11px;
	background-color: beige;
	/*border-top: 4px double #eee;*/
}


.loginButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #fceaca;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fceaca;
	box-shadow:inset 0px 1px 0px 0px #fceaca;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce79), color-stop(1, #eeaf41) );
	background:-moz-linear-gradient( center top, #ffce79 5%, #eeaf41 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce79', endColorstr='#eeaf41');
	background-color:#ffce79;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:1.5em;
	font-weight:bold;
	font-style:normal;
	height:auto;
	width:auto;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ce8e28;
}
.loginButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eeaf41), color-stop(1, #ffce79) );
	background:-moz-linear-gradient( center top, #eeaf41 5%, #ffce79 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeaf41', endColorstr='#ffce79');
	background-color:#eeaf41;
}.loginButton:active {
	position:relative;
	top:1px;
}
.loginForm {
	text-align: left;
    padding: 7px 15px 13px 20px;
    background: #F1F1AA;
    border: 1px solid;
    border-radius: 5px;
    width: 250px;
    margin-top: 15px;
}
.sectionHeader{
    margin-top: 15px;
}

input[type="text"]{
	margin: 6px 2px 6px 2px
}
input[type="select"]{
	margin: 6px 2px 6px 2px
}
input[type="button"]{
	margin: 6px 2px 6px 2px
}
.inlineImg {
	border:1px solid #000;
	box-shadow: 10px 10px 5px grey;
	width:450px
}
.inlineImgMob {
	border:1px solid #000;
	box-shadow: 10px 10px 5px grey;
	width:85%;
}
.imageCaption {
	text-align:center;
	max-width:450px;
	width:auto;
	margin-top: 9px;
	font-weight: bold;
	font-size: .8em;
	color: #4a1612;
}