body {
	background: white;
	font-size: 12pt;
	font-family: Verdana, Arial;
	text-align: justify;
}

#menu {
	display: none;
}

#content {
	width: auto;
	margin: 0 10%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

div#content {
	margin-left: 5%;
	padding-top: 1em;
	border-top: 1px solid #930;
	margin-bottom: -8px;
  }

#content_sec {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

div#content_sec {
	margin-left: 5%;
	padding-top: 1em;
	border-top: 1px solid #930;
	margin-bottom: -8px;
  }

 a:hover {
    color: #7b93c0;
    text-decoration: underline;
}
a {
    color: #7b93c0;
    text-decoration: none;
} 
  


#footer {
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}

img {
	border: 0;
}