body {
	font-family: Arial, Helvetica, sans-serif;
	color: #3C2800;
	font-size: 12px;
	background-color: #FFFFF2;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0; 
	z-index: 0;  /*sets all browsers to the same default settings */
	background-image:  url("/Images/hr2px.gif");
	background-repeat: repeat-x;
	background-position: left 100px;
}

#header {
	position: relative;
	font-size: 28px;
	text-align: center;
	background-image: url(../Images/logo_sm.gif);
	background-repeat: no-repeat;
	height: 120px;
	background-position: 60px 35px; /*horz vert*/
	padding-top: 60px;
}/*border: medium solid #FF00FF;*/

#header a {
    float: left;
	margin: 10px 0 0 10px;
} /* home link in header on groups pages*/

.tagline {
   font-size: 14px;
   color: #996600;
   margin: 25px 0 0 215px;
   padding: 0;
   display: block;
   line-height: 19px;
}

#topsection {
     width: 650px;
}

#colone {
    float: left;
	padding: 5px 0 0 25px;
	margin: 0;
	width: 225px;
	
}

#coltwo {
     float: right;
     margin: 0;
	 padding: 5px 0 0 0px;
	 width: 365px;
	 
}
#colone p {
    margin: 3px 0 0 0;
}
#coltwo p {
     margin: 0 0 10px 0;
}

p.groups {
    margin: 0 0 10px 25px;
}
/*begin tables*/
table {
	margin: 15px 0 15px 25px;
	border-collapse: collapse;
	border: 2px solid #3C2800;
	width: 300px;
}

td {
	border: 1px solid #DBDBB7;
	padding: .5em .5em;
}
tr.tbltitle td {
    padding: 10px;
}
tr:hover {
    background-color: #E7E7CF;
}

tr.tbltitle:hover{
    background-color: inherit;
}


tr.tbltitle{
	font-weight: bold;
	font-size: 14px;
	
	text-align:center;
}
/*table.nonprof tr.tbltitle {
    line-height: 4px;
}*/
.tblhead{
	font-weight: bold;
	text-align: center;
	background-color: #E7E7CF;
}

.tblfoot {
	font-size: 10px;
	text-align: right;
}


/*button links*/
a.button:link, a.button:visited {
	background-color: #E1E1E1;
	color: #960;
	text-decoration: none;
	width: 75px;
	margin: 5px 0 5px 0;
	border: 1px solid #3C2800;
	display: block;
	line-height: 40px;
	text-align: center;
	width: 75px;
}
#colone a.button:link, #colone a.button:visited {
    width: 95px;
	margin: 5px 0 0 0;
}

a.button:hover {
    color: #3C2800;
	text-decoration: underline;
}
/*internal links*/
#header a.int {
    color: #3C2800;
	font-size: 12px; 
}

a.int:link, #header a.int:link {
	color: #3C2800;
	font-size: 12px; 
}

a.int:visited, #header a.int:visited {
	color: #3C2800; /* kept the same*/
  }
  

a.int:hover, #header a.int:hover {
    color: #6AB56A; /*light green*/
	text-decoration : underline;
	
}

a.int:active, #header a.int:active{
    color: #6AB56A; /*light green*/
	text-decoration : underline;
	}

#about {
    width: 625px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}

#about li {
    margin-bottom: 5px;
}
#about ul {
    margin: 0 100px 0 45px;
}

#footer {
	background-color: #6AB56A;
	line-height: 26px;
	width: 100%;
	position: relative;
	margin-top: 15px;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}

/*tags begin*/

h1 {
    font-size: 18px;
	padding: 0;
	margin: 25px 0 15px 0;
}

h2 {
    font-size: 16px;
	padding: 0;
	margin: 0 0 15px 25px;
}
/*classes begin*/
#about img {
    margin: 0 0 8px 5px;
}/*not using image*/

.signoff {
    margin: 0 0 8px 0;
	display: block;
}
.sig {
	font-family: "Lucida Handwriting";
	font-size: 20px;
	display:block;
	margin: 3px 0 0 5px;
	}
.quote {
    font-style:italic;
	font-weight: bold;
}
.italic {
    font-style:italic;
}
.name {
   font-size: 14px;
}/* members and new members*/
.nametwo {
   display: block;
   margin: 20px 0 0 0;
}
.subtxt {
  font-size: 10px;
}



.bfree {
	list-style-type: none;
}
span.temp {
font-size: 12px;
text-align: center;
margin: 25px 120px 0 205px;
display: block;
}

.info {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bold;
	color: #996600;/*light brown*/
	margin-right: 3px;
	margin-left: 5px;
	cursor: help;
}/* i for information pop up box*/
table .info {
    color: #66CC00;/*bright green*/
}

.bold {
    font-weight: bold;
}

/* body php page only */


