/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	width:100%;
	text-align:center;
	margin: 0;
	padding: 0;
	background:#484439;
}
a {
  color:#0081A9;
}
a:hover {
  color:#764718;
}
#container{
    width:960px;
	margin:0 auto;
	position:relative;
	background:#FFF url(images_weblayout/etp_footer.gif) bottom left no-repeat;
	text-align:left;
	min-height:450px;
	padding-bottom:50px;
}
div.title_gradient {
	background-image:    url(images_weblayout/etp_header.gif);
	background-repeat: no-repeat;
	height: 138px;
	width: 960px;
}
div.submenu_swirl {
	background-image:    url(images_weblayout/submenu_swirl.gif);
	background-repeat: no-repeat;
	height: 125px;
	width: 247px;
	top: 0px;
	left: 700px;
	position: absolute;
	z-index: 0;
	display:none;
}
div.navigation_block {
	position:absolute;
	top:128px;
	left:0px;
}
div.navigation_block_top {
	height: 23px;
	width: 164px;
	background-image: url(images_weblayout/nav_top.gif);
	background-repeat: no-repeat;
}
div.navigation_block_middle {
	width: 164px;
	color: #CCCCCC;
	background-color:#7C7663;
	text-align: right;
}
div.navigation_block_bottom {
	height: 23px;
	width: 164px;
	background-image: url(images_weblayout/nav_bottom.gif);
	background-repeat: no-repeat;
}
.h1, h2, h3, menu, disclaimer, submenu, currentpage, neighboringpage, main, p, strong, em, b, i  {
	font-family:Arial, Helvetica, sans-serif;
}
.menu {
	padding: 0;
	margin-left: 6;
	margin-right: 6;
	line-height: 1.4em;
}
.menu br {
    font-size:0px;
	line-height:0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	color: #CCCCCC;
	text-decoration: none;
}
.menu a:hover{
	color: #FFFFFF;
	font-weight: bolder;
}
.menu_title{
	margin: 6;
	color: #FFFFFF;
}
.line{
	border-top-width: 1px; 
	border-top-style: solid; 
	border-top-color: #D6D6D6;
	margin: 6;
}
.disclaimer {
	padding: 0;
	margin: 0;
	height: 2em;
	width:164px;
	left: 0px;
	bottom: -20px;
	text-align: center;
	color: #006699;
	font-size: 1em;
	text-decoration: none;
	position: absolute;
	z-index: 3;
	background-image: url(images_weblayout/submenu_tile1.png);
	background-repeat: repeat;
}
.disclaimer a:visited, .disclaimer a:active, .disclaimer a:link{
	text-decoration: none;
	color: #7C7663;
}
.disclaimer a:hover{
	text-decoration: none;
	color:#000000;
	font-weight: bolder;
}
.submenu {
  	position: absolute;
	padding:5px;
	top: 147px;
	right:0px;
	width:160px;
	text-align: left;
	color: #006699;
	font-size: 1em;
	line-height: 1.4em;
	background-repeat: repeat;
	border-left:1px solid #7C7663;
}
.submenu h3 {
    color:#7C7663;
	margin:0;
	padding:0;
    padding-bottom:5px;
}
.submenu br {
    font-size:0px;
	line-height:0px;
}
.submenu a:visited, .submenu a:active, .submenu a:link{
	color: #006699;
	text-decoration: none;
}
.submenu a:hover{
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
.currentpage{
	font-size: 0.7em;	
	position: absolute;
	top:30px;
	left:350px;
}
.neighboringpage{
	text-align: right;
	padding: 0;	
	position: absolute;
	top:32px;
	right:20px;
	color:#FFF;
}
.neighboringpage a{
	text-decoration:none;
	color:#FFF;
}
.neighboringpage a:hover{
	color:#000;
}
.main{
    width:580px;
	margin-left:190px;
	margin-right:190px;
	font-size: 1em;
}
h1 {
	margin: 0;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
h2 {
	color:#E9790A;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:1.2em;
    margin-bottom:0.5em;
}
h3 {
	font-size: 1em;
}
ul{
	list-style-type: disc;

}
td{
	vertical-align: top;
	font-size: 13px;	
}

