html,body {
	background-color:#FFFFFF;
	margin-top:0px;
	margin-left:0px;
	height:100%; 
}
html,body,td,th,div {
	font-family:Trebuchet MS, Tahoma, Verdana;
	font-size:11px;
	line-height:19px;
}
a {
	text-decoration:none;
}

table.main_container {
	background: #FFFFFF url(/images/bg/page.gif) repeat-x;
	border-right:1px #ddd solid;
	border-left:1px #DDD solid;
	width:780px;
	height:100%;
}
div.main_container {
	background: #FFFFFF url(/images/bg/page.gif) repeat-x;
	border-right:1px #DEDEDE solid;
	border-left:1px #EEEEEE solid;
	width:100%;
	height:100%;
}


/* global */
table.global {
	background: #C8C9CB url(/images/bg/global.gif) repeat-x;
	width:100%;
	height:46px;
}
div.global {
	float:right;
	margin:0px;
}
.global a {	
	color:#898989;	
	padding:12px;
	font-weight:bold;
	border-width:0px;
}
.global a:hover {	
	background: #E8E8E8 url(/images/bg/nav_global_over.gif) repeat-x;	
	border-width:0px;
}
div.global_nav {
	float:right;
}
td.global_logo {
	padding-left:34px;
	text-align:left;
}
/* end global */

/* header */
td.header_container {
	background: #EEEEEE url(/images/bg/heading.gif) repeat-x;	
	padding-left:34px;
	height:95px;
}
/* end header */

/* local */
.local_container {
	background: #000 url(/images/bg/nav.gif) repeat-x;
	border-top:1px #FAFAFA solid;
	padding-left:1px;
	height:22px;
	width:100%;
}
.local_container a {
	float:left;
	text-align:center;
	vertical-align:middle;
	display: table-cell;
	padding:10px 15px 10px 15px;
	height:18px;
	color:#777777;
}
.local_container a {
	font-weight:bold;
	font-size:12px;
	color:#fff;
	border-right:1px #555 solid;
	display:block;
}
.local_container .sub a {
	border:0px;
	color:#fff;
	height:10px;
	font-size:11px;
	clear:both;
}
.local_container div {
	cursor:pointer;
}
.local_container .sub a:hover {
	text-decoration:underline;
}
.local a:hover {
	color:#DEDEDE;
	background:#FAFAFA url(/images/bg/local_over.gif) repeat-x;
}
.local a.hover {
	color:#DEDEDE;
	background:#FAFAFA url(/images/bg/nav_hover.gif) repeat-x;
}
/* end local */
/* drop down */
div.local_container .sub_node {
	clear:both;
}
div.sub {
	margin-left:0px;
	margin-right:16px;
	margin-top:38px;
	padding-bottom:38px;
	padding-top:3px;
	width:200px;
	background:transparent url(/images/bg/shadow_bl.png) bottom right;
	position:absolute;
	visibility:hidden;	
}
div.local_container .sub a:hover {
	color:#555555;
	background:#CCCCCC;
}
div.local_container .sub a {
	background:transparent url();
	width:150px;
	text-align:left;
	color:#FFFFFF;
	font-size:11px;
	margin:0px;
	padding-bottom:0px;
	padding-top:3px;
	padding-left:20px;
	height:20px;
}
/* end drop down */

/* content */
.menu_item_heading {font-size:19px; margin-top:20px;margin-bottom:10px;	display:block;}
.content, .content_container {
	vertical-align:top;
	color:#262626;
	height:100%;
	padding-top:5px;
	text-align:left;
}
.copy {
	padding:30px;
	padding-top:10px;
	font-size:12px;
	text-align:justify;
}
.boss {
	color:#008800;
	font-weight:bold;
}
div.path {
	float:left;
	font-weight:bold;
}
div.path a {
	color:#555555;
	text-decoration:underline;
}
div.section {
	margin-top:20px;
	clear:right;
}
.content_container img {
	margin-right:10px;
	margin-left:10px;
}
/* end content */

/* black */
div.black_container {	
	background: #FFFFFF url(/images/bg/black.gif) no-repeat;
	overflow:auto;

	width:740px;
	height:205px;

	text-align:left;
	font-size:10px;
	color:#DBDBDB;
	color:#EDFDFD;
	color:#FFFFFF;
	font-weight:bold;
	font-family:Arial, Verdana;

	margin:0px;
	padding:0px;
}
div.black_container li b {
	font-style: italic;
}
h1, h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	line-height:auto;
	text-align:left;
} 
h1.header {	font-size:19px; margin-top:20px;margin-bottom:10px;	}
h2 {	
	margin-bottom:0px;
	margin-top:10px;
	margin-left:25px;

	font-weight:bold;
	font-size:20px;
	font-family:Trebuchet MS, Tahoma, Verdana;
}
h4 {
	font-weight:bold;
	margin:0px;
	padding:0px;
	color:#3AA6D9;
}
table.black_list {
	margin:0px;
	padding:0px;
	padding-left:20px;
}
th.black {	font-size:21px;		}
.black {	font-size:10px;		}
li { font-size:11px;	margin-bottom:6px; 	line-height:13px;	}
/* end black */

/* footer */
.footer {
	border-top:1px #CECFD0 solid;
	background-color:#F6F6F6;
	
	line-height:20px;
	text-align:center;

	color:#A1A1A1;
	font-weight:bold;
	font-size:11px;
}
/* end footer */
/* sidebar */
div.sidebar {
	float:left;
	background-color:#F0F0F0;
	text-align:left;
	width:216px;
	margin-right:20px;	
	padding-bottom:50px;
}
div.content_w_sidebar {
	padding-right:15px;
	margin-left:275px;
	text-align:justify;
	/*text-align:justify;*/
}
.sidebar {
	padding:5px;
	padding-left:10px;
	min-height:500px;
}
.sidebar div a:visited, .sidebar a:active, .sidebar a:link {	
	color:#7F7F7F;
}
.sidebar a:hover {
	color:#494949;
}
div.sidebar {
	padding-left:30px;
	line-height:19px;
	font-weight:normal;
	font-size:10px;
}
.sidebar .Heading, .Heading.sidebar sub_node a {
	font-weight:bold;
	font-size:13px;
	margin-top:10px;
}
.sidebar .sub_node a{
	font-size:11px;
	font-weight:normal;
	margin-left:20px;
}
/* end sidebar */
/* jump menu */
div.menu_container {
	background:#F0F0F0 url(/images/bg/subnav.jpg) repeat-x top left;
	overflow:hidden;
	margin-right:0px;
	margin-bottom:20px;
	padding-left:3px;
}
div.menu_item {
	float:left;
	margin:5px;	  /* spacing from next menu item */
	width:150px;
	line-height:16px;
	height:12px;
	padding-top:4px; /* vertically center */
	padding-bottom:13px;
	padding-left:0px;
	text-align:left;
}
div.menu_item a {
	color:#1e71ba;
	border-bottom:1px #AFAFAF solid;
}
div.menu_item a:hover {
	border-bottom:1px #1e71ba solid;
}
/* end jump menu */
.div {
	margin-bottom:0px;
	margin-top:0px;
}

