body {
	margin: 5;
	padding: 10;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #FFFFFF;
}
*
{
  margin: 0 auto 0 auto;
 text-align:left;}
 
 
 html, body {
text-align: center;
}
p {
    text-align: left;
    
}


h1
{
font-size:22px;
font-weight:normal;
padding:10px 40px;
}


h2
{
font-size:18px;
font-weight:normal;
padding-left:5px;
padding-top:15px;
}
h3
{
font-size:15px;
font-weight:normal;

padding-top:15px;
padding-bottom:10px;
}
input{
    margin: 5px;
}

.container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.item {
    margin-bottom: 15px;
}
.item label {
    display: block;
    font-weight: bold;
}
.item input[type="number"] {
    width: 60px;
    margin-top: 5px;
}

.form-container {
    max-width: 400px;
    margin-left: 0 auto;
}
.form-group {
    display: flex;
    margin-bottom: 15px;
    align-items: left;
}
.form-group label {
    flex: 1;
    min-width: 100px;
}
.form-group input {
    flex: 2;
    padding: 5px;
    box-sizing: border-box;
}
.form-group button {
    width: 15%;
    padding: 10px;
    margin-top: 10px;
    background-color:coral;
}

#main
{
width:100%;
height:auto;
padding-bottom:20px;

}

#header
{
color:#ffffff;
clear:both;
width:100%;
height:30px;
text-align:right;
line-height:25px;
display: flex;
justify-content: center;
align-items: center;
background-color: cornflowerblue;
}

#header a, #header a:visited, #header a:hover
{
font-size:12px;
font-weight:bold;
color:black;
padding-left:12px;
padding-right:5px;
text-decoration:none;
line-height:25px;
}

#footer
{
color:#ffffff;
font-size:10px;
clear:both;
width:100%;
height:25px;
text-align:center;
line-height:25px;
font-weight:normal;
background-color: cornflowerblue;
margin-top: 50px;

}

#footer a, #footer a:visited, #footer a:hover
{
font-size:10px;
color:#FFFFFF;
text-decoration:none;
line-height:25px;
}




#header a:hover { 
color:#F2EAEA;
border:none;
}

#contentColumn
{
float:left;
width:441px;
margin-bottom:40px;
padding-left:40px;

}

#navColumn
{
float:left;
width:200px;
padding-top:50px;
}
#contentColumn p
{
text-align:left;
line-height:25px;
letter-spacing:-1px;
margin:6px;
}



.divider
{
background-image:url(divider.jpg);
width:408px;
height:3px;
margin-bottom:10px;

}


.subHeader h3
{
font-size:13px;
line-height:20px;
color:#FFFFFF;
text-align:center;
}




a, a:visited
{
text-decoration:none;
color:#9B1313;
}

a:hover
{
color:#9B1313;
border-bottom:dashed 1px #DD6A6A;
}
/* Modal Background */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

/* Modal Content */
.modal-content {
    background-color: white;
    margin: 15% auto; /* Center vertically and horizontally */
    padding: 20px;
    border: 1px solid #888;
    width: 300px; /* Set the width of the modal */
    text-align: center;
    border-radius: 5px;
}

/* Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
