body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.72em;
	color: #000000;
	top: 0;
	left: 0;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	wdith: 100%;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
}

a:link {
	color: #000099;
 	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000099;
 	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0033;
 	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #000099;
 	text-decoration: none;
	font-weight: bold;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

#banner {
	position: relative;
	width:100%;
	height:145px;
}

td.bannerstretch {
	width:100%;
	background:url(images/newtop_mid6.gif) repeat-x;
}

#crumbtrail {
	position: relative;
	font-weight: bold;
	top: 18px;
	background-color: #FFFF99;
	padding: 2px;
	background-image: url(images/spaceryellow.gif);
	background-repeat: repeat;
}

#tabs {
	position: relative;
	top: 48px;
	_top: 40px; /* only IE6 will see this line */
	height:0.8em;
	line-height:1.80em;
	padding: 0;
	margin: 0;
	z-index: 1;
	
}
html>body #tabs {
	top: 40px;
	_top: 50px; /* only IE6 will see this line */
}

#tabs ul {
	margin: 0;
	padding: 0;
}

#tabs li {
	float: left;
	margin-top: 0px;
	margin-left: 6px;
	padding: 0;
	list-style-type: none;
}
html>body #tabs li {
	margin-top: -5px;
} 

#tabs li a {
	text-decoration: none;
	padding: 3px 5px;
	margin-top: -5px;
	border: 1px solid black;
	border-bottom: none;
	background-color: #DDDDDD;
}

#tabs li.selected a {
	text-decoration: none;
	padding: 3px 5px;
	margin-top: -5px;
	border: 1px solid black;
	background-color: white;
	border-bottom: 1px solid white;
}

/*#tabs li.selected a {
	padding-top: 3px;
	background-color: #FFFFFF;
	border-bottom: 1px solid white;
}*/
	
#main {
	position: relative;
	top: 46px;
	_top: 40px; /* only IE6 will see this line */
	height:100%;
	width:98%; /* IE-only */
	border: 1px solid #000000;
	z-index: 0;
}
html>body #main {
	width:99%; /* only non-IE browsers will see this line */
}

#mainnotabs {
	position: relative;
	top: 46px;
	_top: 40px; /* only IE6 will see this line */
	height:100%;
	border: 1px solid #000000;
}

#maintextarea {
	position: relative;
	top: 1px;
	margin: 10px;
}
html>body #maintextarea {
	top: 10px;
	margin: 10px;
}

#ampsectionboxheader {
	padding: 3px;
	position: relative;
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 0px;
	border-color: #000000;
	background-color: #DDDDDD;
}

#ampsectionbox {
	padding: 5px;
	position: relative;
	border-top: 0px;
	border-right: 1px solid;
	border-left: 1px solid;
	border-bottom: 1px solid;
	border-color: #000000;
}

#footer {
	position: relative;
	height: 20px;
}

hr {
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #999999;
	margin-top: 3px;
	margin-bottom: 12px;
	width: 100%;
}
html>body hr {
	margin-top: 10px;
	margin-bottom: 20px;
} 

hr.amp {
	height: 1px;
	border: 0;
	border-bottom: 1px dashed #999999;
	margin-top: 3px;
	margin-bottom: 0px;
	width: 100%;
}
html>body hr.amp {
	margin-top: 10px;
	margin-bottom: 8px;
}

tr.trheading {
	background-color: #DDDDDD;
}

tr.trwhite {
	background-color: #FFFFFF;
}

td.tdtopleft {
	text-align: left;
	vertical-align: top;
}

td.tdtopright {
	text-align: right;
	vertical-align: top;
}

td.tdtopmiddle {
	text-align: center;
	vertical-align: top;
}

.amplarge {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
}
