
form {
	margin: 0px;
}

img {
    border: 0px;
}

.formField {
	border-top: #c6b986 1px solid;
	border-left: #c6b986 1px solid;
	border-right: #eee7c6 1px solid;
	border-bottom: #eee7c6 1px solid;
	padding-left: 4px;
	padding-top:2px;
	padding-bottom:2px;
	font-size: 11px;
	background-color: #faf8ee;
}


.navigations {
	width:800px;
	margin: 0px auto;
	padding-top:20px;
}

.mainNavContainer {
	background-image:url(../Images/header_bkg_home.jpg);
	height:80px;
}

.logo {
	width: 360px;
	height: 54px;
	cursor: pointer;
}

.mainNav {
	float:right;
	height:10px;
	margin-top:54px;
	padding-right:16px;
}

.mainNavNew {
	float:right;
	height:10px;
	margin-top:0px;
	padding-right:16px;
}


.otherNavContainer {
	height:45px;
	margin-top:2px;
}

.otherNavLeftCorner {
	float:left;
	height:45px;
	width:20px;
}
.otherNavRightCorner {
	float:right;
	height:45px;
	width:20px;
}

.otherNavStretch {
	float:left;
	height:45px;
	width:760px;
	background-image:url(../Images/New/nav_stretch_top.jpg);
}

.secondLevelNav {
	margin-top:4px;
	margin-bottom:3px;
	margin-right: -4px;
}

.thirdLevelNav {
	clear:both;
	margin-top:8px;
	margin-right: -4px;
}

.content {
	padding: 0px;
	background-color: white;
}

