/* CSS Document */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #CAC8AA;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
}

div#main {
	width: 960px;
	margin: 0 auto;
	font-size: 90%;
	background-color: #fff;
}

div#maintext {
	padding-left: 305px;
	padding-top: 1.8em;
	padding-right: 2em;
	background: #fff url("img/bg.jpg") left top no-repeat;
}

div#menu a img {
	border: 0;
	margin-right: 13px;
	vertical-align: text-bottom;
}

.center { text-align: center;  }
.right { text-align: right; }

div#menu {
	background: url(img/menuline.gif) repeat-x left bottom;
	padding: 18px 10px 21px 0px;
	margin-left: 305px;
	margin-bottom: 0;
}

h1 {
	margin: 0;
	text-align: right;
}

img#kllogo {
	margin-top: 30px;
	margin-left: 30px;
	float: left;
}

div#lnks {
	float: left;
	clear: left;
	text-align: center;
	width: 304px;
	margin-top: 40px;
	font-size: 90%;
}

a.blklink:link, a.blklink:visited {
	color: #000;
}

a.blklink:hover, a.blklink:active {
	text-decoration: underline;
}


div#banrow {
	background-color: #c5d4df;
}

ul {
	color: #BC9045;
	margin-top: 0;
}

li span { color: #000; }

a { text-decoration: none; }

a:link {
	color: #008;
}

a:visited {
	color: #70708a;
}

a:hover, a:active {
	text-decoration: underline;
	color: #008;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	color: #744c20;	
	margin-bottom: 0.3em;
	margin-top: 1.3em;
	font-size: 145%;
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #744c20;
}

h2 a:hover, h2 a:active {
	text-decoration: underline;
}

h3 {
	font-size: 115%;
	color: #466280;
	margin-bottom: 0.3em;
	margin-top: 1.5em;
	font-weight: bold;
}

p { 
	margin-top: 0;
	margin-bottom: 1em;
}

p.tight {
	margin-bottom: 0.5em;
}

.small {
	margin-top: 3em;
	font-size: 80%;
	color: #555;
	line-height: 1.4em;
}

.small2 {
	margin-top: 6em;
	font-size: 75%;
	color: #555;
	line-height: 1.4em;
}	



/* Profile */
div#tabwrap {
	padding: 0.8em 1.2em;
	background-color: #f5ebc5;
	margin-top: 1em;
}

table#memb td.noborder {
	border-bottom: none;
}


table#memb td {
	border-bottom: dashed 1px #7b664f;
	font-size: 85%;
	vertical-align: top;
	color: #4e3c28;
	line-height: 1.2em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
}

td.org {
	font-weight: bold;
	padding-left: 1em;
}


/* Conatct */

span.contype {
	font-weight: bold;
	color: #00659E;
	font-size: 75%;
}


/* Footer */

div#line {
	margin-top: 2.8em;
	text-align: center;
}

div#line2 {
	margin-top: 1em;
	text-align: center;
}

div#footer {
	margin: 0.3em 1em 0 1em;
	padding-bottom: 1.2em;
}

div#footer a {
	color: #008;
}

div#cont {
	float: left;
}

div#plex, div#privpop {
	text-align: right;
}


div#privpop a {
	color: #707070;
	font-size: 90%;
	text-decoration: none;
}

div#privpop a:hover, div#privpop a:active {
	text-decoration: underline;
}

div#plex a {
	text-decoration: none;
	color: #888;
	font-size: 75%;
}







/* Home */
p.quote {
	font-weight: bold;
	font-style: italic;
	color: #00659E;
	padding-left: 1.5em;
	padding-right: 1.5em;
}







/* Privacy Notice */
body.white {
	background-color: #fff;
}

div#priv {
	color: #000;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 90%;
}

div#priv p {
	margin-top: 1em;
}

img#mapp {
	border: 0;
}


/* Printing */
@media print {
	body {
		margin: 0;
	}
	
	div#menu {
		display: none;
	}
	
	div#banrow div#lnks {
		display: none;
	}
	
	div#main {
		width: 7.1in;
		margin: 0;
	}
	div#footer {
		width: 7.1in;
		margin: 0;
	}
	
	h1 {
		clear: left;
		text-align: left;
		margin-top: 0.1in;
	}
	
	div#banrow {
		width: 7.1in;
	}	
	
	div#maintext {
		padding-left: 0;
	}
	
	
	img#kllogo {
		margin: 0;
	}
}
