html {
	margin: 0;
	padding: 0;
	height: 100vh;
	}
body { 
	font-family: Arial, Helvetica, Verdana;
	font-size: 12px;
	line-height: 1.88889;
	color: #444444; 
	background: #fff; 
	margin: 0; 
	padding: 0;
	height: 100vh;
	}

a {
	color: #004B8D;
	font-weight: 600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #004B8D;
}

#button {
	background: #AC1A2F;
	border: 0;
	color: #ffffff;
	font-size: 14px;
	cursor: pointer;
	padding: 5px 18px;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 185px;
	margin-top: 15px;
	margin-bottom: 35px;
	}
	
#button:hover {
	background: #F3BDC4;
	color: #000000;
}
	
code {
	font: 125% courier, sans-serif;
	color: #555753;  
}    
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font-size: 18px;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #606060;
	}

abbr {
	border-bottom: none;
	}


.fa {
padding-right: 5px;
}

#footer {
	position: absolute; 
	bottom: 0;
	background-color: #5D5D5D;
	border-top: 2px solid #2F2F2F;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	text-align: center;
}

#footer img {
	display: block;
	margin: auto;
}

#footer-contact {
	background-color: #2f2f2f;
	border-top: 2px solid #AAAAAA;
	font-size: 12px;
	color: #ffffff;
	width: 100%;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 10px;
}

#footer-contact p {
	text-align: center;
	line-height: 1.25;
	margin-bottom: 10px;
}

#header {
	background-color: #AC1A2F;
	Background-image: linear-gradient(to right, #AC1A2F, #C1354A);
	height: 110px;
	vertical-align: top;
}

header h1 { 
	background: transparent url(h1.gif) no-repeat top left;
	margin-top: 10px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
header h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}

#login {
	margin-left: 15%;
	margin-top: 5%;
	margin-bottom: 30px;
	width: 65%;
}

#menu {
	background-color: #6b6c6c;
	background-image: linear-gradient(to top, #6B6C6C, #5d5d5d);
	border-top: 1px solid #424242;
	border-bottom: none;
	color: #ffffff;
	width: 100%;
	display: block;
}

ul {
	padding-left: 15px;
	display: inline-block;
	margin: 0px;
	list-style: none;
}

li {
	float: left;
	font-size: 14px;
}

li a {
	display: block;
	padding: 12px 20px 12px 20px;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
}

li a:hover {
	background-color: #454545;
	text-decoration: none;
}

li a:visited {
	color: #ffffff;
}

#warning {
	color: red;
}