/* centers the home page */

* {
margin:0;
padding:0;
}
html, body {
height:100%;
}
body {
font-family:Tahoma, Arial, sans-serif;
text-align:center;
}
div#container0 { 
		width:1px;
		height:50%;
		margin-bottom:-288px; /* half of container's height */
		float:left;
}
div#container1 {
		margin:0 auto;
		position:relative;
		text-align:left;
		height:575px;  /* total container's height */
		width:640px;
		clear:left;
}
div#fixschbutton0 {
background-color:#FFFF00;
padding:5px 0 2px 9px;
}
div#fixschbutton {
font:italic bold 18px Arial, Helvetica, sans-serif;
color:#800000;
text-align:left;
}
div#fixschbutton a {
font-weight:bold;
font-style:italic;
font-size:20px;
color:#800000;
text-decoration:underline;
}
div#fixschbutton a:visited {
font-weight:bold;
color:#800000;
text-decoration:underline;
}
div#fixschbutton a:hover {
text-decoration:none;
}
div#search {
font:14px Arial, Helvetica, sans-serif;
color:#800000;
text-align:left;
}
div#search a{
font-weight:bold;
font-size:20px;
color:#800000;
text-decoration:none;
}
div#search a:visited {
font-weight:bold;
color:#800000;
text-decoration:none;
}
div#search a:hover {
text-decoration:none;
}
.xyz {
display:none;
}