
* {
	margin: 0 Auto;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #white;
}
A {
	color: blue;
}
h1{
	color: #4169e1;
	font-size:16px;
	font-weight: bold;
}
/* HDR CSS */

#tph {
	padding:10px;
	color:white;
	background: black;
	text-align: right;
	clear: both;
}
#tph A {
	color:Yellow;
	text-decoration: underline;
}

/* K CSS */

/* LOGOHD */

#lp {
	margin-top:15px;
	width: 980px;
	clear: both;
}
#lpl {
	width: 180px;
	float: left;
	height:80px;
	text-align: center;
}
#lpc {
	float:left;
	width:540px;
	height: 80px;
	margin-left:25px;
	margin-right:25px;
}
#lpr {
	width: 200px;
	float:right;
	height: 80px;
	text-align: right;
	font-size:12px;
	font-weight:bold;
}

/* K CSS */

/* P CSS */
#p {
	margin-top:15px;
	width:980px;
	clear: both;
}

#plv {
 float:left;
 width:170px;
 padding: 5px;

}
#pc {
	float:left;
	width:540px;

	margin-left: 20px;
	margin-right: 20px;
	padding:5px;
	color:black;
	font-size:12px;
	text-align: justify;
	

}
#prc {
	float:right;
	width: 200px;
	height: 500px;
	padding:5px;
}
#prc img {
	border:gray 1px solid;
}
#mni {
		width: 165px;
		padding: 0;
		font-family: 'Trebuchet MS', 'Lucida Grande',
	  	Verdana, Lucida, Geneva, Helvetica, 
	  	Arial, sans-serif;
		background-color: White;
}
#mni ul {
		list-style: none;
		padding: 0;
		border: none;
}
		
#mni li {
	border-bottom: 1px dotted silver;

}
#mni li a {
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: White;
	color: #4169e1;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;

}
#mni li a:hover {
	background-color: #f8c301;
	color: #4169e1;
}
#f {
	height:80px;
	background: black;
	padding-top:10px;
	padding-bottom:10px;
	text-align:right;
	border-top:1px solid silver;
	border-bottom:1px solid silver;
	color: white;
		clear: both;
}
#f A {
	color:white;
	font-weight:bold;
	text-decoration: none;
}
#f A:HOVER {
	color:yellow;
	font-weight:bold;
	text-decoration: none;
}
img {
	border:0px;
}
