@charset "utf-8";
/* CSS Document */

body {
  background-color: #EAF3FB;
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;

}

#container {
	margin: auto;
	width: -moz-calc(100% - 10px);
  width: -webkit-calc(100% - 10px);
	width: -o-calc(100% - 10px);
	width: calc(100% - 10px);
	background-color:#FFFFFF;
	border-color: #FFFFFF;
	border-style: solid;
	border-width:thin;
}

#headder {
  background-color: #336799;
	padding: 10px;
	text-align:center;
	color:#FFFFFF;
}

#headtext {
	text-align:center;
	color:#FFFFFF;
}
#content {
  font-family: Arial;
	padding:10px;

}

 /* unvisited link */
a:link {
    color: #336799;
}

/* visited link */
a:visited {
    color: #555555;
}

/* mouse over link */
a:hover {
    color: #50a7e6;
}

.button_blue {

    background-color: #365F91;
    border: none;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
}
