body {
	background-color: #164b97;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

#indexLinkBox {
	height: 200px;
}

#indexLink {
	position: relative;
	display: block;
	left: 50px;
	width: 250px;
	height: 75px;
	top: 50px;
}

.popupImage {
}

.popupContent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	
	border: 2px solid red;
	
	margin: auto;
}

.innerPopup {
	
}

.imageContentPopup {
	margin: auto;
}

.smallImageContent {
	cursor: pointer;	
}

A.externalLink:AFTER {
	content: " (external)";
	text-transform: lowercase;
}

A:HOVER {
	color: inherit;
}

A:VISITED {
	color: inherit;
}

TABLE {
	font-size: inherit;
}

A {
	color: inherit;
}

UL.mainMenu {
}

UL.mainMenu LI {
	list-style: none;
	
	
	padding-bottom: 1em;
	text-decoration: none;
}

.mainMenu {
	color: #71defb;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
}

.sub {
	padding-left: 10px;
}

A.menuEntry {
	text-decoration: none;
	font-size: 8pt;
}

TD.menuEntryImage {
	width: 15px;
	height: 15px;
}

IMG.selected {
	x-background: url("../images/star02.png") no-repeat;
}

.mainMenu TD {
		padding-bottom: 0em;
}

LI.selected {
}

BR#extraBr {
	clear: both;
}

div.hr {
  height: 4px;
  background: url("../images/hr_line.png") repeat-x;
}
div.hr hr {
  display: none;
}

DIV.contentWrapper {
	padding-left: 50px;
}

div.mainContent {
	background: url("../images/BG_ktdc.png") right top no-repeat rgb(18,61,149);
	width: 766px;
}

DIV.content {
	width: 450px;
}

DIV.mainMenu {
	float: right;
	padding-right: 50px;
	padding-top: 50px;
}

DIV.extras {
	background-color: #012d5a;
}

DIV.extrasWrapper {
	padding-left: 50px;
	padding-right: 50px;
}

TABLE.extras {
}

TABLE.extras TD {
	vertical-align: top;
}

.footer {
	color: #7294c4;
	font-size: x-small;
	padding-top: 5px;
	background-color: 164b97;
}

DIV.section {
	padding: 1em;
}

.sectionHeader {
	font-size: 10pt;
	font-weight: bold;
	color: #8aeefe;
	text-transform: uppercase;
	padding-bottom: 1em;
	white-space: nowrap;
}

DIV.extras DIV.sectionHeader {
	color: #f5fafe;
}

DIV.image {
	padding-bottom: 1em;
}

DIV.text {
	padding-bottom: 1em;
}

IMG.imageContent {
	border-width: 1px;
	border-style: solid;
	border-color: #89edfd;
	background-color: #2e64ac;
	padding: 2px;
	margin-bottom: 1px;
}

DIV.imageCaption {
	color: #89edfd;
	background-color: #2e64ac;
	padding: 1px;
	padding-left: 2px;
}

DIV.imageCaption A {
	text-decoration: underline;
	font-weight: bold;
}

EM {
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
}

/* list */
UL.list {
}

UL.list LI {
	list-style: square;
}

.extras UL.list {
	list-style: none;
}

.extras UL.list LI {
	background-color: #0b3974;
	color: #8ea5c5;
	margin: 2px;
}

/* table stuff */
TABLE.hbox {
}

TABLE.hbox TD {
	vertical-align: top;
}

TH.stack {
	text-align: left;
}