body {
        background: #dddddd;
	font-family: system, -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", "Helevetic", "Lucida Grande";
	width: 800px;
	margin: auto;
	font-size: 16px;
	line-height: 150%;
}

.content {	
        width: 800px;
        margin-left, margin-right: auto;
        margin-top: 10px;
        background-color: #ffffff;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 10px;
        text-align: left;
}	   

.main_title {
        color: teal;
	margin-left margin-right: auto;
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	text-shadow: 1px 1px 2px #555555;
	padding-bottom: 0em;
	padding-top: 0em;
	margin-bottom: 0em;
}

.sub_title, .gray_sub_title {	
	margin: auto;
	font-size: 125%;
	font-weight: 500;
	text-align: center;
	padding-top: 0em;
	padding-bottom: 0em;
	margin-top: 1.25em;
	margin-bottom: 0em;
}

.menubar {
        background-color: teal;
	width: 800px;
	margin-left margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 0em;
}
	
.menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.menubar ul li {
	position: relative;
	display: inline-block;
	font-size: 100%;
	font-weight: 600;
	padding: 0em;
}

.menubar ul a {
	display: block;
	text-decoration: none;
	color: white;
	padding-left: 0.75em;
	padding-right: 0.75em;	
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.menubar ul a:hover {
        color: teal 
	background-color: white;
}

.menubar ul li ul {
       background-color: teal; 
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -50px;
	display: none;
}

.menubar ul li:hover ul {
	display:block;
}

.gray_box {
	background-color: #eeeeee;
	font-size: 100%;
	font-weight: normal;
	border-radius: 10px;
	margin-top: 1.5em;
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1.5em;
	padding: 1em
}

a:link {
        color: teal;
	text-decoration: underline;
}
				
a:visited {
        color: teal;
	text-decoration: underline;
}
				
a:hover {
        background-color: teal;
	color: White;
}

a:active {
        background-color: teal;
	color: White;
}

table, th, td {
	border-collapse: collapse;
      border: 3px solid gray;
      font-size: 15px;
      text-align: center;
}

table {
	margin-bottom: 1.5em;
}

th, td {
	padding: 0.25em 0.25em;
	border: 1px solid gray;
}


.footer {
	width: 800px;
	margin-left, margin-right: auto;
	margin-top: -10px;
	font-size: 75%;
 	font-style: italic;
 	color: Black;
	padding: 0em;
}

.leftfooter {
        float: left;
        text-align: left;
}
			  			  
.rightfooter { 
	float: right;
	text-align: right;
}