* {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.5em;
	text-transform: uppercase;
	text-align: left;
	color: #403645;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 24px;
}
h3 {
	text-align: left;
	font-size: 18px;
}
h5 {
	padding-top: 15px;
	padding-bottom: 5px;
	font-size: 18px;
}
h1 /*Main Header*/{
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
}
#leftmenu {
	margin-top: -3px;
	float: left;
	width: 150px;
	padding: 0;
}
#leftmenu ul {
	margin: 0px;
	padding: 0px;
}
#leftmenu li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	list-style-type: none;	
}
.leftmenuat {
	background-color: #D1EDA7;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
	color: #445045;
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #F3FCEA;
}
#leftmenu a {
	background-color: #4490DB;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
	color: #F3FCEA;
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #F3FCEA;
}
#leftmenu a:hover {
	background-color: #D1EDA7;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-decoration: none;
	color: #445045;
	border-width: 2px;
	border-bottom-style: solid;
	border-color: #F3FCEA;
}
#childmainContent {
	margin-top: -3px;
	margin-left: 150px;
	padding: 30px 30px 10px 30px;
	position: relative;
	background-color: #D1EDA7;
	border-width: 3px;
	border-left-style: solid;
	border-color: #FFF;
	min-height:420px;
    height:auto !important;
    height:420px; 
}
#childmainContent p {
	padding-bottom: 10px;
	line-height: 1.3em;
	font-size: 15px;
}
#childmainContent ul{
	padding-left:25px;
	font-size: 15px !important;
}
#childmainContent ul.indexlist { margin-left: 0; /*column-width: 13em; columns: 13em*/ }
#childmainContent ul.indexlist li { margin-left: 0; list-style: none }
#childmainContent ul.indexlist li li { margin-left: 1em }

#footer {
	margin-top: -3px;
	position: relative;
	padding-top: 15px;
	text-align: center;
	background-color: #7E7E7E;
	color: #FFF;
	height: 40px;
	font-weight: bold;
}
#footer p {
	padding-bottom: 10px;
	line-height: 1.3em;
	font-size: 15px;
}
a {
	color: #FFF;
}
a:hover {
	color: #FFF;
}
.underline {
	text-decoration: underline;
}
a.links {
	color: #4490DB;
}
a.links:hover {
	color:#FFF;
}
.nobullet {
	list-style-type: none;
}
.email {
	color: black;
	text-decoration: underline;
}
.received {
	text-decoration: line-through;
}