/* CSS Document */

#navbar {
	background-color: #EBEBEB;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 35px;
	width: 915px;
	background-image: url(../images/underlogoborder.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#navleft {
	float: left;
	width: 199px;
	height: 35px;
	margin: 0px;
	padding: 0px;

}
#navleft h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #432B3B;
	padding: 0px;
	text-align: center;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}
#navleft h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #432B3B;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 14px;
}
#navright {
	background-color: #FCBE57;
	float: right;
	height: 33px;
	width: 713px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #7D6A55;
	border-bottom-color: #7D6A55;
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}

