html,body{
	background-color:#FBFBFB;
	font-family:"Palatino Linotype", "Trebuchet MS", "MS Reference Sans Serif", "Lucida Sans Unicode";
	font-style: normal; 
	font-variant: normal; 
	font-weight: normal; 
	font-size: 12px; 
	line-height: 22px; 
	font-size-adjust: none; 
	font-stretch: normal;
	height:100%;

	margin:0px;
}
.quote{
	line-height:16px;
	font-family:"Palatino Linotype";
	font-size:12px;
	padding-top:3px;
}
.KABody{
	width:1000px;
	text-align:center;
	float:left;
    min-height:100%;
	height:auto;
    _height:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	float:left;	
	/*background-image:url(../Images/bg2.jpg);
	background-repeat:repeat-y;*/
	margin-top:0px;
}
.header{
	width:1000px;
	height:100px;
	float:left;
	z-index:100;
}
.logo{
	width:500px;
	height:80px;
	float:left;
	text-align:left;
	margin-left:20px;
}
.topLinks{
	width:450px;
	height:80px;
	float:right;
	margin-left:1px;
	text-align:right;
	font-size:10px;
	padding-top:20px;
	padding-right:20px;
}
.topLinks a{
	color:#0b3e72;
	text-decoration:none;
}
.topLinks a:hover{
	color:#0b3e72;
	text-decoration:underline;
}
a{
	text-decoration:none;
	color:#0058B0;
}
a:hover{
	text-decoration:underline;
	color:#0058B0;
}
.menu{
	height:40px;
	width:1000px;
	float:left;
	display:block;
	margin-top:10px;
	margin-bottom:1px;
	font-size:15px;
	font-weight:bold;
	z-index:1000;
	margin-left:-23px;
}
.menu ul{
	list-style-type:none;
}
.menu ul li{
	display:inline;
}
#current{
	border-top:3px solid #E8530B;
	padding-top:3px;
}
.menu ul li a{
	text-decoration:none;
	padding-top:3px;
	color:#0b3e72;
	position:relative;
	z-index:10000;
	padding:0px 10px 0px 10px;
	
}
.menu ul li a:hover{
	text-decoration:none;
	border-top:3px solid #E8530B;
	padding-top:3px;
	color:#0b3e72;
	position:relative;
	z-index:10000;
}
.banner{
	height:auto;
	width:1000px;
	float:left;
	display:block;
	z-index:100;
}
.body{
	height:auto;
	width:1000px;
	float:left;
	display:block;
	margin-top:1px;
	padding-bottom:30px;
}
.left{
	width:680px;
	height:auto;
	float:left;
	text-align:justify;
	font-size:14px;
	font-family:Arial;
	padding:0px 15px 0px 30px;
	border-right:1px solid #730101;
	vertical-align:top;
}

.portrait {
	margin-top: -10px;
}

.full{
	width:900px;
	height:auto;
	float:left;
	text-align:justify;
	font-size:12px;
	padding:0px 15px 0px 30px;
}
.title{
	color:#0b3e72;
}
.right{
	width:240px;
	height:auto;
	float:right;
	display:inline;
	text-align:left;
	padding-right:20px;
	font-family:"Palatino Linotype";
}
.footer{
	width:1000px;
	height:30px;
	text-align:center;
	margin:0 auto;
	font-size:11px;
	vertical-align:bottom;
	clear:both;
	z-index:100;
	position: relative;
    margin-top:0px;
	line-height:16px;
	font-family:Verdana, Tahoma, sans-serif;
}
.footer a{
	text-decoration:none;
	color:#0b3e72;
}
.footer a:hover{
	text-decoration:none;
	color:#0b3e72;
	border-bottom:1px dashed #e48301;
}