html,body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #E0E0E0;
}
ul#navigation {
	float: left;
	margin: 0.3em 0px 0px 0.3em;
	list-style-type: none;
	color: #000033;
	height: 100%;
	list-style-image: none;
	width: 8em;
	line-height: 1.2em;
	padding: 0px;
}
ul#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-align: right;
	padding-right: 1.5em;
	list-style-type: none;
	color: #000033;
	padding-left: 10px;
}
ul#navigation a:link {
	color: #0000CC;
	text-decoration: none;
}
ul#navigation a:visited {
	color: #0000CC;
	text-decoration: none;
}
ul#navigation a:hover {
	color: #000033;
	text-decoration: underline;
}
#text {
	margin-left: 9em;
	margin-right: 1em;
	border-left-style: none;
	text-align: left;
	margin-bottom: 2em;
	vertical-align: top;
	padding: 0px;
	margin-top: 0px;
	background-color: #FFFFFF;
	line-height: 1em;
}
#text p,li,form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	text-align: justify;
}
#text td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	vertical-align: top;
}
#text li {
	margin-left: 0em;
	text-indent: 0pt;
	padding-left: 0px;
	list-style-type: square;
}
#text ul {
	margin-left: 1em;
	padding-left: 0px;
}
#text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000033;
}
#text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000033;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
#box {
	width: 600px;
	margin: 0px auto;
	min-height: 100%;
	padding: 0px;
	background-image: url(images/dot_ln.gif);
	background-repeat: repeat-y;
	background-position: 8em;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-left-color: #000033;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
	background-color: #FFFFFF;
}
#text a:link {
	color: #0000FF;
}
#text a:hover {
	text-decoration: none;
	color: #0000FF;
}
#text a:visited {
	color: #660000;
}
img.photo {
	float: right;
	border: 1px solid #000033;
	margin: .3em;
}
div#ilo {
	background-attachment: fixed;
	background-image: url(images/ilo.gif);
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	height: 46px;
	width: 600px;
	background-position: center top;
}
div#header {
	margin: 0px auto;
	padding: 0px;
	width: 600px;
}
div#update {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	text-align: right;
	vertical-align: bottom;
	bottom: 0px;
	position: relative;
	margin-right: 1.2em;
	margin-bottom: 1em;

}
div#update a:link {
	color: #0000FF;
}
div#update a:hover {
	text-decoration: none;
	color: #0000FF;
}
div#update a:visited {
	color: #660000;
}