/* PAGE ELEMENTS */

html, body {
	background-color: #ffffff;
	background-image: url(images/tile.png);
	color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

div.page {
	background-color: #006699;
	color: #000000;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 702px;
	padding-bottom: 5px;
}

div.head {
	background-image: url(images/header.png);
	height: 100px;
}

div.menu {
	height: 2em;
}

div.body {
	background-color: #ffffff;
	color: #000000;
	margin: 5px;
	padding: 5px;
}

/* MENU */

#menu, #menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu li {
	background-color: #006699;
	color: #000000;
	float: left;
	letter-spacing: 1px;
	line-height: 2em;
	width: 117px;
}

#menu li a {
	background-color: inherit;
	color: #000000;
	display: block;
	text-align: center;
}

#menu li ul {
	display: none;
	position: absolute;
	width: 117px;
}

#menu li ul li {
	letter-spacing: normal;
}

#menu li ul li a {
	padding-left: 4px;
	text-align: left;
}


/* GENERAL */

a {
	background-color: inherit;
	color: #006699;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

a.underline {
	text-decoration: underline;
}

fieldset {
	border: 0;
}

h3.bar {
	color: #000000;
	background-color: #99cccc;
	padding: 3px;
	width: 50%;
}

h3 {
	color: #000000;
	background-color: #99cccc;
	border-bottom: solid #006699 1px;
	padding: 3px;
}

hr {
	color: #000000;
	background-color: #ffffff;
	text-align: center;
	width: 10%;
}

img {
	border: 0px;
}

img.border {
	border: solid #000000 2px;
}

p.indented {
	text-indent: 25px;
}

table {
	font-size: 10pt;
}

textarea {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

th {
	color: #000000;
	background-color: #99cccc;
}

p.footer {
	color: #000000;
	font-size: 8pt;
	margin: 10px;
	text-align: center;
}

p.footer a {
	background-color: inherit;
	color: #ffffff;
}
