body {
	/*
	background: #EEEEEE url('../images/brick_bkgd.jpg') repeat;
	*/
	background: #7c2222;
	color: #000000;
	margin: 10px 0 0 0;
	padding: 0;
	font: 9pt Arial, Helvetica, Sans-Serif;
}

A:link,A:visited {
	background-color: inherit;
	text-decoration: underline;
}

A:hover {
	background-color: inherit;
	color: #135371;

	
}

A:active {
	background-color: inherit;
	color: #135371;
}

#main {
	width: 690px;
	height: 100%;
	margin: 0 auto;
	border: 3px solid #452222;
}

#top {
	height: 32px;
	background: url(../images/s6g.png) repeat-x top left;
}

#header {
	height: 150px;
	background: url(../images/lkl_head.jpg) no-repeat top center ;
	border: 3px solid #ceceb5;
    background-color: #bebea5;
}
.toc p{
	text-indent: -15px;
	margin: 0 0 4px 15px;
}
.intro p {
	text-indent: 2em;
	margin: 0 0 6px 0;
}


div.container {
	width: 100%;
	margin: 0px;
	line-height: 150%;
	background-color: #ffffff;
}

div.content {
	background: #fff;
	margin: 0;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 9.5pt;
	font-weight: normal;
	color: #333333;

	padding: 25px;
	border-top: 1px solid black;
}

.pdf_note {
	font-weight:normal; 
	font-size:.85em; 
	border-bottom:1px solid #cccccc; 
	padding-bottom:5px;
}
div.box {
	width: 160px;
	height: 100%;
	float: right;
	background: #e0e0d3;
	padding: 2px 5px 2px 5px;
	margin: 5px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	color: #000000;
	line-height: 120%;
	border: 1px solid #404020
}

div.header {
	background: inherit;
	padding: 5px 5px 8px 5px;
	margin: 0;
	color: #ffffff;
	clear: left;

}
.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-top: -1px; 
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	}
.caption, .caption_right, .caption_left {
	font-size:0.9em;
	font-weight: bold;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	padding-top: 0;
	margin-bottom: 2em;
	float: right;
}
.caption_right {
	float: left;
}
.caption_left {
	float: right;
}

div.footer {
	background: url(../images/footer_bkgnd.png) repeat-x top center;
	border-top: 0px solid #06548C;
	line-height: 100%;
	margin: 0;
	padding: 0.5em;
	color: #000000;
	font-size: 7pt;
	height: 55px;
	clear: both;
}


/* top_menu */
#topmenu, #submenu {
	font-family: Arial, Helvetica, Verdana,Geneva, Trebuchet, sans-serif;
	background: #572129;
	color: #ffffff;
	font-weight: bold;
	margin: 3px 0 1px 0;
	padding: 1px 9px 1px 9px;
	width: 672px;
	height: 25px;
	font-size: .9em;
}

#topmenu a, #submenu a {
	display:inline;
	background: #572129;
	padding: 5px 6px;
	margin: 0 1px 1px 1px;
	text-decoration: none;
	color: #fffffe;
	border-right: 1px solid #ffffff;
}

#topmenu .first_element, #submenu .first_element {
	border-left: 1px solid #ffffff;
	padding: 5px 6px;
}

#topmenu a:hover {
	background: #FEFEE5;
	color: #700;
}

#topmenu .current {
	color: #757675;
	background: #FEFEE5;
	padding: 6px;

}

#submenu {
	padding-top: 10px;
	background: #b3aa9a;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	width: 400px;
}
#submenu a:hover {
	background: #572129;
	color: #000000;
}
.photo_text {
	color: red;
}

.img_right {
	margin: -1px 0px 13px 18px;
	float: right; 
	display: inline;
	}
.img_left {
	margin: 5px 20px 11px 24px;
	float: left; 
	display: inline;
	}
.img_center {
	display: block;
	margin: auto;
	}


h1,h2, h3 {
	background-color: inherit;
	margin: 0px 0 5px 0;
	padding: 1px;
	color: #433a2a;
	line-height: 110%
}
h1 {
	font-size: 2.4em;
	letter-spacing: 2px;
	border-bottom: 1px solid #000;
}
h2 {
	color: #a04030;
	font-size: 1.2em;
	line-height: 100%;

}
h3 {
	font-size: 1.3em;
	text-align: center;
}
li {
 	list-style: none;
 	list-style-position: inside;
}

 