/* CSS Document */

/* styles the navigation button for the current page (overrides import styles.css) */
#nav_home {
	width: 90px; 
	height: 45px; 
	margin: 0; 
	padding: 0; 
	background: url("images/nav_home_over.gif"); 
	float: left;
	}
	#nav_home a {
		display: block; 
		width: 90px; 
		height: 45px; 
		}
		#nav_home a:hover { 
			background: url("images/nav_home.gif"); 
			}
#titlerow h1 {
	width: 340px;
	}
	#title1 {
		margin: 0;
		padding: 5px 0 0 0;
		width: 800px;
		}
	#title1 h4 {
		margin: 0;
		padding: 0;
		width: 800px;
		color: #000066;
		}
h2 {
	margin: 0 0 -5px 0;
	padding: 0;
	color: #e5e5e5;
	font-size: 10px;
	position: relative;
	top: -5px;
	}

input, select {
	margin: 0;
	padding: 0;
	width: 110px;
	font-size: 12px;
	}
input#submit {
	width: 80px;
	}

