body#screen {
	background: #000000 url(/img/bg_page.jpg) repeat-y top left;
	margin: 0px;
	text-align: left;
	color: #ffffff
}

table#main {
	background: #000000 url(/img/bg_content.jpg) no-repeat top left;
	width: 925px;
	height: 626px;
	margin: 0 0 20px 0;
}

td#top {
	height: 243px;
	padding-top: 25px;
}

td#navi {
	padding-left: 40px;
	width: 233px;
}

td#contents {
	padding: 0 20px 0 0;
	width: 652px;
}

div#navi_bg {
	background-color: #000000;
}

/* LEVEL 1 */

ul#level1 {
	list-style-type: none;
	padding: 0px;
	margin: 5px 0 0 2px;
	width: 206px;
}

li.lev1 {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

a.l1, a.l1:link, a.l1:visited {
	font: bold 10px Georgia, serif;
	color: #ffffff;
	font-style: normal;
	display: block;
	width: 169px;
	padding: 9px 10px 11px 25px;
	text-decoration: none;
	background: transparent url(/img/bg_link.jpg) repeat-x top left;
	text-transform: uppercase;
	outline: none;
}

a.l1:hover, a.l1:active {
	font: bold 10px Georgia, serif;
	color: #fab700;
	font-style: normal;
	text-decoration: none;
	background: transparent url(/img/bg_link.jpg) repeat-x top left;
	text-transform: uppercase;
	outline: none;
}

a.l1_sel, a.l1_sel:link, a.l1_sel:visited, a.l1_sel:hover, a.l1_sel:active {
	font: bold 10px Georgia, serif;
	color: #ffffff;
	font-style: normal;
	display: block;
	color: #717a69;
	width: 169px;
	padding: 9px 10px 11px 25px;
	text-decoration: none;
	background-color: #000000;
	text-transform: uppercase;
	outline: none;
}


li.lev2 {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

a.l2, a.l2:link, a.l2:visited {
	font: bold 10px Georgia, serif;
	color: #ffffff;
	font-style: normal;
	display: block;
	width: 169px;
	padding: 3px 10px 5px 25px;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}

a.l2:hover, a.l2:active {
	font: bold 10px Georgia, serif;
	color: #fab700;
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	outline: none;
}

a.l2_sel, a.l2_sel:link, a.l2_sel:visited, a.l2_sel:hover, a.l2_sel:active {
	font: bold 10px Georgia, serif;
	color: #ffffff;
	font-style: normal;
	display: block;
	color: #717a69;
	width: 169px;
	padding: 3px 10px 5px 25px;
	text-decoration: none;
	background-color: #000000;
	text-transform: uppercase;
	outline: none;
}


div.news {
	background-color: #111111;
	padding: 5px 10px 5px 10px;
	margin: 10px 0 10px 0;
}

div.news p {
	font: normal 11px arial, sans-serif;
	color: #ffffff;
	line-height: 15px;
}

div.news p span {
	font: bold 14px Georgia, serif;
	color: #ffffff;
}

table#index_table {
	width: 100%;
}

td#index_left_column {
	padding-right: 20px;
}

td#index_right_column {
	width: 180px;
	/*padding-right: 20px;*/
}

div.bottom_border {
	border-bottom: 1px solid #333333;
	margin: 10px 20px 10px 40px;
}

td#footer {
	font: bold 10px Georgia, serif;
	color: #ffffff;
	text-align: center;
	padding: 0 0 20px 0;
}

div#quicklinks {
	padding: 15px 0 0 20px;
}

div.date {
	font: bold 14px Georgia, serif;
	color: #ffffff;
	text-align: right;
	padding: 0 0 5px 0;
}