body  {
  background-color: #E4C4A0;
  font-family: arial;
  color: #000000;
}

div.center  {
  margin-left: auto; 
  margin-right: auto; 
}
div.right  {
  display: absolute; 
}
div.left  {
  top: 350px;
  margin-left: 100px;
  position: absolute;
}

img.nav_image  {
  border: none;
}

a:link {
  color: #000000;
  background: transparent;
}
a:visited {
  color: #000000;
  background: transparent;
}
a:active {
  color: #000000;
  background: transparent;
}

html {
  -webkit-text-size-adjust:100%
}

/*  CODE Page */

.codeBody {
	background-color: #B79875;
}

.navigation {
  background-color: #B79875;
  text-align: center;	
  left:20px;
  padding:0 20px 20px 20px;
  text-align: left; 
  font-variant: small-caps;
}

.projectsDropShadow {
	background-color: #494949;
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	margin:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.projects  {
	position: relative;
	background-color: #E4C4A0;
	width: auto;
	padding: 10px;
	left: -2px; top: -2px;
	overflow: hidden;
}

div.navSubjectTitle {
  font-weight: bold;
  font-size: 14pt;
  padding: 10px;
  margin: 50px 0px 0px 0px;

}

div.navProjectTitle {
  font-size: 10pt;
  padding 10px;
  margin: 10px 5px 10px 5px;
}


div.navTop  {
  visibility: hidden;
	
}



div.codeSubject  {
	font-size: 18pt;
	margin: 30px 10px 10px 10px;
	text-align: center;
	
}



div.project  {
  position: relative;
}

div >.project {
  height: auto;
}


div.projectImages  {
  position: relative;
  float: right;
  padding: 10px;
  margin: 0px 0px 0px 0px;

}

img.projectImage  {
  border: 1px ridge black;
  margin: 1px;
  float: left;
  width: 50px;
  height: 50px;
}

div.projectData {
}

div.projectTitle {
  width: auto;
  min-height: 50px;
  height: auto;
  padding: 10px;
  background-color: #CFB08E;
  font-size: 12pt;
  font-weight: bold;
}

div.projectText {
  position: relative;
  width: auto;
  padding: 10px;
  text-align: justify;
}

div.projectlink  {
  padding: 0px 20px 0px 20px;
  position: relative;
}
div.projectLinks {
  position: relative;
  margin: 0px;
  float: top;
  width: auto;
  padding: 5px;
  background-color: #CFB08E;
  font-size: 10pt;
}

span.dataTextTitle {
  font-weight: 600;
}

#projDesc {color: #004040;
font-size: medium;
font-weight: bold;}