body {
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-color: black;
	margin: 0px;
	font-family: verdana, sans-serif;
	font-size: small;
	behavior: url(framework/csshover.htc);
}

div.news div.news_item {
	padding-bottom: 10px;
}

div.news div.news_item span.date, span.time {
	font-weight: bold;
}

ul {
	list-style-image: url(images/bullet.png);
}

table#body {
	height: 100%;
	width: 834px;
	margin-left: 79px;
}

td.nw {
	white-space: nowrap;
}

div a.block_link{
	display:block;
	width: 100%;
	height: 100%;
}

div#title {
	position: absolute;
	font-size: 21pt;
	font-weight: bold;
	left: 132px;
	top: 26px;
	width: 436px;
	height: 50px;
}

div#breadcrumb {
	position: absolute;
	font-size: 9pt;
	left: 259px;
	top: 83px;
	width: 433px;
	height: 14px;
}

div.button {
	position: absolute;
	top: 122px;
	width: 84px;
	height: 40px;
}

/* Offset == 86 */

div#button1 { left: 333px; }
div#button2 { left: 419px; }
div#button3 { left: 505px; }
div#button4 { left: 591px; }
div#button5 { left: 677px; }
div#button6 { left: 763px; }

td.sidebar {
	background-image: url(images/sidebar_content.png);
	background-position: -9px 0px;
	background-repeat: repeat-y;
	vertical-align: top;
	width: 211px;
}

td.sidebar table#sidebarcontent
{
	position: relative;
	top: -45px;
	border: none;
	width: 200px;
	text-align: center;
}

td.sidebar p {
	padding-left: 15px;
	margin: 0px;
}

td.sidebar div.hr {
	width: 196px;
	height: 43px;
	background-image: url(images/side_divider.png);
	border: 0px;
	padding: 0px;
	margin: 0px;
}


/* 2009-1215 background-position: 590px 0px works for Firefox but not Safari*/
td.content {
	background-color: white;
	background-image: url(images/sidebar_content.png);
	background-position: 590px 0px;
	background-repeat: repeat-y;
	vertical-align: top;
	width: 599px;
	height: 100%;
}

div#content {
	padding-right: 20px;
	padding-left: 10px;
}

div#content p{
	text-indent: 36pt;
}


td.shadow {
	background-repeat: no-repeat;
	background-image: url(images/shadow.png);
	width: 12px;
	height: 542px;
}

td#shadow_l {
	background-position: left top;
}
td#shadow_r {
	background-position: right top;
}

td.head_foot {
	background-image: url(images/head_foot.png);
	background-repeat: no-repeat;
}

td#head {
	background-position: 0px -73px;
	width: 834px;
	height: 177px;
}

td#head div#RAIL {
	position: absolute;
	left: 680px;
	top: 0px;
	height: 60px;
	width: 220px;
}

td#foot {
	background-position: 0px 0px;
	text-align: center;
	vertical-align: top;
	font-size: 9pt;
	color: rgb(192,192,192);
	padding-left: 22px;
	padding-top: 34px;
	width: 834px;
	height: 73px;
}

td#foot a {
	color: white;
}

td#foot a:visited {
	color: #D0D0D0;
}

div img {
	border: 0px;
}

.noborder {
	border: none;
}

/* Menu CSS */
div.button:hover div.menu_box {
	display: block;
}

div.menu_box {
	position: absolute;
	left: 0px;
	top: 34px;
	width: 136px;
	display: none;
}

div.menu_box div.menu {
	background-image: url(images/menu.png);
	_background-image: url(images/menu.gif);
	width: inherit;
	font-size: 9pt;
	font-weight: bold;
}

div.menu * {
	padding-left: 15px;
}

div.top * { 
	padding-top: 10px;
}

div.mid * { 
	padding-top: 5px;
}

div.bot * { 
	padding-top: 5px;
}

div.menu a.block_link {
	text-decoration: none;
	color: black;
}

div.menu_box div.top {
	background-position: 136px 0px;
	height: 33px;
} 

div.menu_box div.mid {
	background-position: 136px -33px;
	height: 27px;
} 

div.menu_box div.bot {
	background-position: 136px -60px;
	height: 44px;
}

div.menu_box div.top:hover {
	background-position: 0px 0px;
} 

div.menu_box div.mid:hover {
	background-position: 0px -33px;
} 

div.menu_box div.bot:hover {
	background-position: 0px -60px;
}