@charset "utf-8";
body {
	margin: 0px;
	background-image: url(images/home_angel.gif);
	background-repeat: no-repeat;
	background-position: 20px 20px;
	background-color: #666699;
}
body,td,th {
	color: #FFCC66;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10.5pt;
}
#header {
	margin: 200px 0px 0px 356px;
	width: 361px;
}

#content {
	width: 364px;
	margin: 30px 0px 0px 356px;
	line-height: 18pt;
	text-align: justify;
}
#logo {
	margin: 35px 0px 0px 110px;
	width: 610px;
}
#nav {
	margin: 7px 0px 0px 207px;
	padding:0px;
	width: 513px;
	list-style:none;
}
#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
}

#mission a {
	background-image: url(images/home_mission_up.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 106px;
	float:left;
}
#mission a:hover {
	background-image: url(images/home_mission_over.gif);
}
#mission span {
	display:none;
}

#events a {
	background-image: url(images/home_events_up.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 72px;
	float:left;
}
#events a:hover {
	background-image: url(images/home_events_over.gif);
}
#events span {
	display:none;
}

#perspectives a {
	background-image: url(images/home_perspectives_up.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 138px;
	float:left;
}
#perspectives a:hover {
	background-image: url(images/home_perspectives_over.gif);
}
#perspectives span {
	display:none;
}

#contact a {
	background-image: url(images/home_contact_up.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 105px;
	float:left;
}
#contact a:hover {
	background-image: url(images/home_contact_over.gif);
}
#contact span {
	display:none;
}

#register a {
	background-image:url(images/home_register_up.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 92px;
	float:left;
}
#register a:hover {
	background-image:url(images/home_register_over.gif);
}
#register span {
	display:none;
}

#logo img { behavior: url(iepngfix.htc) }

#nav li ul { 
  width: 313;
  display: none;
  position: absolute;
  top: 20px;
  left: 10px;
  margin: 0;
  background: #669;
  padding: 10px 0 0 0;
  list-style-type: none;
}

#nav li ul li { 
  float: none;
  padding: 4px 6px;
  margin: 0;
  width: 100%;
  line-height: 12px;
  display: block;
}

#events ul li a, #events li a { 
  display: block;
  background: none;
  text-decoration: none;
  color: #fc6;
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
  height: 12px;
  line-height: 12px;
  font: normal 14px "Georgia", serif;
}

#nav li ul a:hover, #events li a:hover { 
  background: none;
  color: #ffc;
}

#nav li#events:hover ul, #nav li#events.over ul {
  display: block; 
}

