BODY {
	background-color : #F5DEB3;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #A0522D;
	margin-left: 0px;
	margin-top: 10px;
}
 P:first-letter {
	color : #A0522D;
	font-size : 20pt;
	font-family : "Century Schoolbook";
	;
}
.topbox{
	background-color : 72273C;
	height : 100px;
	position : absolute;
	top : 0px;
	left : 0px;
	width : 1024px;
	background : no-repeat;
}
P {
	color : Black;
	font-weight : bold;
	font-size : 12pt;
	font-family : Arial, Helvetica, sans-serif;
}
.navigation{
	position:absolute;
	/*The navigation on the left side, positioned absolutely*/
	top: 100px;
	left: 0px;
	width: 130px;
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	line-height : 110%;
	/*line-height set to 110% in order to have the navigation elements better separated*/
	color : Black;
	background: #A0522D;
	height: 1000px;
}                /*have the navigation elements better separated*/
.corner{ top: 100px;  left: 130px;  position: absolute;   }
.Content {
	/*this is the main content area*/
	/*declare a color together with a contrasting background color*/
	color: #A0522D;
	/*to insure readability*/
	/*to position the content area to the right of the navigation*/
	margin-right: 20px;
	/*breathing space for the text*/
	padding: 10px;
	/*space to separate navigation and content*/
	font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
	width: 770px;
	/*readbility even on big screens*/
	/*to insure that NN4.xx renders the background-color of the content area*/
	top: 110px;
	position: absolute;
	left: 160px;
}
.Header {
	
	margin-top: 10px;
	margin-left: 0px;
	text-align : center;
	width: 770px;
} 
.box {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #FFFFFF;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
  border-color : #48D1CC;
  border-style : groove;
  border-width : 2px;/* the border property in longhand*/
  }
.navbox {
	/*button-like box for the left-side navigation*/
	font-size: 15px;
	/*readability for the links*/
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color: transparent;
	border-color: Teal;
	/*or, in shorthand, the three*/
	border-style: outset;
	/*border-properties would read:*/
	border-width: 0px;
	/*border: 2px groove #FF6633;
	*/
	padding: 0px;
	margin: 2px;
}
.whatsnew {
	/*this is a box where the bottom-navigation*/
	/* and the copyright will be placed*/
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding : 2px;
	margin: 2px;
	border-color : #48D1CC;
	border-style : groove;
	border-width : 0px;
	margin-top: 0px;
	margin-left: 100px;
	/* the border property in longhand*/
	;
	
}
.botbanner {
	/*this is a box where the bottom-navigation*/
	/* and the copyright will be placed*/
	background: #FFFFFF;
	color : #000099;
	font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding : 2px;
	margin: 2px;
	border-color : #48D1CC;
	border-style : groove;
	border-width : 0px;
	margin-top: 0px;
	margin-left: 0px;
	/* the border property in longhand*/
	;
	
}
  LI {
	font-size : 12pt;
	list-style-image : url("../images/bullet_teal.gif");
	vertical-align : text-top;
}

.innerlist {
	list-style-type : disc;
	list-style-position : inside;
}
A:VISITED {
	color: #483D8B;
}
A:HOVER {
	color : #8B0000;
}

A{
	text-decoration : underline;
	color: #9932CC;
}
.photo {
	/*this is a box where the bottom-navigation*/
	/* and the copyright will be placed*/
	background: #DEB887;
	border-color : #DEB887;
	border-style : groove;
	border-width : 5px;
	/* the border property in longhand*/
	;
	text-align : center;
	width : 614px;
	margin-left : 60px;
}
.logbook {/*this is a box where the bottom-navigation*/
      /* and the copyright will be placed*/
  background: #F5DEB3;
  color : #000099;
  font-family : Arial, Tahoma, Verdana, Helvetica, sans-serif;
  font-size: 12px;
  padding : 2px;
  margin: 2px;
      /* the border property in longhand*/
  }
.select {
	color : Navy;
	font-size : 10pt;
	font-family : Arial, Helvetica, sans-serif;;
}