@charset "utf-8";
/* TKG Global Style Sheet */


/* Tags */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


a:link {
	color: #405d0d;
}
a:visited {
	color: #405d0d;
}
a:hover {
	color: #6A99DB;
}
a:active {
	color: #405d0d;
}


h1 {
	font-size: 18px;
	color: #405d0d;
	margin-top: 0px;
}
h2 {
	font-size: 16px;
	color: #6FA1E0;
	margin-top: 0px;
}

h3 {
	font-family: Arial Black, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #405d0d;
	margin-top: 0px;
}

hr {
	border-top: 2px dotted #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: 85%;
}

input,textarea {
border: 1px solid #405d0d;
}


/* Classes */

.h3-alt {
	color: #6FA1E0;
}

.quotes {
	font-size: 16px;
	color: #6FA1E0;
	margin-top: 0px;
}

.left-nav {
	padding-left: 15px;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	line-height: .4em;
}

.left-nav a {
	text-decoration: none;
}

.right-padding {
	padding-left: 330px;
	padding-right: 11px;
}

.content {
	height: 319px;
	vertical-align: top;

}

.footer {
	color: #ffffff;
	font-size: 10px;
	background: url(../images/index_tkg_05.png) no-repeat;
	height: 87px;
	width: 1000px;
}

.footer a:link {
	color: #ffffff;
}
.footer a:visited {
	color: #ffffff;
}
.footer a:hover {
	color: #D8D8D8;
}
.footer a:active {
	color: #ffffff;
}

.left-column-content {
	width: 245px;
	height: 482px;
	background-color:#FFFFFF;
	vertical-align: top;
}

.left-column-bkgd-right {
	background-image: url(../images/left-column_04.png);
	background-repeat: repeat-y;
	background-position: left;
	width:37px;
}

.left-column-bkgd-left {
	background-image: url(../images/left-column_02.png);
	background-repeat: repeat-y;
	background-position: right;
	width: 18px;
}

.row {
	background-color: #2A3D08;
	color: #ffffff;
}

.row a {
color: #ffffff;

}

.row-alt {
	background-color: #3F5B0D;
	color: #ffffff;
}

.row-alt a {
color: #ffffff;

}

.border {
	border: #2A3D08 1px solid;
}


.style4 {
  color: #405d0d;
  font-weight: bold;
}
.style5 {color: #3399FF}
.style6 {font-size: 16px}
.style7 {
  font-size: 15px;
  font-weight: bold;
}
.style8 {
  color: #6FA1E0;
  font-style: italic;
}
.style10 {
  font-weight: bold;
  font-style: italic;
}
.style12 {color: #6FA1E0}
.style15 {color: #000000; font-family: Arial, Helvetica, sans-serif; }



/* Layers */
	
#container {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:100%;
	left:50%;
	margin-left:-500px;
	min-height: 100%;

}

#left-column {
	position:absolute;
	left:31px;
	top:32px;
	width:300px;
	height:739px;
	z-index: 999;
}