body {
	margin: 0 0 0 0;
	background: #B0C4DE;/*#1A3A85;*/
	color: #000000;
}
/* Header */
#logo {
	background: #FFFFFF url("images/sky.jpg") no-repeat left bottom;
	color: #1A3A85;
	border-color: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
}
#header {
	height: 90px;
	padding: 0px 0px 0px 0px;
}
#nagl {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;  
	color: #1A3A85;
	text-align: center;
}
#nagl2 {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;  
	color: #1A3A85;
	text-align: center;
}
#content {
	font-family: Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #000000;
	font-size: 14px;
	background: none;
}
#main {
	/*float:right;*/
	margin: 0px 16px 0px 4px;
}

a:link {color: #000099; text-decoration: none;}
h1, h4, h5, h6 {
	font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	color: #000000;
}
h2 {
	font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	color: #000000;
	font-size: 1.4em;
	padding-left: 10px;
	margin-top: 20px;
}
h3 { font-family: "Times New Roman", Georgia, serif;
	font-weight: normal;
	color: #000000;
	font-size: 1.12em;
	padding-left: 10px;
	margin-top: 20px;
}
a {
	color: #000055;
}
a:hover {
	text-decoration: none;
	color: #FF4400;
}

/* menu */
div.menu {
  margin: 0.2em;
  }
div.menu ul {
  margin: 0em;
  padding: 0em;
  line-height: 2.00em;
  }
div.menu li {
  list-style-type: none;
  height: 2.00em;
  width: 12.00em;
  margin-bottom: 8px;
  text-align: left;
  font-family: Arial, Verdana, Tahoma, Sans-Serif, Serif, "Courier New", ;
  font-size: 0.90em;
  letter-spacing: 0.00em;
  color: #000000;
  background-color: transparent;
  }
div.menu li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  }
div.menu li a:link {
  background-color: none;/*1A3A85;*/
  color: #000000;
  font-weight: normal;
  text-align: left;
  padding-left: 1.00em;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-style: solid solid solid solid;
  }
div.menu li a:visited {
  background-color: none;
  color: #000000;
  font-weight: normal;
  text-align: left;
  padding-left: 1.00em;
  border-width: 1px 1px 1px 1px;
  border-color: #000000;
  border-style: solid solid solid solid;
  }
div.menu li a:hover {
  background-color: #000000;
  color: #FFFF00;
  font-weight: normal;
  text-align: left;
  border-width: 1px 1px 1px 1px;
  border-color: #000000 #336699 #336699 #000000;
  border-style: solid solid solid solid;
  } /* end menu */
