@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
	color: #0c46da;
}

#Header{
	background-image:url(imgs/header_03.jpg);
	height: 68px;
}
#TopNav {
	background-image:url(imgs/nav-bg.jpg);
	height: 33px;
	line-height: 33px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#TopNav a {
	color: #fff;
	text-decoration: none;
	margin-left: 25px;
	margin-right: 25px;
}
#TopNav a:hover {
	color: #ccc;
}
#LeftNav {
	width: 195px;
	height: 480px;
	border-left: 2px solid #aaa8a9;
	border-right: 2px solid #aaa8a9;
	margin-bottom: -5px;
	margin-top: -3px;
	background-image:url(imgs/box-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

#pLeftNav {
	width: 195px;
	height: 480px;
	border-left: 2px solid #aaa8a9;
	border-right: 2px solid #aaa8a9;
	margin-bottom: -5px;
	margin-top: -3px;
	background-image:url(imgs/box-bg.jpg);
	background-repeat: repeat-x;
}
#pLeftNav a {
	text-decoration: none;
	color: #000;
	margin-left: 30px;
	line-height: 22px;
}
#pLeftNav a:hover {
	color: #f00;
}
#LoginBox {
	width: 161px;
	height: 240px;
	border-left: 2px solid #c7c6c5;
	border-right: 2px solid #c7c6c5;
	margin-bottom: -3px;
	margin-top: -3px;
	background-color: #d3d2d1;
	
}
#Footer {
	background-image:url(imgs/footer-bg.jpg);
	height: 21px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 21px;
}