p {
	text-align: justify;
	line-height: 20px;
	font-size: 11px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h1 {
	line-height: 24px;
	color: #1d1f80;
	font-weight: bold;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

h2 {
	color: #1d1f80;
	font-style: italic;
	font-weight: bold;
	font-size: 13px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.barleft {
	text-align: center;
	width: 180px;
	left: 0px;
	right: 150px;
	top: 10px;
	position: relative;
	float: left;
}

.content {
	top: 150px;
	right: 20px;
	position: absolute;
	left: 220px;
}

.barleft a {
	line-height: 24px;
	font-size: 13px;
	font-weight: bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #1d1f80;
}

.barleft a.hover {
	color: #3b3eff;
}

.title {
	text-align: right;
	top: 20px;
	position: absolute;
	right: 20px;
	left: 200px;
}

.menu {
	text-decoration: none;
	position: absolute;
	left: 10px;
	top: 200px;
	width: 170px;
}

.menu .top {
	font-weight: bold;
	margin-top: 12px;
	color: #0e0f40;
	font-size: 14px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}

.menu ul {
/*	display: inline;*/
	list-style: none;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

.menu li a {
	text-align:left;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #1d1e80;
	text-decoration: none;
	margin-bottom: 4px;
/*	margin-left: 12px;*/
	margin-top: 4px;
	display: block;
}

.menu li a:hover {
	border-bottom-color: #1d1e80;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: #1d1e80;
	border-right-width: 5px;
	color: #3b3eff;
}

.menu li .selected {
	border-bottom-color: #1d1e80;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-right-color: white;
	border-right-width: 5px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-top: 4px;
	color: #1d1e80;
}

