html{
	height: 100%;
	}


body { 
  padding: 0;
  font-family: serif, Georgia, "Times New Roman",
        Times, serif;
  color: black;
  background-color: #ffffff; 
	margin:0;
	height: 100%;
	width: 100%;  
  }

#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
	position: absolute;
	width: 100%;
	padding:0;
	margin: 0 auto -35px;
	}
	
#page_content {
	background-color:white;
	padding:0;
	margin:0;
	padding-bottom:35px;
	width: 100%;
	}
	
#footer, #push {
	position: absolute;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	height: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left:0;
	padding-right:0;
	margin:0;
	background-color:black;
	font-family: sans-serif;
	font-size: 8pt;
	color: #dcdce9;
	text-align: center;
	}	

 
 
div.footnote {
   font-size: 8pt;
} 	

h1 {
  font-family: Helvetica, Geneva, Arial,
        SunSans-Regular, sans-serif }

div.myindent{
	margin-left:50px;
	margin-right:50px;
	}

div.tworows{
	margin:10px;
	margin-top:5px;
	margin-bottom:5px;
	width:800px;
	font-size:12pt;
	height:30pt;
	}


.nobutton{
	position:relative;
	left:302px;
	width:0px;
	height:0px;
	font-size:40px;
	border:0px;
	}

.differentbutton{
	//background-color:#FFFFFF;
	//border-color: #dcdce9;
	color: #5d54a4;
	font-weight:bold;
	font-style:italic;
}

.tamebutton{
	font-style:italic;
	width:150px;
}

a:link {
  color: blue }
a:visited {
  color: purple }
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }


#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
text-align: center;

}

#nav-menu li
{
float: left;
margin: auto;<!--0 0.15em;-->
font-size: 80%;
}

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
font-family: sans-serif;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 8em;
display: block;
border: 0.1em solid #dcdce9;
color: #5d54a4;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: url(background.gif) #fff bottom left repeat-x;
height: 1.5em;
line-height: 1.5em;
float: left;
width: 8em;
display: block;
border: 0.1em solid #dcdce9;
color: #000000; 
background-color: #9090ff;
text-decoration: underline overline;
text-align: center;
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:100%
} 