body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	background-color: #FAF1E0;
}

#container {
	position: relative;
	z-index: 0;
	left: 50%;
	top: 20px;
	width: 750px;
	margin: 0 0 0 -375px;
	border: 2px solid #FFFFFF;
}

#topBar {
	height: 60px;
	width: 750px;
	background-color: #FFFFFF;
	position: relative;
}

/* Relative positioning puts the contained elements (contentAreaLeft and contentAreaRight) relative to mainArea. But note that mainArea remains within the document flow */
#mainArea {
	position:relative;
	width: 750px;
	background-color: #FAF1E0;
}

#contentAreaLeft {
  width: 394px;
  float: left;
  margin: 0;
  padding: 0px;
}

#contentAreaRight {
  width: 356px; /* actual width is 390+5+5=400 i.e. add on left & right padding */
  float: left;
  margin: 0;
  padding: 0px;
}

#footer {
  height: 85px;
  width: 750px;
  background-color: #FFFFFF;
  clear: both; /* this clears the floats in contentAreaLeft and contentAreaRight */
}
#topstripe1 {
	background-color: #FAF1E0;
	margin: 0px;
	padding: 0px;
	height: 6px;
	font-size: 0px;
}
#topstripe2 {
	background-color: #E9DBB4;
	margin: 0px;
	padding: 0px;
	height: 6px;
	font-size: 0px;
}
#horizMenu {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 13px;
	height: 16px;
	width: 737px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#horizMenuItem {
	margin: 0px;
	padding: 0px 4px;
	font-size: 10px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9DBB4;
}
#horizMenuItem a, #horizMenuItem a:visited {
	color: #003F71;
	text-decoration: none;
}
#horizMenuItem a:hover {
	color: #FDA679;
	text-decoration: none;
}
#horizMenuEstab {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	font-size: 10px;
	float: right;
}

#logo {
	position: absolute;
	height: 38px;
	width: 264px;
	left: 471px;
	top: 11px;
}
#copyright {
	text-align: center;
	left: 50%;
	width: 750px;
	margin: 0 0 0 -375px;
	padding: 0px;
	width: 750px;
	top: 20px;
	position: relative;
	font-size: 9px;
	clear: both;
}
#copyright a, #copyright a:visited {
	color: #666666;
	text-decoration: none;
}

#copyright a:hover {
	color: #EC6E00;
	text-decoration: none;
}

#copyright img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: none;
	vertical-align: middle;
}
#leftPhotoArea {
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 394px;
}
#rightTitleArea {
	margin: 0px;
	padding: 0px;
	height: 88px;
	width: 356px;
}
#leftPhoto {
	float: right;
	height: 88px;
	width: 88px;
	padding-left: 8px;
}
#footerLogo {
	float: left;
	height: 85px;
}
#rightPhotoArea {
	margin: 0px;
	padding: 0px;
}
#leftTextArea {
	font-size: x-small;
	font-weight: normal;
	color: #6C655D;
	text-align: left;
	padding-left: 16px;
	border: none;
	padding-right: 5px;
	padding-bottom: 5px;
}
