/* CSS Document */
/* Persistent Styles*/
/* <link rel="stylesheet"
	type="text/css" href="tkcommon.css" />*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	margin: 5px;
	margin-top: 20px;
}


h1 {
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	
}

#container {
	width: 700px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	height: auto;
}

#banner {
	background: no-repeat top left;
	margin-bottom: 0px;
	height: 120px;
}

#banner p {
	padding-left: 20px;
	font-size: 2em;
	padding-top: 50px;
	margin-bottom: 0px;
}

#switchers {
	float: left;
	margin: 20px 0px 0px 5px;
	padding: 2px;
	color: #FFF;
	font-size: 0.9em;
	
}

#switchers a {
	text-decoration: none;
}

.red {
	color: #666;
	background-color:#993300;
	padding: 2px;
	border: #666666 1px solid;
}



.gold {
	color: #666;
	background-color: #CC9900;
	padding: 2px;
	margin-left: 5px;
	border: #666666 1px solid;
}

#date {
	font-size: 0.9em;
	margin-top: 20px;
	float: right;
	width: 130px;
	padding: 3px;
}

#nav {
	width: 114px;
	font-size: 12px;
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	padding-left: 3px;
	clear: right;

}

#nav a {
	padding: 3px;
	display: block;
	border: 1px dotted #CCC;
	text-decoration: none;
	line-height: 1em;
	width: 100px;
	margin: 3px;
}

#nav a:visited {
	color: #666;	
}

#nav a:hover {
	color: #FFFFFF;
	border: 1px solid #000;
}

.currentlink {
	padding: 3px;
	display: block;
	border: 1px solid #000;
	text-decoration: none;
	line-height: 1em;
	width: 100px;
	margin: 3px;
}

.firstlink {
	padding-top: 5px;
}

#thingies {
	margin-top: 50px;
	padding: 0px;
	text-align: center;
}

#thingies a {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

#thingies a:hover {
		background-color: #FFF;
		border: 0px;
}

#wrapper {
	width: 700px;
}

#content {
	float: left;
	width: 500px;
	margin-left: 20px;
	border-left-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: dashed;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	height: 300px;
}

.hilite {
	font-size: 0.8em;
	color: #CC9900;
	font-weight: bold;
	padding-left: 80px;
}

.portnav ul a:link, .portnav ul a:active, .portnav ul a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	
}

.portnav ul a:hover {
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;
}
.portnavcurrent {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

.portnav ul li {
	list-style-type: none;
	display: inline;
	padding-right: 40px;
	font-weight: bold;
	color: #999999;
}

.boxout {
	border-color: #CCCCCC;
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
}


#tblweb {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}

#resumeLayer a {
	color: #000000;
	text-decoration: none;
}

#resumeLayer a:hover {
	text-decoration: underline;
}

#footer {
	padding: 5px;
	font-size: 10px;
	text-align: center;
	height: 40px;
	margin-left: 0px;
}
		
#footerlinks a:link, a:visited {
	text-decoration: underline;
}

#footerlinks a:hover, a:active {
			
}

#resumeLayer {
	font-size: 10px;
	border: 1px solid #CCCCCC;
	overflow: auto;
	visibility: visible;
	position: static;
	height: 190px;
	width: 500px;
	left: 151px;
	top: 163px;
	z-index: 1;
	background-color: #F8F8F1;
	page-break-after: always;
}
