html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
	color:#00184E;
	font-size:10pt;
}

/*
 * The "height" above is a hack for IE5+/Win.  Below we adjust
 * it using the child selector to hide from IE5+/Win
 */

html>body, html>body #contents {
	height: auto;
}

/*
 * Without this, Moz1.0 adds a vertical scrollbar
 */

body {
	background:  #FFFFFF url('../image/bg_next2.jpg') 0 0 no-repeat;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 10pt;
}

a {
	color:#00184E;
	text-decoration:underline;
}

a:hover {
	color:#00184E;
	text-decoration:underline;
}


#contents {
	position: absolute;
	top: 0px;
	left: 0;
/*  Use the following to center this at 50% width, or this for 750px: width: 700px, margin-left: -350px: */
/*
	left: 50%;
	width: 50%;
	margin-left: -25%;
*/
}

#footer {
	padding-top: 10px;
	font-size: 8pt;
	position: absolute;
	bottom: 0;
	width: 100%; /* See note below */
	text-align: center;
	clear:both;
}

#copy {
	border-top:2px solid #00184E;
	width:100%;
	height:20px
}
#row_next {
	height:134px;
	width:100%;
}
#row {
	position:absolute;
	top:180px;
	width:100%;
	height:52px;
	text-align:justify;
	background-color:  #00184E ;
}

#main {
	margin-bottom: 5em;
	height: auto;
}
			
#menu_next {
	float:left;
	width:250px;
}

#menu_first a {
	margin:0px;
	vertical-align: middle;
	height:40px;
	display: block;
	text-decoration: none;
	padding-left: 40px;
	background: transparent url('../image/bullet.gif') 0px 0px no-repeat;
	line-height:35px;
	font-size:12pt;
}

#menu_next a {
	margin:0px;
	vertical-align: middle;
	height:25px;
	display: block;
	text-decoration: none;
	padding-left: 26px;
	background: transparent url('../image/bullet.png') 4px 0px no-repeat;
	line-height:24px;
	font-weight:bold;

}
#menu_first2 a {
	text-decoration: none;
}
#menu_first2 a:hover {
	text-decoration: underline;
}

#menu_left a {
	text-decoration: none;
}

#news {
	float:left;
	width:250px;
}

#news a {
	margin:0px;
	vertical-align: middle;
	height:25px;
	display: block;
	text-decoration: none;
	padding-left: 26px;
	background: transparent url('../image/bullet_orange.png') 4px 0px no-repeat;
	line-height:24px;
	font-weight:bold;
}


.link_body {
	margin-left: 30px;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 8pt;
	padding-bottom: 10px;
	color: #000;
}

h1 {
	color: #00184E;
	font-weight: bold;
	font-size: 14pt;
}
h2 {
	color: #00184E;
	font-weight: bold;
	font-size: 12pt;
}

h3 {
	color: #00184E;
	font-weight: normal;
	font-size: 12pt;
}

h4 {
	color: #00184E;
	font-weight: normal;
	font-size: 10pt;
}

table {
	border: 0;
	font-size: 10pt;
	margin-right: 5pt;
}

table th {
	color: #CC9900;
	font-size: 14pt;
	font-weight: bold;
	padding: 2px;
}

table th * {
	color: #CC9900;

}

table td {
	padding: 2px;
}

.table_nancy {
	font-size: 10pt;
	border: 0;
}
.table_nancy td {
	padding: 2px;
	border-right-color: #00184E;
	border-bottom-color: #00184E;
	border-left-color: #00184E;
	border-top-color: #00184E;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-left-style: solid;
}



ul#menu {
  width: 250px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: left;
  list-style-type: none;
  margin: 0;
  margin-left: 20px;
  padding: 5px;
}

ul#menu a {
  color: #00184E;
}

 ul#menu a {
  color: #00184E;
  text-decoration: none;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #00184E;
}

ul#menu a.active {
  color: #00184E;
}

li {
	margin-top: 12px;
}
