/* CSS Document */
body {
	margin: 0;
	width: 100%;
	min-width: 956px;
	background-color: #73849B;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
img{
	border: none;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: #ddeeff;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #ddeeff;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #99ccff;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #77bbff;
}
/* COUNTDOWN */
.cd {
	font-size: 10px;
	color: #b3c4db;
}
/* BANNER */
div#banner {
	left: 0%;
	top: 0%;
	width: 100%;
	height: 137px;
	background-image: url("images/banner/banner_bg.gif");
	background-repeat: repeat-x;
}
.banner_left {
	position: absolute;
	left:0%;
	width: 800px;
	height: 137px;
}
.banner_right {
	position: absolute;
	right: 0%;
	width: 156px;
	height: 137px;
}
/* END BANNER */

/* NOTICE BOX */
#notice {
	position: absolute;
	top: 137px;
	left: 2.5%;
	width: 95%;
	background-color: #748AA4;
}

/* LEFT BOX */
#maintbl{
	position: absolute;
	top: 228px;
	left: 2.5%;
	width: 95%;
}
td.val-top{
	vertical-align:top;
}
#left {
	left: 1%;
	width: 170px;
	background-color: #748AA4;
}
#middle {
	width: 100%;
	background-color: #748AA4;
}
#right {
	right: 1%;
	width: 170px;
	background-color: #748AA4;
}

td.bwlbg{
	background-image: url("images/table/box_bwl.gif");
	background-repeat: no-repeat;
}
td.box-top_left{
	background-image: url("images/table/box_top_left.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 27px;
}
td.box-top_middle{
	background-image: url("images/table/box_top_middle.gif");
	background-repeat: repeat-x;
	height: 27px;
}
td.box-top_right{
	background-image: url("images/table/box_top_right.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 27px;
}
td.box-title_left{
	background-image: url("images/table/title_left.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 27px;
}
td.box-title_bg{
	background-image: url("images/table/title_bg.gif");
	background-repeat: repeat-x;
	height: 27px;
}
td.box-title_right{
	background-image: url("images/table/title_right.gif");
	background-repeat: no-repeat;
	width: 28px;
	height: 27px;
}
td.box-left{
	background-image: url("images/table/box_left.gif");
	background-repeat: repeat-y;
	width: 16px;
}
td.box-right{
	background-image: url("images/table/box_right.gif");
	background-repeat: repeat-y;
	width: 16px;
}
td.box-bottom_left{
	background-image: url("images/table/box_bottom_left.gif");
	background-repeat: no-repeat;
	width: 106px;
	height: 27px;
}
td.box-bottom_middle{
	background-image: url("images/table/box_bottom_middle.gif");
	background-repeat: repeat-x;
	height: 27px;
}
td.box-bottom_right{
	background-image: url("images/table/box_bottom_right.gif");
	background-repeat: no-repeat;
	width: 16px;
	height: 27px;
}
/* TEXT STYLES */
.news_title{
	font-size: 18px;
	font-weight: bold;
}
.news_text{
	font-size: 12px;
}
.c_title{
	font-size: 18px;
	font-weight: bold;
}
.staff_title{
	font-size: 18px;
	font-weight: bold;
	background-color: #8CAAC6;
}
.staff_subtitle{
	font-size: 12px;
	font-weight: bold;
	background-color: #73849b;
}
.guide_title{
	border: none dashed #000033;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.guide_subtitle{
	font-size: 12px;
	font-weight: bold;
}
.guide_list{
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
}

/* HR */
td.hr-left{
	background-image: url("images/hr/hr_left.gif");
	background-repeat: no-repeat;
	width: 41px;
	height: 16px;
}
td.hr-middle{
	background-image: url("images/hr/hr_middle.gif");
	background-repeat: repeat-x;
	height: 16px;
}
td.hr-right{
	background-image: url("images/hr/hr_right.gif");
	background-repeat: no-repeat;
	width: 39px;
	height: 16px;
}