body {
	font-family: "Helvetica Neue",Arial,FreeSans,sans-serif;
	font-size:14px;
	margin: 0;
}
img {
	border: none;
}

h1 {
	font-size:125%;
	letter-spacing:0.1em;
	text-transform:uppercase;
	color:#003366;
	font-family:'Palatino Linotype','Times New Roman',Times,Serif;
}

div#portal-header {
	overflow:auto;
	padding:1em 1em 1em 2em;
	background: #002a5c;
	margin-bottom: 2em;
}

div#portal-footer {
	border-top:1px dashed #C9C4C0;
	color:#272727;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:2em;
	padding-top:3px;
}

a {
	color: #215989;
	font-weight: 600;
	text-decoration: none;
}

a:hover, a.regular:hover {
	text-decoration: underline;
}

div#main {
	width:100%;
	margin:0 auto;
}

p {
	font-size: 1.3em;
	text-align: center;
}

ul {
	text-align: left;
}

.container {
	width: 95%;
	max-width: 1100px;
	margin: auto;
}

.alert {
	text-align: center;
	background: lightyellow;
	border: 1px solid orange;
	display: block;
	padding: 0px 10px;
}
