body, p, td, ul, ol, h1, h2, h3, h4, h5, h6, div, input {
	font-family: Arial, Verdana, Geneva, Helvetica;
}

a {
	color: #042248;
}

a:hover {
	color: #5B818D;
}

body, div, td, ul, ol, input {
	font-size: 12px;
}



dd {
	padding-bottom:	10px;
}

dt {
	font-weight: bold;	
}

form {
	margin: 0px; 
	padding: 0px;
}

h1 {
	font-size: 28px; 
	font-weight: normal;
	margin: 0px;
	color: #042248;
}

h2 {
	font-size: 20px; 
	font-weight: normal;
	margin: 0px;
	color: #042248;
}

h3 {
	font-weight: normal;
	margin-top: 8px;
	font-size: 14px; 
	color: #5B818D;
}

h3 a {
	color: #5B818D;
}

h3 a:hover {
	color: #900;
}

h4 {
	font-size: 12px;
	margin: 0px;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

.block {
	display: block;
}

.date {
	float: left;
}

.divider {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.content_column {
	width: 548px;
}

.content {
	font-size: 12px;
	line-height: 18px;
}

.content ul li {
	list-style: url("../image/bullet.gif");
	font-size: 12px;
	line-height: 18px;
}

.content ol li {
	font-size: 12px;
	line-height: 18px;
}

.caption {
	font-size: 10px; 
	color: #ccc;
	padding: 3px;
	background-color: #333;
}

.event_name a {
	font-weight: bold;
	text-decoration: none;
	line-height: 12px;
}

.event_details {
	font-size: 10px;
	line-height: 11px;
	color: #666;
	padding-bottom: 4px;	
}

.event_head {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #eaf1f4;
	border-top: 1px solid #cadde5;
	border-bottom: 1px solid #cadde5;
}

.event_head h3 {
	margin-top: 0px;
	margin-bottom: 4px;
}

.event_summary {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 1em;
}

.F1 { 
	color: #aaa; 
	font-size: 11px; 
	background-color: #f7f7f7; 
	padding: 3px;
	width: 122px;
	border: 1px solid #777;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 128px;
}

.F1:focus { 
	color: #000; 
	background-color: #fff; 
}

.imglist1 img {
	float: right;
	padding-left: 10px;
}

.imglist1 h3 {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #cadde5;
	clear: both;
}

.imglist1 h3:first-child {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.imglist1 h3.noline {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.imglist1 {
	line-height: 16px;
}

.info {
	margin-left: 6em;
}

.main {
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* NDE Menu Functionality Code */

/*
use xb settings to make ul/li appear the 
same in mozilla, ie and opera
*/

ul.menu, ul.menu ul { display: block; margin: 0; border: 0; padding: 0; }

ul.menu li { margin: 0; border: 0; padding: 0; }

/*
top level items in ul are inline to display horizontally
across page
*/

ul.menu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
nested lists inside of the top level items are initially
not displayed
*/
ul.menu li ul {
  color: #042248;
  xbackground-color: #eaf1f4;
  font-size: 10px;
  border: 0px solid #cadde5;
  padding: 0px;
  padding-top: 5px;
  margin: 0px;
}

ul.menu li ul li {
	font-weight: normal;
}


ul.menu li ul a {
  display: block;
  color: #042248;
  font-size: 12px;
  border: 0px;
  padding-left: 12px;
  width: 150px;
}

/* Additional Custom Styling (visual) */


ul.menu li a {
	display: block;
	text-decoration: none;
	font-size: 14px;
	color: #5B818D;
	border-top: 1px solid #eee;
	padding: 3px;
	margin-right: -4px;
	width: 175px;
}

ul.menu li a:hover {
	color: #042248;
	background-color: #eaf1f4;
	xfont-weight: bold;
}

ul.menu a:active {
	color: #000;
}

ul.menu li#selected {
        font-weight: bold;
}

ul.menu li#selected ul li {
	font-weight: normal;
	margin-left: 12px;	
}


ul.menu li ul a#selected_page {
  font-weight: bold;
  background: url("../image/bullet.gif") left no-repeat;
}

ul.menu li ul a#selected_page:hover {
  background-color: #eaf1f4;
}
	
/*
fix up the submenu items
voice-family lines screen correct CSS values from browsers that
improperly lay out block-level boxes and have broken CSS parsers
(IE5.5/Win)
*/
ul.menu li ul li {
  padding: 0;
  display: block;
  width: 100%;
  margin-left: 0;
}


ul.menu li.submenu ul a {
  font-size: 10px;
  display: block;
  margin: 0;
  border: 0;
  background-color: #eaf1f4;
  padding: 3px 6px 3px 6px;
}

ul.menu li.submenu ul a:hover {
  border: 0;
  color: #042248;
  background-color: #dce6ea;
}

.map {
	background: url("../image/map2.gif") no-repeat center top;
}

#mono {
	position: absolute; 
	top: 0px; 
	right: 0px; 
	z-index: 1; 
	width: 100%;
}

