/*------------------------------------------------------------*
**  KPPL-Global
**------------------------------------------------------------*/
body {
	text-align: center;
	margin-top: 8px;
	background: #ffffff;
	}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/	
#Container {
	width: 800px;
	text-align: justify;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	padding: 10px;
	border: 1px solid #CCCCCC;
	background-image: url(/images/kpplbg.jpg);
}
/*------------------------------------------------------------*
**  Main Container
**------------------------------------------------------------*/
#Top{
	background: transparent;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: navy;
}
#Top img{
}
#Top h1{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: navy;
	font-style: normal;
	line-height: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}
#Top h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fc7316;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-weight: normal;
}		
/*------------------------------------------------------------*
**  Top Navigation
**------------------------------------------------------------*/
#nav
{
	height: 25px;
	background-color: #EFEFEF;
	width: 800px;
	margin-top: 0px;
	margin-left: 0px;
}

div#nav ul
{
	height: 25px;
	list-style: none;
	width: 800px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
}

div#nav ul li
{
	list-style: none;
	display: block;
	width: 99px;
	float: left;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	border-right: 1px solid #FFFFFF;	
}

div#nav ul li a
{
	width: 100%;
	height: 25px;
	display: block;
	color: #005787;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
/*	border-bottom-color: #FC7316; */
	border-bottom-color: #F7CB33; 
}


div#nav ul li.last
{
	width: 129px;
}

div#nav ul li a:hover
{
	color: #FFFFFF;
	background-color: #F7CB33;
/*	background-color: #FC7316; */
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
div#nav ul li.cur
{
	border-bottom-color: black;
	font-weight: bold;
}
/*------------------------------------------------------------*
**  Top Image
**------------------------------------------------------------*/
div#TopImage {
	text-align: left;
	width: 800px;
	margin-top: 5px;
    height: 125px;
}
/*------------------------------------------------------------*
**  InfoLine
**------------------------------------------------------------*/
div#InfoLine {
	background-color: #F7CB33;

/*	background-color: #FC7316; */
	font-family: Arial, Helvetica, sans-serif;
	color: brown;
	font-size: 14px;
	height: 20px;
	line-height: 18px;
	font-weight: bold;
	padding-right: 0px;
	margin: 0px;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
	width: 800px;
}
div#InfoLine  h1 {
	color: brown;
	height: 18px;
	line-height: 18px;
	font-weight: normal;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
}
/*------------------------------------------------------------*
**  MainText
**------------------------------------------------------------*/
/* Container Start*/

/*
div#MainText img{
	border: 1px solid;
}
*/

div#MainText {
	width: 800px;
	clear: both;
	float: left;
	padding-bottom: 0px;
}

div#MainText-right h1{
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 20px; 
	margin-top: 10px;
	color: #005787; 
}

div#MainText-right h2{
	font-size: 20px; 
	font-weight: bold;
	color: #FC7316 ;
}

div#MainText-right .breadcrumbs{
	font-size: 12px; 
	font-weight: bold;
	color: #FC7316 ;
}


/* Container Left Start*/
div#MainText-left {
	width: 190px;
	min-height: 400px;
	float: left;
}
div#MainText-left ul {
	height: 25px;
	list-style: none;
	width: 190px;
	clear: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
div#MainText-left ul li {
	list-style: none;
	display: block;
	width: 190px;
	text-align: left;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
}
div#MainText-left ul li a{
	width: 190px;
	height: 25px;
	display: block;
	color: #FC7316;
	text-decoration: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	padding-left: 10px;
	background-color: transparent;
	margin: 3px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #949494;
}
div#MainText-left ul li a:hover {
	color: #FFFFFF;
	background-color: #FC7316;
	font-weight: bold;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #005787;
}
div#MainText-left ul li.cur {
	font-weight: bold;
}

/* Container Right Start*/
div#MainText-right {
	background: white;
	text-indent: 8pt;
	clear: both;
	border-left: 2px dotted #FC7316;
	width: 580px;
	min-height: 400px;
	float: right;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #303030;
/*	color: red; */
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	line-height: 18px;
	padding-left: 8px;
	padding-right: 5px;
}
p, ul, li, td{
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #303030;
}
li {
	text-align: left;
}


div#MainText-right ul {
	text-indent: 0pt;
}

div#Col-Right {
	text-indent: 0px;
	font-size: 10px;
	color: navy; 
	width: 210px;
/*
	min-height: 300px;
*/
    padding: 2px;
	clear: both;
	float: right;
/*
	border: 1px solid black; 
*/
	position: relative;
	margin-top: 0px;
	margin-left: 5px;
	text-align: center;
}

div#Col-Right img {
	border: 0px;
	margin-bottom: 5px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
div#Footer {
	width: 100%;
	clear: both;
	background-color: #EFEFEF;
}
div#Footer p{
	padding: 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #949494;
}
div#Footer a{
	color: #FC7316;
	text-decoration: none;
}
div#Footer a:hover{
	color: #005787;
	text-decoration: none;
}

.td2 {
	background-color: #e0e0e0;
	text-align: center;
}
.td1 {
	background-color: #ffffff;
	text-align: center;
}
.bx2 {
	text-align: center;
}

.rr_cell {

}

div.rr_highlight {
	border: 1px solid red;
}

#detailedform {
	visibility: hidden;
}
#easyform {
	visibility: visible;
}
#Container input, #Container textarea{
	border: 1px solid silver;
}
#Container input, #Container textarea{
	border: 1px solid silver;
}

#homebox
{
	height: 280px;
	width: 270px;
	margin-top: 5px;
	margin-left: 5px;
	
}

div#homebox h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	color: navy;
}

div#homebox ul
{
	width: 250px;
	display: inline;
	margin-left: 0px;
	padding-left: 0px;
	
}

div#homebox ul li
{
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 13px;
	color: brown;
	font-weight: normal;
	list-style-position: inside;
	list-style: disc;
}


