#header1 {
	margin: 0px;
	height: 135px;
	background-image: url(../slide0001_files/header72.jpg);
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#left {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-decoration: none;
	background-image: url(../slide0001_files/left52.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	padding: 0px;
	height: 525px;
	font-family: Arial, Helvetica, sans-serif;
}
#right {
	padding: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: justify;
}

#bottom {
	background-color: #990000;
	border: 1px solid #000000;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	text-decoration: none;
}
#central1 {
	margin-right: 5px;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: justify;
	color: #6B0000;
	width: 710px;
	height: 585px;
	overflow: auto;
	text-decoration: none;
}

ul.makeMenu, ul.makeMenu ul {
	width: 115px;           /* stops the usual indent from ul */
	cursor: default;
	padding: 0px;
	margin: 0px;
}
ul.makeMenu li {
	list-style-type: none;       /* removes the bullet points */
	margin: 0px;                 /* puts large spacings between li elements */
	position: relative;          /* makes the menu blocks be positioned relative to their parent menu item
                                  the lack of offset makes these appear normal, but it will make a difference
                                  to the absolutely positioned child blocks */
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
ul.makeMenu li > ul {          /* using the > selector prevents many lesser browsers
	display: none;               /* hides child menu blocks - one of the most important declarations */
	position: absolute;          
	left: 110px;             
	top: 0px;
}
ul.makeMenu li:hover, ul.makeMenu li.CSStoHighlight {
  color: #000;                 /* makes the active menu item text black */ 
}
ul.makeMenu ul.CSStoShow {     /* must not be combined with the next rule or IE gets confused */
  display: block;              /* specially to go with the className changes in the behaviour file */
}
ul.makeMenu li:hover > ul {    /* one of the most important declarations - the browser must detect hovering over arbitrary elements
                                  the > targets only the child ul, not any child uls of that child ul */
  display: block;              /* makes the child block visible - one of the most important declarations */
}
/* and some link styles */
ul.makeMenu li a {
	color: #BE271C;
	display: block;
	width: 113px;
	font-size: 15px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	margin: 0px;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
}
ul.makeMenu li a:hover, ul.makeMenu li a.CSStoHighLink {
	color: #FF0000;
}

/* that IE 5+ conditional comment makes this only visible in IE 5+ */
ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */
  behavior: url( IEmen.htc );
}
ul.makeMenu ul {  /* copy of above declaration without the > selector, except left position is wrong */
  display: none; position: absolute; top: 2px; left: 110px;
#central {
	padding: 10px;
	margin-right: 2px;
	margin-left: 2px;
}
#header1 #text1 {
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-left: 20px;
	text-align: left;
}
#header1 #pic1 {
	margin-top: 7px;
	margin-right: 70px;
	float: right;
	width: 400px;
	text-align: right;
}
