
div#main-logo-div {
	position: absolute;
	top: 20px;
	left: 30px;
}

img#main-logo-div {
	height: 100px;
}	

div#header {
    height: 120px;
    padding: 0px;
	color: white;
	font-size: 40px;
	text-align: center;
	background: #0E4F8C;
	vertical-align: center;
}

div#swoop {
	width: 100%;
	height: 60px;
	background: #97CA3D;
	margin: 0px;
}

img#swoop {
	width: 100% !important;
	height: 60px;
}

div#nav-bar {
	background: #97CA3D;
	height: 40px;
	width: 100%;
	vertical-align: top;
	text: white;
	font-size: 12px;
	margin: 0px;
}

div#body {
    overflow: hidden;
    height: 100%;
	#border-top: 1px solid black;
	background: white;
}


.info-box {
	max-width: 600px;
	border: 1px solid black;
	background: #F2D298;
	padding: 10px;
}

#flash-success {
	width: 600px;
	border: 1px solid black;
	background: #EEF6D4;
	padding: 10px;
}

#flash-fail {
	max-width: 600px;
	border: 1px solid black;
	background: #F8C0C3;
	padding: 10px;
}

#enter-city-warn {
	max-width: 600px;
	text-align: left;
	border: 1px solid black;
	background: #F2D298;
	padding: 10px;
}

#no-city-warn {
	max-width: 600px;
	text-align: left;
	font-style: italic;
	color: white;
	border: 1px solid black;
	background: #DF1D26;
	padding: 10px;
}

#no-courses-warn {
	max-width: 600px;
	text-align: left;
	font-style: italic;
	color: white;
	border: 1px solid black;
	background: #DF1D26;
	padding: 10px;
}


div.action-button {
	margin-right: 30px;
	float: left;
}

td.action-button {
	margin-right: 30px;
	float: left;
}


a.action-button:link {
	color: black;
	text-decoration: none;
}

a.action-button:visited {
	color: black;
	text-decoration: none;
}

a.action-button:hover {
	color: black;
	text-decoration: underline;
}

a.action-button:active {
	color: black;
	text-decoration: underline;
}