@charset "UTF-8";
/* CSS Document */

body   {
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 0px
	color: #565034;
	font-family: courier, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
}

#container {
	margin: auto;
	width: 960px;
}

header {
	/* [disabled]padding-bottom: 15px; */
	border-bottom: 2px solid #DCE2CA;
	margin-bottom: 20px;
}
header:after {
	content: "";
	display:table;
	clear:both;
	
}

#topNav ul {
	float: right;
	margin-top: -10px;
}
#topNav ul li {
	display: inline-block;
	/* [disabled]padding-top: 10px; */
	padding-right: 20px;
	padding-left: 20px;
	/* [disabled]padding-bottom: 10px; */
	list-style-type: none;
}
#topNav ul li a {
	text-decoration: none;
	color: #21370F; 
}
#homeImg { 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px; 
} 
header h1 a:hover, header h1 a:active  {
	color: #B296AF;
	font-weight: normal;
	font-size: 1.5rem;
	text-decoration: none;
	text-align: left;
}
main h1 , main h2{
	color: #111A15;
	font-weight: normal;
	font-size: 1.5rem; 
	text-align: center; 

	
}
a {
	text-decoration: none; 
	color: #21370F; 
	font-weight: normal;
}
h1 {
	font-weight: normal;
	font-size: 1.5rem;
	text-align: left;
}
footer {
	margin-top: 30px;
	border-top: 2px solid #DCE2CA;
	clear: both;
}
footer ul {
	margin-left: 0px;
	margin-right: 0px;
	text-align:center; 
	list-style-type: none;
}
footer ul li {
	display: inline-block;
	margin-left: 0px;
	margin-right: 20px;
	color: #111A15; 
	
	
}
footer ul li a:link {
	color: #111A15
}
footer ul li a:hover {
	color: #B296AF
} 


.JournalImgTxt{
	display: block;
	float: left;
	width: 300px;
}
.ctrJournalImgTxt {
	margin-left: 30px;
	margin-right: 30px;
}
.JournalImgTxt p {
	text-align: center;
}
.JournalImgTxtParent {
	background-color: #C9D47B;
}

.JournalImgTxtParent:after {
	content: "";
	display: table;
	clear: both;
	
}

main:after {
	content: "";
	display: table;
	clear: both;
	
}
main {
}
#mainHomeText {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
