/* CSS Document */
body {
	background-image: url(../images/bg_body.gif);
	background-color: #1C2123;	
	text-align: center;
}
h1, h2, h3, h4 {
	padding: 2px;
	line-height: 100%;
	margin: 0;
	text-align: center;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	/* text-decoration: underline; */

}

h2#pageHeading {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-left: 10px solid #C6A95B;
	border-right: 10px solid #C6A95B;
	background-color: #556C42;
	color: #FCEFDC;
}
h4.subSection {
	border-top: 2px solid #556C42;
	font-size: 1.3em;
	padding-top: 5px;
}

.hidden {
	visibility: hidden;
}

#container {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 50px;
	text-align: left;
	background-color: #C6A95B;
	border-width: 1px;
	border-style: solid;
	border-color: #1C2123;
}
#header {
	background-image : url(../images/header.jpg);
	width: 760px;
	height: 221px;
	margin: 0;
	padding: 0;
}

/* **************************************************** */
#navigation {
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size:14px;
	font-weight:normal;
  	line-height:16px;
	width: 100%;
}
#navigation ul {
	width: 100%;
	color:#374f1e;
	background-color: #C6A95B;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid black;
}
#navigation ul li { display: inline; margin: 0; }
#navigation ul li a {
	padding: 0.2em 1em;
	border-left: 1px solid #C6A95B;
	border-right: 1px solid #C6A95B;
	font-size: 1em;
	font-weight: bold;
	color: #1E4F25;
	text-decoration: none;
	margin: 1px;
}
#navigation ul li a:hover {
	color: #FFF;
	background-color: #A73125;
	border-left: 1px solid black;
	border-right: 1px solid black;
}


/* **************************************************** */

#content {
	margin: 10px;
	padding: 10px;
	background-color: #FCEFDC;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color:#374f1e;
	border: 2px solid #000;
}
#footer {
	background-image : url(../images/footer.jpg);
	width: 760px;
	height: 86px;
	
}

/* **************************************************** */

#createdBy {
	font-size: 10px;
	color: #FCEFDC;
}
#createdBy a {
	font-size: 10px;
	color: #FCEFDC;
}
/* **************************************************** */
.dropcap {
	float: left;
	width: 1em;
	font-size: 4em;
	line-height: 83%;
	font-family: "Book Antiqua", Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border: 1px solid black;
	margin: 2px;
}
/* **************************************************** */

a {
	color: #1E4F25;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

li {
	padding-bottom: 6px;
}
/* **************************************************** */

#homePage {
	font-size: 1.2em;
	font-weight: bold;
}

#counter {
	text-align: center;
	color: #fcefdc;
}
