/* MASTER COLOR SCHEME
 light text: #dadaff;
 dark text: #090c70;
 dark background: #020210;
 medium background: #405acc;
 light background: #8FA9FF;
 
*/
body {
	color: black;
	background-color: #138;
	margin: 0px;
	height: 100%;
}

#centercase {
	color: #000;
	text-align: center;
	position: absolute;
	top: 0.5em;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#centerbox {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: black; /* main back color */
	background-image: url('../graphics/kbg1b.jpg');
	margin-left: -450px;
	position: absolute;
	top: 0px;
	left: 50%;
	width: 900px;
	height: 650px;
	visibility: visible;
}

#box_topleft {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 9pt;
	font-style: italic;
	color: #dadaff;
	/*background-color: #020210;  main box color */
	position: absolute;
	top: 5px;
	left: 5px;
	width: 250px;
	height: 80px;
}

#box_topctr {
	position: absolute;
	top: 5px;
	left: 260px;
	width: 380px;
	height: 80px;
}

#box_topright {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 13pt;
	color: #fff;
	background-color: #020210;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 250px;
	height: 80px;
}

#box_bottomright {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	background-color: blue;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 250px;
	height: 80px;
}

#box_feat1 {
	color: #8FA9FF;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	text-align: left;
	padding: 10px;
	position: absolute;
	top: 110px;
	left: 5px;
	width: 265px;
	height: 410px;
	overflow: hidden;
}

#box_feat2 {
	color: #8FA9FF;
	font-size: 16px;
	text-align: left;
	position: absolute;
	top: 110px;
	left: 295px;
	width: 310px;
	height: 430px;
}

#box_feat3 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	text-align: left;
	padding: 10px;
	color: #8FA9FF;
	position: absolute;
	top: 110px;
	right: 5px;
	width: 265px;
	height: 410px;
}

#box_combo2-3 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 10px;
	color: #8FA9FF;
	position: absolute;
	top: 110px;
	left: 295px;
	width: 575px;
	height: 410px;
	overflow: auto;
}

#box_combo2-3 table {
	border-spacing: 0;
}

td.tophead {
	font-weight: bold;
	color: #fff;
	background-color: #000;
	text-align: center;
}

#box_comic {
	color: #8FA9FF;
	background-color: #333;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12pt;
	text-align: left;
	padding: 10px;
	position: absolute;
	top: 110px;
	left: 5px;
	width: 870px;
	height: 410px;
	overflow: hidden;
}

#box_infobottom {
	background-color: #405acc;
	opacity: 0.85;
	color: #000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 5px;
	position: absolute;
	bottom: 5px;
	left: 5px;
	width: 725px;
	height: 70px;
}

#footer_ctr {
	color: #000;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 40px;
	left: 0px;
	width: 100%;
	height: 20px;
}

#footer_right {
	color: #fff;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: right;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 115px;
}

a img {
	border: none;
}

.intro {
	font-size: 20px
}

a.light:link,a.light:visited {
	
}

a:link,a:visited {
	color: #11c;
	text-decoration: none;
}

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

.titlebig {
	font-weight: bold;
	font-size: 16pt;
}

img.floatLeft {
	float: left;
	margin-right: 5px;
}

img.floatCenter {
	float: center;
	margin: 0px;
}

#wrReadable {
	color: #009;
	background-color: #fff;
	}

#tb_std {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 13px;
	background: #8FA9FF;
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#tb_std th {
	font-size: 14px;
	font-weight: normal;
	color: #039;
	padding: 6px 4px;
	border-bottom: 2px solid #67b;
}

#tb_std td {
	color: #090c70;
	padding: 6px 4px 0px 4px;
}

#tb_std tbody tr:hover td {
	color: #000;
	background: #fff;
}

#tb_nav {
	margin: 0px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

#oldnav td {
	color: #8FA9FF;
	padding: 3px 3px 3px 12px;
	border-bottom: 4px solid #000;
	border-left: 4px solid #000;
}

#oldnav tbody td:hover {
	color: #090c70;
	background: #8FA9FF;
}

/* SiteNav */
#box_topright a,#box_topright h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 15px;
	display: block;
	border-bottom: 4px solid #000;
	border-left: 4px solid #000;
	white-space: nowrap;
	margin: 0;
	padding: 3px 3px 3px 12px;
}

#box_topright a {
	color: #8FA9FF;
	background: #020210;
	text-decoration: none;
}

#box_topright a:hover {
	color: #090c70;
	background: #8FA9FF;
}

#box_topright a:active {
	color: #090c70;
	background: #ecc;
}

#box_topright ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* IE5-5.5 compatibility */
div#box_topright li,div#box_topright li:hover {
	position: relative;
}

div#box_topright li ul {
	position: absolute;
	top: 0;
	left: 100.1%;
	display: none;
}

div#box_topright ul ul,div#box_topright ul ul ul,div#box_topright ul li:hover ul ul,div#box_topright ul li:hover ul ul ul
	{
	display: none;
}

div#box_topright ul li:hover ul,div#box_topright ul ul li:hover ul,div#box_topright ul ul ul li:hover ul
	{
	display: block;
}
/* End IE5-5.5 compat */