a:link{
color:#731618;
text-decoration:none;
}

a:hover{
color:#666666;
}

a:active{
color:#0066FF;
}

a:visited{
color:#731618;
}


#wrapper{
width:100%;

}

#contentContainer{
margin:0 0 0 0px;
width:840px;
}

#headerCTN {
height:165px;
background-image:url(images/header_bg.gif);
background-repeat:repeat-x;
padding:30px 0 0 0 ;
}




body {
margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background-image:url(images/yellow_block4_bg.gif);
	
	
	
}

p{padding:0px;
margin:13px;}

#header{
width:100%;
height:150px;
background-color:white;
border-top:1px solid gray;
border-bottom:1px solid gray;  
background-image:url(images/logo_large.gif);
background-repeat:no-repeat;
background-position:20px 45%;
overflow:visible;


}

#subhead{
border:1px dotted gray;
padding:5px;
margin-bottom:20px;
}

#navigationContainer{
float:left;
background-image:url(images/nav_bg3.gif);
background-repeat:repeat-x;
background-position:bottom;
width:180px;
margin:0px;
padding:0px;
height:300px;

}

/*Begin Menu*/

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu {
width:180px;
	
	}
	
#menu li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: black;
	display: block;
	background: url(images/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
#menu li a:hover {
	color:#666666;
	background: url(images/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}
	
#menu li a:active {
	color: #666666;
	background: url(images/menu1.gif) 0 -64px;
	padding: 8px 0 0 10px;
	}
	
	
/* End Left Navigation Menu */

#content{
width:600px;
background-color:white;
padding:10px 10px 80px 10px;
color:#666666;
line-height:18px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/*CSS Tabs*/




.tabnavigation {
width:500px;
position:absolute;
top:156px;
left:283px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:24px;
	
  }
.tabnavigation ul {
  margin:0px 0px 0px 0px;
  padding:0px;
  list-style:none;
  float:right;
  }
.tabnavigation li {
margin:0 0 0 2px;
  float:left;
  background:url(images/left.gif) no-repeat left top;
  padding:0px 0px 0px 9px;
  white-space:nowrap;
  }
.tabnavigation a {
  float:left;
  display:block;
  background:url(images/right.gif) no-repeat right top;
  padding:5px 15px 5px 6px;
  text-decoration:none;
  color:#731618;
  }
  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
.tabnavigation a {float:none;}
/* End IE5-Mac hack */
.tabnavigation a:hover {
color:#666666;
  }
.tabnavigation .current {
  background-image:url(images/left.gif);
  }
.tabnavigation .current a {
  background-image:url(images/right.gif);
  color: black;
  padding:5px 15px 5px 6px;
  }
 .tabnavigation .current a:visited {
 color:black;
 }
 
 /* end */
 
 #footer{
 position:fixed; bottom:0px; width:100%; height:25px; border-top:1px solid #666666;
 background-image:url(images/yellow_block3_bg.gif);
 }
