#main {
	border: 1px solid #d9d9d9;
	clear: both;
	/*background: #f9f9f8;*/
	background:#e5f5fd;
}

a img{
	border: none;
}

#innercontainer {
	border: 1px solid #d9d9d9;	
	margin: 0px 10px 10px 10px;
}

#contents {
	padding: 9px 18px 18px 18px;
	background: #ffffff;
	min-height: 300px;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header2 {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin: 0px 0px 0px 10px;
}

/* Starting Primary navigation section */

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary a,#header ul#primary span,#header ul#primary a.current {

	display: block;
	float: left;
	padding: 4px 16px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-family: Arial, san-serif;
	font-size: 140%;
	text-decoration: none;
	color: #666666;
}

#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
	border: 1px solid #d9d9d9;
	border-bottom: none;
	/*background: #f9f9f8;*/
	background:#e5f5fd;
        color: #005293;
	padding-bottom: 6px;
	margin-top: 0;
}

#header ul#primary a {
        /*background: #fcfcfb;*/
		background:#e5f5fd;
	border: 1px solid #ececec;
	border-bottom: none;
}

#header ul#primary a:hover {
	margin-top: 0;
	border-color: #d9d9d9;
	color: #005293;
	background: #D9E5EF;
	padding-bottom: 5px;
}

/* Ending Primary navigation section */

/*Starting secondary nav section */

#header2 ul#secondary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px; /*making it stick to the bottom of the div */
	width: 55em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header2 ul#secondary li  {
	display: inline;
	list-style: none;
	white-space: nowrap;
}

#header2 ul#secondary a,#header2 ul#secondary span,#header2 ul#secondary a.current {
	display: block;
	float: left;
	padding: 4px 14px;
	margin: 1px 2px 0 0;
	text-align: center;
	font-size: 100%;
	text-decoration: none;
	color: #666666;
}

#header2 ul#secondary span,#header2 ul#secondary a.current,#header2 ul#secondary a.current:hover {
	border: 1px solid #d9d9d9;
	border-bottom: none;
	background: #ffffff;
	color: #005293;
	margin-top: 0;
padding-bottom: 6px;	
}

#header2 ul#secondary a {
	background: #f9f9f8;
	border-bottom: none;
}

#header2 ul#secondary a:hover {
	background: #e2e2e2;
    color: #005293;
}

/*ending secondary nav section */

/* Starting tertiary nav section */

#header3 {
	/*background: #EEE;*/
	background:#e5f5fd;
}

#header3 ul#tertiary {
	margin: 10px;
	padding: 10px 0px 10px 0px;
}

#header3 ul#tertiary li{
	padding-left: 10px;
	display: inline;
	list-style-type: none;
}

#header3 ul#tertiary li a{
	text-decoration: none;
	color: #333;	
}

#header3 ul#tertiary span a{
	color: #cc0000;
	font-size: 100%;
	padding-bottom: 3px;
  border-bottom: 2px solid #cc0000;
}

.iconbartable {
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.iconbartable h3{
  font-size: 110%;
  margin: 0px;
}

.iconbardata td{
  white-space: nowrap;
}

.iconbartable p.large {
  white-space: nowrap;
}
