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

body
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	color: #000066;
}

h1, h2, h3, h4, h5
{
	text-align: center;
}

img.title
{
	align: left;
	border: black 1px solid;
	width: 1000px;
	height: 100px;
}

div.content
{
	border-right: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	position: absolute;
	left: 160px;
	width: 838px;
	padding-left: 10px;
}

div.leftbar
{
	position: absolute;
	width: 140px;
	padding-left: 10px;
	padding-right: 10px;
}

a:visited
{
	color: maroon;
}

div.box
{
	border: 1px solid grey;
	padding-left: 20px;
	width: 600px;
}

p.line
{
	text-decoration: underline;
}