
body 
{ margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  background-color: #FFFFFF;
  overflow: hidden;
  font-family: Helvetica;
  overflow: auto;
}

#header {
  margin: 0px;
  padding: 0px;
  height: 170x;
  width: 100%;
  overflow: hidden;
  
}


	

#header hr {
	color: #0E4D68;
	/* background-color: #00B7D2; */
	background-color: #0E4D68;
	width: 800px;
	height: 3px;
	
}

hr {
	color: #5EE9FE;
	/* background-color: #00B7D2; */
	width: 800px;
	height: 1px;
}

#nav {
	display: block;
	position: relative;
    z-index: 5;
	background: #EEFFFF;
  margin-top: 0px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 100%;
  /*text-align: center;*/
  /*border: 0 2 0 0px solid #AAAAAA; */
  border: solid 0px #AAAAAA;
  border-radius: 15px;
  -moz-border-radius: 15px;
  list-style: none outside none;
  
}


/* hide submenus */
#nav ul  {
	background: -moz-linear-gradient(center top, #EEFFFF, #CCDDDD) repeat scroll 0 0 transparent;
	display: none;
	position: absolute;
	width: 10em;
	margin: 0 0 0 0px;
	padding: 0;
	top: 25px;
	left: -2px;
	
}

#nav ul li  {
	float: none;
	text-align: left;
	width: 10em;
}

#nav ul li:first-child  {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#nav ul li:last-child  {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

#nav > li:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

#nav > li:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

/*display submenu on hover */
#nav li:hover > ul {
	display: block;
}

#nav li {
	position: relative;
	padding: 4px;
	margin: 0 10 10 10px;
	width: 123px; 
	background: #E6E6E7; 
	background: -moz-linear-gradient(center top, #E6E6E7, #F0F0F1) repeat scroll 0 0 transparent;
	/* border: 1px solid #DDEEEE; */
	border: 1px solid #0E4D68;
	float: left;
	list-style: none outside none;
	text-align: center;
}

#nav a {
	/*color: #007B92; */
	color: #0F1E2B;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

	

#center {
  position: relative;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  margin-top: 40px;
  text-align: justify;
  font-size: 0.9em;
  line-height: 1.4;
  font-family: Helvetica;
  color: #0F1E2B;
  /* overflow-y: auto;
  overflow-x: hidden; */
}

#center a {
	text-decoration: none;
	color: #0F1E2B;
	font-weight: bold;
}

#center a:hover {
	color: #0E4D68;
}

#footer {
	width: 800px;
	margin-top:50px;
	margin-left: auto;
  margin-right: auto;
  font-family: Times New Roman;
  font-size: 0.8em;
  color: #2F0040;
  text-align: center;
}

#footer hr {
	color: #0E4D68;
	/* background-color: #00B7D2; */
	background-color: #0E4D68;
	width: 800px;
	height: 3px;
	
}

.image { 
	background-color: #F0F0F0;
	/*border: 1px solid #2F0040; */
	border: 1px solid #CCCCCC; 
	padding: 5px;
	padding-right: 8px;
	/*font: 11px/1.4em Arial, sans-serif; */
	font: 0.9em Times New Roman;
	text-align: center;
	
}


.image img { display: block; border: 1px solid #CCCCCC; vertical-align:middle; width:100%; margin-right: 10px; }
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; }
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
/*
#center img {
	border: 1px solid #2F0040;
	padding: 5px;
	}


#center img.right {
	float: right;
	width: 30%;
	margin-left: 10px;
	margin-top: 10 px;
	
}

#center img.right50 {
	float: right;
	width: 50%;
	margin-left: 10px;
	margin-top: 10px;
	
}

#center img.left {
	float: left;
	width: 30%;
	
}

#center img.center {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
*/




