a:link {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #245D21;
	width: 23%;
	text-decoration: none;
	margin-top: 5px;
	
	border-bottom-width: 1px;
	border-bottom-color: #C9C3C3;
	border-bottom-style: solid;	
}
a:visited {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #0F1122;
	width: 23%;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #C9C3C3;
	border-bottom-style: solid;	
}

a:hover {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #4257B4;
	width: 23%;
	margin-top: 5px;
	border-bottom-width: 1px;
	border-bottom-color: #C9C3C3;
	border-bottom-style: solid;	

}

.title {
	margin-top: 20px;
	margin-left: 140px;
	font-family: arial, helvetica, sans-serif;
	font-size: 28px;
	color: #374a6d;
}

.content {
	float: left;
	margin-top: 15px;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #0F1122;
	width: 75%;
	padding-right: 5px;
	border-right-width: 1px;
	border-right-color: #C9C3C3;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C9C3C3;
	border-bottom-style: solid;
	height: 600px;

}
.right_menu {
	float: right;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	color: #0F1122;
	border-bottom-width: 1px;
	border-bottom-color: #C9C3C3;
	border-bottom-style: solid;
	width: 23%;
   
}

.sections {
	font-family: arial, helvetica, sans-serif;
	font-size: 18px;
	color: #374a6d;
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

.footer1 {
	padding-top: 30px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #0F1122;
	width: 75%;
	text-align: center;
}


