@charset "utf-8";
/* This is the CSS Document for /index.cfm only */

body {
	
	
	font-family: Helvetica, Arial, "sans-serif";
	padding-top: 30px;
}


a:focus, a:hover {
    color: #20cbd4;
    text-decoration: none;
}

a:active, a:hover {
    outline: 0;
}
a.email {
    color: #000000;
    text-decoration: underline;
}


#pageHeader {
	border-bottom: 5px solid #000000;

	
	
}

#logoHeader	{
	
	max-width: 300px;
}

.loginForm {background-color: #eeeeee;}

#pageHeader h1 {
margin-top: 3rem;
margin-bottom: 0rem;
font-size: 2em;
font-weight: bold;
	
}

#alertList .alertContainer {
	margin-top: 30px;
}

#alertList .alertContent {
	background-color: #eeeeee;
	padding: 30px;
	font-size: 1.5rem
}

.alertDate {
	margin-bottom: 15px;
	font-weight: bold;
}

.contactHeader {
	border-top: 1px solid #cccccc;
	padding-top: 10px;
	margin-top: 15px;
}

a.logoutButton {color:#cc0000;}