body {
	font-style: normal;
	font-family: Times, Helvetica, Arial, sans-serif;
/*				background-image: url("/ssl/images/cloudy_sky.jpeg");
*/
}
h1, h2, h3, h4 {
	margin-bottom:0
}
.iframe { background:gray}
#container {
		width: 800px;
		margin-left: auto;
		margin-right: auto;
		background-color: gray ;

	}
#header {
			width: 800px;
			height: 100px;
			background-color: gray ;
		}
#header_a {
			float: left;
			width: 100px;
			height: 100px;
			text-align: left;
			background-size: 100px 100px;
			background-image: url("/ssl/images/onedollar_athena.png");
}
#header_b {
			float: right;
			width: 700px;
			height: 100px;
			background-size: 700px 100px;
			background-image: url("ssl/images/ace_header_b.png");
			}
#content {
		width: 800px;
		background-color: white ;
}
#nav{
	float: left;
	background-color: white ;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	width: 90px;
	}
#nav.selected {
	font-weight: bold;
}
#nav ul {
	list-style-type: none;
	padding: 0;
}
#main{
		float: right;
		text-align: left;
		width: 700px;
		background-color: white ;
}
#footer {
		clear:both;
		width: 790px;
		height: 75px;
		color: gray;
		background-color:  rgb(240, 240, 240) ;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		padding-right: 5px;
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: gray; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}
#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}


// The following is for the subscription form
/* Style the form element with a border around it */
form {
  border: 4px solid #f1f1f1;
}

/* Add some padding and a grey background color to containers */
.container {
  padding: 20px;
  background-color: #f1f1f1;
}

/* Style the input elements and the submit button */
input[type=text], input[type=submit] {
  width: 100%;
  padding: 12px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Add margins to the checkbox */
input[type=checkbox] {
  margin-top: 16px;
}

/* Style the submit button */
input[type=submit] {
  background-color: #4CAF50;
  color: gray;
  border: none;
}

input[type=submit]:hover {
  opacity: 0.8;
}
// End of line
