body {
	margin-left : 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom : 0px;
	background-color: #F1F7FB;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.main {
	background-color : White;
	width: 100%;
	top : 80px;
	border-width: 0px;
    position : relative;
	padding: 10px;
	margin : 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/* for mozilla also do this */
[class~="main"] em {
	width : 96%;
	margin-left : 2%;
}

 div.main em {
	width : 96%;
	margin-left : 2%;
	background-color : #F1F7FB;
	font-family: "Courier New", Courier, monospace;
	font-style : normal;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	display : block;
}

/* for mozilla also do this */
[class~="title"] h3 {
  margin-top: -10px;
  margin-left: -10px;
}

/*  the normal way */
div.title h3 {
  margin-top: -10px;
  margin-left: -10px;
  width : 35%;
  color :  #6D0007;
  text-align : right;
  padding-right : 10px;
  font-size: 25px;
  background:   #DEA410 url(captioncurve.gif) bottom right no-repeat;
}

/* for mozilla also do this */
[class~="title"] h4 {
  margin-top: -35px;
  margin-left: 35%;
}

/*  the normal way */
div.title h4 {
  margin-top: -35px;
  margin-left: 35%;
  color :  #DEA410;
  text-align : right;
  padding-left : 10px;
  font-size: 20px;
}

/* for mozilla also do this */
[class~="menu"]  {
 left: 0px;
}

#menu {
	position : absolute;
	left : 45%;
	top: 0px;
	float: right;
    clear: right;
	text-align : center;
	 font-size : 17px;
 	font-weight : bold;
}

#menu ul {
	margin : 0px;
	padding : 0px;
	white-space : nowrap;
}

#menu li {
display : inline;
	list-style-type : none;
}

#menu p {
	visibility : hidden;
	position : absolute;
}

#menu br {
	visibility : hidden;
	position : absolute;
	line-height : 1px;
}

#menu a {
  color: black;
  text-decoration: none;
  display: block;
}

#menu a:hover {
background-color : #6D0007;
color : #DEA410;
}

#links {
	width : 70%;
	left: 15%;
	position: relative;
	margin-bottom : 10px;
}

#links ul {
	margin : 0px;
	padding : 0px;
}

#linkslist li {
  list-style-type: none;
  display : block;
}

#linkslist p {
	background-color : #E3EAF3;
	margin-top : 0px;
	position : relative;
}

#linkslist a {
	padding : 0px;
	background-color : #E3EAF3;
	color :  #6D0007;
    width: 100%;
	display: block;
}

#linkslist a:hover {
	background-color : #E3EAF3;
	color : #DEA410;	
}

div.header {
	background-color : White;
	background-image : url(bgh.gif);
	width : 100%;
	height: 80px;
	position : absolute;
}

div.footer {
	position : relative;
	background-color : #F1F7FB;
	height : auto;
	width : 100%;
	top : 67px;
	border-top-color : #DEA410;
	border-top-width : 1px;
	border-top-style : solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.footer p {
	margin : 0px;
	padding : 0px;
	text-align: center;
	font-size : xx-small;
}

div.footer a {
	color : #DEA410;
	text-decoration: none;
}


div.logodelphi h1 {
	position : absolute;
	left: 25px;
	top: 30px;
	padding : 0px;
	margin : 0px;
	z-index : 10;
	font-size : 35px;
}

div.logoopenal h1 {
	visibility : hidden;
	position : absolute;
	line-height : 1px;
}

div.logoopenal {
background-image : url(openal.gif);
top: 2px;
right: 2px;
height : 75px;
width: 138px;
position : absolute;
box-sizing: border-box;
-moz-box-sizing: border-box;
}

div.logodelphi {
background-image : url(delphi.gif);
top: 2px;
left: 2px;
height : 75px;
width: 50px;
position : absolute;
box-sizing: border-box;
-moz-box-sizing: border-box;
}