*{
	border:0;
	margin:0;
	padding:0;
	text-align: center;
	font-size:1.0em;
	font-family: Arial, sans-serif;
	color: darkgreen;
}
body{
	background-color: #fafafa;
}
#practice {
	font: bold 1.25em Arial, sans-serif;
	color: red;
	text-align: center;
}
#parentbox{
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	border: none;
	display: flex;
	justify-content: center;

}
#box-1{
	float: right;
	width: 400px;
	height: 40px;
	padding-top: 20px;
	margin: 1px;
	background-color: darkgreen;
	color: white;
	text-align: center;

}
#box-1 a{
	color: white;
	text-decoration: none;
}
#box-2{
	float: right;
	width: 130px;
	height: 40px;
	padding-top: 20px;
	margin: 1px;
	background-color: darkgreen;
	color: white;
	text-align: center;

}
#box-2 a{
	color: white;
	text-decoration: none;
}
#box-3{
	float: right;
	width: 150px;
	height: 40px;
	padding-top: 20px;
	margin: 1px;
	background-color: darkgreen;
	color: white;
	text-align: center;
}
#box-3 a{
	color: white;
	text-decoration: none;
}
#box-4{
	float: right;
	width: 100px;
	height: 40px;
	padding-top: 20px;
	margin: 1px;
	background-color: darkgreen;
	color: white;
	text-align: center;
}
#box-4 a{
	color: white;
	text-decoration: none;
}
#box-5{
	float: right;
	width:150px;
	height: 40px;
	padding-top: 20px;
	margin: 1px;
	background-color: darkgreen;
	color: white;
	text-align: center;
}
#box-5 a{
	color: white;
	text-decoration: none;
}
footer{
/*	padding-top: 110px;
	padding-right: 60px;*/
	text-align: center;
	font-size: 0.8em;
}
#shortpad{
	padding-top: 10px;
}
#longpad{
	position: fixed;
	bottom: 5px;
	margin-left: 43%;
}

img.center {
	padding-top: 150px;
/*	padding-right: 60px;*/
	display: block;
	margin: auto;
	width: 200px;
}
h1 {
/*	width:96%;*/
	padding-top: 50px;
	padding-bottom: 50px;
	display: flex;
	justify-content: center;
	font: bold 2em Arial, sans-serif;
}
.pagetitle{
	width: 60%;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: left;
}
hr {
	margin-left: 100px;
	margin-right: 100px;
	border-top: 2px solid darkgreen;
}
h2 {
/*	width:96%;*/
/*	padding-top: 30px;*/
	padding-top: 100px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	font: bold 1.8em Arial, sans-serif;
}
h2 a{
	text-decoration: none;
	font-style: italic;
}
h2.login a{

	text-decoration: none;
	font-style: normal;
}
p{
	text-align: left;
}
.colred{
	color: red;
	text-align: center;
}
.colblue{
	color: #6699ff;
	text-align: center;
}
.colgreen{
	color: darkgreen;
	text-align: center;
}
ul.block>li{
	border: none;
	display: block;
}
h3 {
/*	width: 96%;*/
	display: flex;
	justify-content: center;
	font: normal 1.3em Arial, sans-serif;
}

#fmemail{
	border: thin solid darkgreen ;
	font-size: medium;
	text-align: left;
}
#fmpass {
	border: thin solid darkgreen;
	font-size: medium;
	text-align: left;
}
section[name="abbrev"] {
	width: 60%;
	padding-left: 20%;
	padding-right: 20%;
	display: flex;
	justify-content: center;
}
.center{
	margin-left: auto;
	margin-right: auto;
}
table{
	display: table;
	width: 70%;
}
tr{
	display: table-row;
}
tr:nth-child(even) {
	background-color: #dddddd;
}

th{
	text-align: center;
	background-color: darkgreen;
	color: white;
}
td{
	display: table-cell;
	padding-top: 15px;
}
.colredleft{
	text-align: left;
	color: red;
}
.colblueleft{
	text-align: left;
	color: #6699ff;
}
.colgreenleft{
	text-align: left;
	color: darkgreen;
}
#linkbox{
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
	display: flex;
	justify-content: center;
}
.lbox{
	float: right;
	margin: 10px;
	background-color: white;
	border: 2px solid darkgreen;
	border-radius: 10px;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	font-size:large;
}
.lbox a{
	text-decoration: none;
}
/*
.btn{
	background-color:darkgreen;
	color:white;
	border:outset darkseagreen;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	font-size:larger;
}*/
.btn{
	float: right;
	margin: 10px;
	background-color: white;
	border: 2px solid darkgreen;
	border-radius: 10px;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	font-size:large;
}
BUTTON{
	margin: 10px;
	background-color: white;
	border: 2px solid darkgreen;
	border-radius: 10px;
	padding: 5px;
	text-align:center;
	font-weight:bold;
	font-size:large;
}