/* CSS Document */


body {
  margin: 0;
  background-color:#efefef;
  color:#000;
  font: small Arial,Helvetica, Sans-serif;
  padding: 0;
  text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
					
  voice-family: "\"}\""; 							 
  voice-family: inherit;								
 									
  }
  html>body {font-size: medium;} 						

#container
{
width: 1024px;
margin: 0px auto;
background-color: #fff;
color: #000;
border: 1px solid gray;
/*line-height: 130%;*/
}

#top
{
padding: 0;
background-color:#003366;
color:#fff;
border-bottom: 1px solid #999;;
}

h1
{
margin: .25em;
text-align:left;
font-family:Arial, Helvetica, sans-serif;
font-size:130%;
font-weight:400;
}

.taller {
	font-size:140%;
	font-stretch:narrower;
	font-weight:400;}

#leftnav
{
float: left;
width: 200px;
margin: 0;
padding: 1em;
text-align:left;
}

#leftnav p { 
	margin: 0 0 1em 0;
	font-family:"Arial Narrow", Arial, sans-serif;
	color:#003366;
	padding-bottom:.5em;
	border-bottom: 1px solid #999;
	}

div.address {
	padding-top:1em;
	color:#666;
	}
	
#content
{
margin-left: 240px;
border-left: 1px solid #999;
padding: 1em;
text-align:left;
}

#footer
{
clear: both;
margin: 0;
color: #ccc;
background-color:#003366;
border-top: 1px solid #999;
padding:.25em 0 .25em 0;
}

#footer p {font-size:small;}

.smaller {font-size:smaller;}

#content h2 { 
	margin: 0 0 .5em 0;
	font-size:120%;
	font-weight:500;
	color:#999;
	}
	
.inline {
	display:inline;
	}
	
/* links */
/* ----------------------------------------------- */
a:link {color:#000099; text-decoration:none;}
a:visited {color:#3366ff; text-decoration:none;}
a:hover {color:#999; text-decoration:none;}	

a.reveal:link {color:#ccc; font-weight:bold;}
a.reveal:visited {color:#ccc; font-weight:bold;}
a.reveal:hover {color: #fff; font-weight:bold;}	

table {width:auto;}

td {
	text-align:center;
	padding:0 .5em 0 .5em;
	vertical-align:top;
	}