@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial;	
}
#wrapper {
	border: 1px solid #333;	
}
#leftNav {
	background: #DBDBDB;	
}
#leftNav ul { 
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 0px; padding-top: 5px;
	background-color: #fff;
}
#leftNav ul li {
	list-style-type: none;
	
	border-bottom: 1px solid #333;
	border-right: 6px solid #406B95;
	border-left: 6px solid #406B95;
	background-color:#fff;
}
#leftNav ul li a {
	display: block;
	color: #930;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	font-size: 14pt;
	padding-bottom: 10px; padding-left: 15px;
}
#leftNav ul li a.active {
	background-color: #4379C3;	
	color: #fff;
}
#leftNav ul li a:hover {
	background-color: #406B95;	
	color: #fff;
}
#cont {
	background: #fff url(images/contBG.jpg) repeat-x bottom;	
}
#cont h1 {
	font-size: 16pt;
	color: #1050a6;
	width: 100%;
	border-bottom: 1px solid #1050a6;
}
#cont h3 {
	font-size: 12pt;
	color: #333;
	width: 100%;
	border-top: 1px solid #333;	
}
#cont h3 span {
	font-size: 12px;	
}
#cont p {
	font-size: 12pt;
	padding-left: 5px; padding-right: 5px;
	color: #333;
}

.b_right {
	border-right: 1px solid #666;	
}