body {
	font-family: Tahoma, sans-serif;
	font-size: small;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #0039E6;
}

a:hover {
	color: #4D79FF;
}

a.nav {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
	
	
div.logo {
	height: 200px;
	width: 82px;
	position: absolute;
	left: 10px;
	top: 30px;
	border: 0px;
}

div.line {
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 99px;
	background-color: black;
}

div.navbox {
	height: 106px;
	width: 465px;
	position: absolute;
	top: 0px;
	left: 250px;
}

div.nav {
	height: 26px;
	width: 85px;
	float: left;
	background-color: #0039E6;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 10px;
	margin-right: 8px;

}

div.nav-active {
	height: 26px;
	width: 85px;
	float: left;
	background-color: #000000;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 10px;
	margin-right: 8px;
}

div.nav:hover {
	background-color: #4D79FF;
}

div.sidebar {
	width: 80px;
	height: 40px;
	position: absolute;
	top: 160px;
	left: 85px;
}

div.content {
	width: 500px;
	position: absolute;
	top: 130px;
	left: 250px;
	text-align: justify;
}

h1 {
	font-size: large;
	color: #0039E6;
	margin-bottom: 2px;
}

h2 {
	font-size: medium;
	color: #0039E6;
	margin-bottom: 2px;
}

h3 {
	font-size: small;
	color: #0039E6;
	margin-bottom: 4px;
}