.nav_column {
	width: 175px;
}

.overphoto {
	position: absolute; 
	left: 0px; 
	top: 76px; 
	width: 100%;
	visibility: hidden; 
	z-index: 2; 
	display: block;
}

.primary_title {
	background: url("../image/smallgrid.gif") repeat-x;
	}
	
.primary_title h1 span {
	display: none;
}

.primary_grid {
	background: url("../image/losnettos.gif") no-repeat;
	}

.footer {
	background: url("../image/footergrid.gif") repeat-x;
	}
	
.right_col {
	font-size: 11px;
	line-height: 16px;
}

.right_col h3 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.right_col ul {
	margin: 0px;
	margin-bottom: 10px;
	padding-left: 18px;
}

.right_col li {
	list-style: url("../image/bullet.gif");
	padding: 0px;
	margin: 0px;
}

.right_col p {
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

.related_link {
	text-align: right;
	font-size: 10px;
}

#search {
	background-color: #eaf1f4;
	border-top: 1px solid #cadde5;
	border-bottom: 1px solid #cadde5;
	padding: 3px;
	text-align: center;
	vertical-align: middle; 
	width: 169px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 175px;
}

.search_desc {
	
}

.search_date {
	font-size: 10px;
	color: #666;
	font-style: italic;
}

.semiopaque { 
	filter: alpha(opacity=64); 
	-moz-opacity: 64%; 
}

.submenu {
	font-size: 10px;
	color: #5B818D;
	background-color: #eaf1f4;
	border-top: 1px solid #cadde5;
	border-bottom: 1px solid #cadde5;
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 12px;
}

ul.submenu li {
	font-size: 10px;
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding-right: 3px;
	padding-left: 6px;
	border-left: 1px solid #cadde5;
}

.submenu li:first-child { 
	border-left: 1px solid #eaf1f4;
}

.submenu li a {
	text-decoration: none;
	color: #5B818D;
}

.submenu a:hover {
	color: #900;	
}

table.navbar {
	font-size: 10px;
	line-height: 11px;
	color: #5B818D;
	background-color: #eaf1f4;
	border-top: 1px solid #cadde5;
	border-bottom: 1px solid #cadde5;
	padding: 2px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 12px;
}

table.navbar td {
	font-size: 10px;
	margin: 0px;
}

table.navbar td:last-child {
    padding-right: 4px;
    
}

table.navbar td a {
	text-decoration: none;
	color: #5B818D;
}

table.navbar td a:hover {
	color: #900;	
}

#interior_right	{
	width: 554px;
	float: left;
	display:inline;
	}	
	
#interior_right_content	{
	margin: 20px 12px 20px 20px;
	}	

#sidebar {
	width:165px; 
	font-size: 12px; 
	border:solid 1px #F5ECE2; 
	background: #FAF6F2; 
	float: right; 
	margin: 5px 0 10px 5px; 
	padding: 0 5px 5px 5px;	
	}
	
#sidebar h4 {
	margin: 3px 0 2px 5px;
	font-size: 18px;
	}	
	
#sidebar p {
	 font-size: 11px; 
	 line-height: 16px; 
	 font-family: arial;
	 marin: 8px 0 2px 5px;
	 }	
	 
#sidebar img {
	border: solid 1px #333;
	margin: 0 5px 5px 5px;
	}

