body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #0E2956;
	margin: 0;
	padding: 0;
}

td {
	padding-bottom: 10px;
}

#appwrap {
	width: 780px; 
	padding: 10px 20px 20px 20px; 
	background-color:#FFF;
	margin: 0 auto;
}

#proj-tag {
	float: right; clear: right; 
	padding: 20px 20px 0 0; 
	line-height: 1.3em;
}

.short-input {
	width: 80px;
	}

p {
	font-size: 12px;
	line-height: 1.3em;
	margin: 0 0 15px 0;
}

div.drop-alert {
	display: none; 
	float: left; 
	clear: left; 
	background-color:#FF6; 
	padding: 8px; 
	margin: 6px 0 0 0;
}

.error_highlight {
	background-color: #C30;
	color:#FF6;
	font-weight: bold;
	padding: 5px;
}

.results_title_bar {
	background-color:#365F91; 
	padding: 8px; 
	margin: 15px 0 10px 0; 
	border-bottom: 3px solid #143E6F;
}

h1.resultstitle {
	font-size: 20px;
	color: #FFF;
	margin: 0;
	padding: 0;
}

.section-divider {
	background-color:#eeece1; 
	padding: 8px; 
	margin: 15px 0 10px 0;
}

.highlight-errors {
	font-weight: bold;
	color:#F00;
	background-color:#FF0;
}


#header {
	width: 820px;
	height: 120px;
	margin: 10px auto 0 auto;
	background-color: #FFF;
	background: #FFF url(../images/header-bg.gif) no-repeat;
}

#linkback {
	float: right; 
	color: #FFF; 
	font-size: 16px; 
	width: 215px; 
	margin: 0 15px 0 0; 
	padding-top: 6px; 
	text-align: center; 
	font-weight: bold;
}
	
#linkback a:link { color:#FFF; text-decoration:none; }
#linkback a:active { color:#FFF; text-decoration:none; }
#linkback a:visited { color:#FFF; text-decoration:none; }
#linkback a:hover { color:#FF6; text-decoration:underline; }

#footer {
	color: #FFF;
	font-weight: bold;
	width: 820px;
	height: 30px;
	margin: 0px auto 20px auto;
	padding-top: 25px;
	text-align: center;
	background: #0e2956 url(../images/footer-bg.gif) no-repeat;
}

#footer a:link { color:#FFF; text-decoration:none; }
#footer a:active { color:#FFF; text-decoration:none; }
#footer a:visited { color:#FFF; text-decoration:none; }
#footer a:hover { color:#FF6; text-decoration:underline; }