h3 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-color: #F5E8D9;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
	color: #003768;
	font-weight: normal;
	padding: 0 0 0 0;
}

h4 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-color: #F5E8D9;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
	color: #003768;
	font-weight: normal;
	padding: 0 0 0 0;
}

h5 {
	text-align: left;
	margin: 0px 0px 0px 0px;
	border-color: #F5E8D9;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	background-color: #C4CDDF;
	color: #003768;
	font-weight: normal;
}

h4:hover, h3:hover
{
	color: #FFFFFF;
	background-color: #003768;
}

h5:hover
{
	color: #FFFFFF;
	background-color: #6280A7;
}

.accordionclick{
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	width: 100%;
}
.accordion-content{
	margin: 0px 0px 0px 0px;
	padding: 0 0 0 0;
	width: 100%;
	visibility: hidden;
	background-color:#FFFFFF;
}

.accordion-content a{
	color: #003768;
	text-decoration: none;
}

.accordion-content a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

#leftside
{
	width: 180px;
}
