/* Gleaning Network CSS */
/*
/*  bright gray f2f2f2 - emerald 108c01 - base green 538c4d - light green e0f2e2 - brown 592828  */

body {
	font-size: 12px;
	font-family: Tahoma,sans-serif;
	color: #000;
	text-align: center;
	background: #f2f2f2 url(images/burlap_brn.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

p {
	margin: 10px 0 0;
	padding: 0;
	line-height: 120%;
}

small {
	font-size: 80%;
}

h1 {
	font-size: 160%;
	color: #538c4d;
	background: transparent;
	margin: 16px 0px 10px;
	padding: 0;
}

h2 {
	font-size: 120%;
	color: #592828;
	background: transparent;
	margin: 10px 0px;
}

h3 {
	font-size: 110%;
	color: #592828;
	background: transparent;
	margin: 10px 0px;
}

ul {
	margin: 8px 0px;
}

li {
	margin-bottom: 8px;;
	line-height: 120%;
}

ul li ul {
	margin: 0 auto;
}

/* tables */

table {
	border-top: 1px solid #592828;
	border-bottom: 3px solid #592828;
	text-align: left;
	margin: 10px;
	font-size: 90%;
	background-color: #f2f2f2;
}

th {
	color: #538c4d;
	border-bottom: 1px dashed #108c01;
}

td {
	padding: 6px 10px;
	color: #108c01;
	margin: 0;
}

/* input */

input {
	border: 1px solid #f0b600;
	background: #a6da87;
}

/* hyperlinks */

a {
	text-decoration: none;
	color: #108c01;
	/*background: transparent;*/
}

a:hover {
	text-decoration: underline;
	color: #538c4d;
	/*background: transparent;*/
}

/* content wrapper */

#wrap {
	color: #000;
	margin: 0 auto;
	width: 750px;
	background: #e0f2e2;
}

/* title */

#title {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	color: #1384b3;
	height: 128px;
	width: 750px;
	background-color: #f2f2f2;
}
#title a, #title a :visited {
	color: #1384b3;
	/*background: transparent;*/
}
#title a:hover, #title a:visited:hover {
	color: #49cbff;
	text-decoration: none;
	/*background: transparent;*/
}

/* main content */

#content {
	margin: 10px 0 0 10px;
	padding: 7px;
	line-height: 160%;
	text-align: justify;
	width: 550px;
	color: #000;
	min-height: 350px;
	background: transparent;
}


.quote {
	color: #333333;
	background: #b3d686;
	width: 500px;
	margin: 0 auto;
	padding: 5px;
}

.numbers {
	text-align:right;
}

/* side menu */

#side {
	padding: 10px;
	line-height: 180%;
	width: 150px;
	color: #cccccc;
	float: right;
	text-align: right;
	font-size: 90%;
}

.item {
	color: #f2f2f2;
	font-size: 100%;
	display: block;
	background: #538c4d;
	margin: 10px 5px 5px 5px;
	padding-right: 5px;
}

.item:hover {
	background: #108c01;
	text-decoration: none;
	color: #ffffff;
} 

.itemcurrent {
	color: #fff;
	font-size: 100%;
	display: block;
	background: #592828;
	margin: 10px 5px 5px 5px;
	padding-right: 5px;
	text-decoration: none;
} 

.itemcurrent:hover {
	color: #fff;
	text-decoration: none;
}

.itemsub{
	color: black;
	font-size: 80%;
	display: block;
	background: #a6da87;
	border: #1384b3 1px solid;
	margin: 5px 5px 0px 15px;
	padding-right: 2px;
	/*width: 85px;*/
}

.itemsub:hover {
	background: #bfe1ff;
	text-decoration: none;
}

/* image footer */

#footer {
	background: url(images/foot.gif);
	width: 750px;
	height: 23px;
}

/* bottom stuff (copyright message, etc) */

#bottom {
	font-size: 80%;
	padding: 15px;
	color: #592828;
	line-height: 0.5em;
	/*background: transparent;*/
}

#bottom a {
	color: #592828;
	text-decoration: none;
	/*background: transparent;*/
}

#bottom a:hover {
	text-decoration: underline;
	/*background: transparent;*/
}

#bottom img {
	margin: 5px;
	border: 0;
}
