#navigation {
	width: 80%;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #800000;
	border-bottom-color: #800000;
	background-color: EFEFEF;
	padding: 0px;
	margin: 0px;
	height: 36px;
}
#nav_wrap {
	margin: 0px;
	padding: 0px;
	width: 780px;
}
#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;;
}


#navigation li {
	width: 120px;
	float: left;
	border: 1px solid #800000;
	margin: 5px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	background-color: #DBDDDC;
}

#navigation li a {
	text-decoration: none;
	color: #4A0500;
	display: block;
	padding: 2px;
	width: 100%;
}
html>body #navigation li a {
		width: auto;
}
#navigation li a:hover {
	color: #CC3300;
	background-color: #EFEFEF;
}
#login {
	background-color: EFEFEF;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #800000;
	border-bottom-color: #800000;
	text-align: center;
	margin-top: 50px;
	padding-top: 6px;
	padding-bottom: 6px;
}

#form1 {
	font-size: 80%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#form1 #Track {
	font-size: 80%;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* contact page */
div.contact {
	width: 264px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 10px;
	}
div.contact h2 {
	text-align: left;
	text-decoration: underline;
	text-indent: 0;
	margin: 0;
	font-size: 14px;
	}
div.contact p {
	font-size: 12px;
	line-height: 18px;
	}
div.contact img {
	margin-top: 10px;
	}


