body
	{
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Lucida Sans Unicode, Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size: 13px;
	background: #fff url(../chrome/body_bkgd.jpg) repeat-y;
	background-position: right;
	}
	
p,h1,h2,h3,h4,h5
	{
	margin-top: 0;
	}
	
h3
	{
	font-size: 18px;
	font-weight: normal;
	color: #096;
	}
	
	
p
	{
	line-height: 18px;
	}
	
a
	{
	color: #06c;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover
	{
	text-decoration: underline;
	}

table
	{
	margin: 0;
	padding: 0;
	}


/*	META NAVIGATION
	------------------------------------------------------------------ */
	
tr#meta
	{
	background: #ffea50 url(../chrome/meta_bkgd.jpg) repeat-x top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	} 
	
tr#meta td
	{
	height: 30px;
	border-bottom: 2px solid #c93;
	padding-right: 10px;
	}
	
tr#meta h1
	{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 30px;
	font-size: 13px;
	font-weight: normal;
	}
	
tr#meta h1 a
	{
	padding: 4px 10px 4px 60px;
	background: transparent url(../chrome/meta_logo.gif) no-repeat left;
	}

tr#meta td ul
	{
	display: block;
	padding: 7px 0;
	margin: 0 0 0 140px;
	}
	
tr#meta ul li
	{
	display: inline;
	padding: 0 6px 0 10px;
	line-height: 16px;
	background: transparent url(../chrome/bullet.gif) no-repeat left;
	}

tr#meta ul li.first
	{
	padding-left: 0;
	background: none;
	}
	
tr#meta ul li a
	{
	font-weight: normal;
	white-space: nowrap;
	}


/*	HEADER
	------------------------------------------------------------------ */
	
tr#header
	{
	background: #06c url(../chrome/header_bkgd.jpg) repeat-x top left;
	color: #fff;
	} 

tr#header td
	{
	height: 65px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0 10px;
	}

tr#header td#title
	{
	padding-left: 15px;
	vertical-align: top;
	padding-right: 10px;
	}
	
tr#header td h2
	{
	padding-top: 4px;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 0;
	}
	
tr#header p
	{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 6px;
	}
	
tr#header td a
	{
	color: #ffec5d;
	font-weight: normal;
	}
	
tr#header td#address
	{
	width: 202px;
	}
	
td#address address
	{
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
	}
	
	
/*	SUBHEADER
	------------------------------------------------------------------ */
	
tr#subheader
	{
	font-size: 12px;
	} 

tr#subheader td
	{
	border-top: 2px solid #06c;
	border-bottom: 1px solid #ccc;
	height: 30px;
	padding: 0 15px;
	}
	
tr#subheader td#pagenav
	{
	padding-right: 10px;
	background: transparent url(../chrome/page_bkgd.jpg) repeat-y top right;
	}
	
tr#subheader td ul
	{
	display: block;
	padding: 7px 0;
	margin: 0;
	}
	
tr#subheader ul li
	{
	display: inline;
	padding: 0 6px 0 10px;
	line-height: 16px;
	background: transparent url(../chrome/bullet.gif) no-repeat left;
	}

tr#subheader ul li.first
	{
	padding-left: 0;
	background: none;
	}
	
tr#subheader ul li a
	{
	font-weight: normal;
	white-space: nowrap;
	}
tr#subheader td#newsheader
	{
	background-color: #fff;
	padding-left: 10px;
	}
	
tr#subheader td#newsheader h3
	{
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	}
	

/*	SUBHEADER - CURRENT PAGE HIGHLIGHTING
	------------------------------------------------------------------ */
	
body#section1 li.section1 a,
body#section2 li.section2 a,
body#section3 li.section3 a,
body#section4 li.section4 a,
body#section5 li.section5 a,
body#section6 li.section6 a,
body#section7 li.section7 a,
body#section8 li.section8 a,
body#section9 li.section9 a
	{
	color: #000;
	}
		
body#section1 li.section1 a:hover,
body#section2 li.section2 a:hover,
body#section3 li.section3 a:hover,
body#section4 li.section4 a:hover,
body#section5 li.section5 a:hover,
body#section6 li.section6 a:hover,
body#section7 li.section7 a:hover,
body#section8 li.section8 a:hover,
body#section9 li.section9 a:hover
	{
	text-decoration: none;
	cursor: default;
	}	
	
/*	NATIONAL COLUMN
	------------------------------------------------------------------ */
	
td#news
	{
	width: 202px;
	vertical-align: top;
	padding: 10px;
	background-color: #fff;
	}
	
td#news ul
	{
	margin: 0 0 40px 0;
	padding: 0;
	}
	
td#news ul li
	{
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	}
	
td#news ul li a
	{
	font-weight: normal;
	}
	
td#news p
	{
	padding: 10px;
	}
	
	
/*	PAGE CONTENT
	------------------------------------------------------------------ */
	
td#page
	{
	vertical-align: top;
	padding: 20px 15px;
	background: transparent url(../chrome/page_bkgd.jpg) repeat-y top right;
	}
	
td#page a
	{
	font-weight: bold;
	}
	
td#page p
	{
	font-size: 13px;
	line-height: 20px;
	}
	
td#page p.promo
	{
	border: 1px solid #c93;
	margin: 25px 8px;
	padding: 10px;
	width: 91%;
	background-color: #FFF9CC;
	}
	
td#page img
	{
	border: 1px solid #ccc;
	padding: 1px;
	}
	
td#page p img
	{
	float: right;
	margin: 0 10px 20px 20px;
	}
	
td#page h4
	{
	font-size: 14px;
	}
	
td#page h5
	{
	font-size: 13px;
	}
	
td#page ul li
	{
	list-style-type: square;
	color: #333;
	}
		
td#page li
	{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 6px;
	}	
	
td#page blockquote
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 24px;
	margin-left: 15px;
	color: #669;
	}
	
td#page dl
	{
	border: 1px solid #ccc;
	padding: 0;
	margin: 25px 8px;
	width: 95%;
	padding-bottom: 10px;
	}
	
td#page dt
	{
	font-weight: bold;
	margin-left: 10px;
	text-decoration: underline;
	margin: 10px 10px 4px 10px;
	}
	
td#page dd
	{
	margin-left: 10px;
	font-size: 12px;
	line-height: 15px;
	margin: 0 10px 8px 10px;
	}
		
td#page address
	{
	color: #333;
	font-style: normal;
	}
	
	
td#page table
	{
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 25px 8px;
	width: 95%;
	}
	
td#page table.events
	{
	border-bottom: 6px solid #ccc;
	}
		
td#page table th
	{
	background-color: #eee;
	font-size: 14px;
	}
	
td#page table.events th
	{
	background-color: #FFFFBB;
	color: #960;
	}

td#page table th,	
td#page table td
	{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 6px;
	margin: 0;
	vertical-align: top;
	}
	
td#page table.events th,	
td#page table.events td
	{
	padding: 12px;
	}
	
td#page table h4,
td#page table h5
	{
	margin-bottom: 6px;
	}
	
td#page table p
	{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 6px;
	}
	
td#page td.date
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	width: 40px;
	background-color: #17d;
	}
		
td#page td.date sup
	{
	font-size: 18px;
	line-height: 36px;
	vertical-align: top;
	}
	
td#page td.date div
	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	}
		
td#page div.imagecaption
	{
	display: inline;
	float: right;
	width: 240px;
	margin: 0 10px 20px 20px;
	}
	
td#page div.imagecaption img
	{
	display: block;
	width: 240px;
	}
	
td#page div.imagecaption p
	{
	font-size: 11px;
	color: #960;
	margin-top: 6px;
	line-height: 14px;
	}


