/* -------------------------------------------------------------------------- */
/* Basic */

body {
	background-color: #000000;
	margin: 40px 0px 40px 0px;
}

div {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin: 0px 0px 12px 0px;
}

div.headline, div.subhead {
	font-family: Arial;
	font-weight: 700;
	color: #000000;
}

div.headline {
	font-size: 14px;
	margin: 10px 0px 12px 0px;
}

div.subhead {
	font-size: 12px;
	margin: 0px 0px 12px 0px;
}

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

li {
	padding-bottom: 5px;
}

/* -------------------------------------------------------------------------- */
/* Splash Page */

div.splashbox {
	width: 1000px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/splash/splash.jpg);
	background-repeat: none;
}

div.splashtext {
	width: 100px;
	height: 100px;
	position:relative;
	left:733px;
	top:321px;
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	color: #5D5938;
}

a.splash {
	font-family: Arial;
	font-size: 11px;
	font-weight: 700;
	color: #5D5938;
	text-decoration: none;
}

a.splash:hover {
	color: #660000;
}

/* -------------------------------------------------------------------------- */
/* White Box */

div.whitebox {
	background-color: #ffffff;
	padding: 20px 10px 20px 10px;
	text-align: center;
}

div.box {
	padding: 0px 10px 20px 10px;
	text-align: center;
}

/* -------------------------------------------------------------------------- */
/* Main Menu */

a.mainmenu {
	color: #ffffff;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 10px;
}

a.mainmenu:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.submenu {
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	padding-left: 10px;
}

a.submenu:hover {
	color: #ffffff;
	text-decoration: underline;
	padding-left: 10px;
}

/* -------------------------------------------------------------------------- */
/* Main_Theme Table */

td.main_top {
	background-image: url(images/theme/main_top.jpg);
}

td.main_left, td.main_right {
	width: 88px;
	min-height: 510px;
	background-color: #000000;
	text-align: left;
	vertical-align: top;
}

td.main_left {
	background-image: url(images/theme/main_rule_left.jpg);
}

td.main_right {
	background-image: url(images/theme/main_rule_right.jpg);
}

td.mainmenu {}

td.submenu {

	padding-top: 5px;
}

/* -------------------------------------------------------------------------- */
/* Box_Layout Table */

#box_center {
	background-color: #B9B0A1;
}

/* ----- top row ----- */
td.box_top_l, td.box_top_r, td.box_bot_l, td.box_bot_r {
	width: 5px;
	height: 5px;
	text-align: left;
	vertical-align: top;
	background-repeat: none;
}

td.box_top_l {
	background-image: url(images/theme/box_top_l.jpg);
}

td.box_top_c {
	text-align: left;
	vertical-align: top;
	background-color: #B9B0A1;
}

td.box_top_r {
	background-image: url(images/theme/box_top_r.jpg);
}

/* ----- middle row ----- */
td.box_mid_l {
	text-align: left;
	vertical-align: top;
	width: 5px;
	min-height: 510px;
	background-color: #B9B0A1;
}

td.box_mid_c {
	text-align: left;
	vertical-align: top;
	width: 814px;
	min-height: 510px;
	background-color: #B9B0A1;
	padding: 15px 25px 0px 25px;
}

td.box_mid_r {
	text-align: left;
	vertical-align: top;
	width: 5px;
	min-height: 510px;
	background-color: #B9B0A1;
}

/* ----- bottom row ----- */
td.box_bot_l {
	background-image: url(images/theme/box_bot_l.jpg);
}

td.box_bot_c {
	text-align: left;
	vertical-align: top;
	background-color: #B9B0A1;
}

td.box_bot_r {
	background-image: url(images/theme/box_bot_r.jpg);
}




/* -------------------------------------------------------------------------- */
/* End of File */
/* -------------------------------------------------------------------------- */
