/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
html{
	margin:0;
	padding:0;
	background-color:#f9f9fb;
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
}
body{
	margin:0px;
	padding:0px;
	display:block;
	font-size:1em;
	line-height: 1.75em;
	width:100%;	
}
main{
	clear:both;
	display: block;
	margin:0px auto 0px auto;
	min-height: 800px;
	max-width:1260px;
	background-color:#FFF;
	border-radius: 0 0 25px 25px;
	border:1px solid #ededf0;
	padding:10px;

}
a, a:visited{
	text-decoration: none;
	color: #325CBD;
	font-weight: 400;
}
a:hover{
	color:#1A5316;
}
form{
	margin:0;
	display: inline;

}
fieldset{
	border:0;
	clear:both;
	color:#403e34;
	padding:2px 2px 4px 25px;
	margin:5px 0px;
	
}
	fieldset fieldset{
		border:0;
		display:inline;
		margin:2px 0px;
		font-size:.95rem;
	}
	
	fieldset label{
		margin:2px 0px 2px -20px;
	}
header{
	width: 100%;
	margin: 0;
}
header #headerBar{
	
	height: 30px;
	font-size:.95rem;
	background-color: #000;
	padding: 2px 10px;
	display: block;
	width: 100%;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2), 0 0 20px 0 rgba(0, 0, 0, 0.19);
}
header #login{
	display: none;
	position: absolute;
	top:40px;
	right:20px;
}
header #welcome{
	width: 200px;
	float: right;
	color:white;
	padding: 0 25px 0 0;
	margin: 0;
}
.h2{
	display:block;
	width: 396px;
	margin: 0;
	padding: 0 0 0 5px;
	background-color: #000;
	color: #FFF;
	font-weight: 700;
}
header #title{
	display: inline-block;
	width:250px;
	margin-right: 5px;
	font-weight: 700;
	color: white;
}
#welcome{
	display: inline-block;
	margin-left: 50px;
	width: auto;
}
header form{
	width: 400px;
	border:1px solid #000;
	padding:0px;
	background-color: #FFF;
}


header ul{
	margin:0;
	padding:0;
	width:auto;
	list-style-type:none;
	display: inline-block;
	color: white;
}

	header li{
		display:inline-block;
		margin:0;
		padding:0;

	}
		header ul li a:link, header ul li a:visited{
			color:#FFF;
			border-left:1px solid #FFF;
			font-size:.95rem;
			padding:6px 10px;
			text-decoration:none;
		}
		header ul li a:hover{
			color: #FFD600;
			border-left:1px solid #FFD600;
		}

h1{
	font-family: Montserrat;
	font-weight: 700;
	color: #1A5316;
}
h2{
	display: block;
	color: #035292;
	font-size:1.5rem;
	margin:20px 0px 10px 0px;
	padding:0 0 5px 0;
	border-bottom:1px solid #CCC;
	font-weight:700;
}
h3{
	color: #12606E;
	font-size:1.25rem;
	
	font-weight:700;
	margin:8px 0px 3px 2px;
	border-bottom:1px solid #E7E7E7;
}

h4{
	/*color:#a80532;*/
	color:#243776;
	font-size:1.1rem;
	font-weight:700;
	margin:2px 0px 3px 10px;
}
#Message{
	width:600px;
	margin:0 auto;
	display:block;
	text-align:left;
	padding: 3px 0px 0px 5px;

}
	#Message h2{
		color:#900;
		border-bottom:1px solid #e7e7e7;	
	}
#logo{
	width: 250px;
	display: block;
	margin: 5px auto;
}
.Content_Form{
	display:block;
	background-color:#fafdff;
	border-radius:4px;
	border:1px solid #c3dff3;
	width:95%;
	padding:5px;
	min-height:150px;
	margin:5px;
}
	.Content_Form h2{
		display:block;
		border-bottom:1px solid #000;
		color:#FFF;
		text-align:center;
		padding:3px;
		margin:-5px -5px 4px -5px;
		border-radius: 4px 4px 0px 0px;
		background:#376b9f;
		font-size:1.5rem;
		font-weight:700;
	}
.Files ul{
		margin:0;
		padding:0;
		width:auto;
		list-style-type:none;
	}
	.Files ul li{
		margin:3px 0px 5px 18px;

	}
		.Files ul li a, .Files ul li a:visited{
			display:inline-block;
			width:auto;
			padding:2px 3px;
			text-decoration:none;

			color:#039;
			font-weight:400;
		}
		.Files ul li a img{
			vertical-align: middle;
			padding:0px 0px 0 5px;
		}
		.Files ul li a:hover{
			text-decoration:underline;
			color:#5d9717;

		}
		.Files ul li a:focus{
			background-color:#f4f4f4;
			border:1px dotted #cbcbcb;
			color:#000;
		}
.Footer{
	clear:both;
	display: block;
	margin:0px auto 0px auto;
	min-height: 100%;
	max-width:1260px;
	text-align: center;
}