body {
	margin: 0;
	background-color: #cceeee;
	padding: 0;
	color: #000000;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 100%;
} 

h1, h2, h3, h4, h5, h6 {
	margin: 0.7em 0 0.3em;
	font-family: Arial, Helvetica, sans-serif;
}
h1 span { font-size: 70%; }
h1, h2 {
	text-align: center;
}
h1 { font-size: 160%; }
h2 { font-size: 140%; }
h3 { font-size: 133%; text-transform: uppercase; }

p {
	margin: 0.7em 0;
	line-height: 1.5;
}
p.updated {
	font-size: 90%;
	text-align: center;
}

a {
	color: #002288;
	text-decoration: none;
}
a:hover { background-color: #bbddee; }

img { border: none; }

ul {
	margin-top: 0;
	margin-bottom: 5px;
}

form { margin: 0; }

hr {
	margin: 15px 0;
	text-align: left;
}

img.info { vertical-align: baseline; }

input { font-size: 100%; }
input.user { width: 95px; }
input.butt { width: 35px; }

table {
	margin: 4px 0 5px;
	border: 1px solid #333333;
	border-collapse: collapse;
	font-size: 100%;
}
td {
	margin: 0;
	border: 1px solid #333333;
	padding: 1px;
}
td ul {
	margin: 0.2em 0 0.4em;
	padding: 0;
	list-style-type: none;
}
td li {
	margin-left: 1em;
	padding-left: 0;
}


div#content {
	float: right;
	width: 74%;
	font-size: 87.5%;
}
div#content h1,
div#content h2,
div#content p,
div#content table,
div#content hr {
	width: 95%;
}

div#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 92%;
	text-align: center;
}


div#index {
	position: fixed;
	float: left;
	width: 25%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 81.25%;
}
div#index form,
div#index img {
	display: block;
	margin: 10px;
	border: none;
}

div#nav { margin: 10px; }
div#nav a { display: block; }

div.close { text-align: center; }


/* More info */

body.more {
	margin: 10px;
	font-size: 87.5%;
	text-align:justify;
}
body.more h1 {
	font-size: 160%;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
}
body.more p { color: #000000; }
