

#app_navigation{
	border-top: 1px dotted grey;
	width: 400px;
	padding: 10px 0px 10px 0px;
}
	#app_navigation ul {
		margin-top: 2px;
		background: none;    /*  keeps odd white bg from appearing  - Firefox, ?  */
	}
		#app_navigation ul li{
			list-style: none;
			display: inline;
			margin-right: 5px;
			background: white;
			color: #333333;
			padding: 1px 5px;
		}
			#app_navigation ul li.current{
				color: white;
			}

#app_navigation div.left{
	float: left;
}
#app_navigation div.right{
	float: right;
}

/*#error_message {
	color: red;
	margin-bottom: 10px;
	font-weight: bold;
} */

#application h2 {
	margin-top: 25px;
	color: #034190; 
	border-bottom: 1px solid #999;
}
#application h4, 
#application h3 {
	margin-bottom: 10px;
}





form.front table.altFieldGroup {
	width: 100%;
	}
form.front table.altFieldGroup label {
	width: auto;
	}
	form.front table.altFieldGroup input,
	form.front table.altFieldGroup select, 
	form.front table.altFieldGroup textarea {
/*		width: 100%; */
		}
