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('bg_next2.jpg') 0 0 no-repeat;
	margin: 0;
	font-family: Arial, sans-serif;
}

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:180px;
}

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

#menu_next a {
	margin:0px;
	vertical-align: middle;
	height:27px;
	display: block;
	text-decoration: none;
	padding-left: 26px;
	background: transparent url('./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;
}
