html {
	height: 100%;
	margin-bottom: 1px;
	}

body {
	margin: 0;
	padding: 0 0 50px 0;
	font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	line-height: 1.5em;
	background-color: #fff;
	color: #5c5c5c;
	text-align: left;
	}

h1 {
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1.2em;
	letter-spacing: -0.03em;
	}

h2 {
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 1.2em;
	}

#masthead {
	padding: 0;
	margin-bottom: 100px;
	background-color: #4183c4;
	color: #f1f1f1;
	height: 130px;
	min-height: 130px;
	}

#masthead img {
	float: left;
	margin-right: 30px;
	}

#navigation {
	color: #e5e8e9;
	list-style-type: none;
	margin: 0 auto;
	height: 130px;
	}

#navigation li {
	display: inline;
	margin-right: 20px;
	line-height: 130px;
	text-transform: uppercase;
	}

#navigation a, #navigation a:link, #navigation a:active, #navigation a:visited {
	color: #e5e8e9;
	text-decoration: none;
	border-bottom: 0;
	font-weight: 500;
	padding-bottom: 6px;
	}

#navigation a:hover {
	color: #e5e8e9;
	text-decoration: none;
	border-bottom: 3px solid #e5e8e9;
	font-weight: 500;
	padding-bottom: 6px;
	}

.inner {
	width: 980px;
	margin: 0 auto;
	}

#ribbon-notice {
	color: #fff;
	background-color: #ff9933;
	text-align: center;
	}

#ribbon-sdtool {
        color: #000000;
        background-color: #DCDCDC;
        font-size:10px;
        }

#ribbon-urgent {
	color: #fff;
	background-color: #f00;
	text-align: center;
	}

#login-form {
	width: 980px;
	margin-top: 10px;
	margin-bottom: 100px;
	}

#oam_error_messages div input {
	width: 980px;
	border: 0;
	color: #f00;
	margin: 20px auto;
	}

a, a:link, a:active, a:visited, a:hover {
	text-decoration: underline;
	color: #4285f4;
	}
