html, body {
      margin: 0px;
      padding: 0px;
      font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, helvetica, sans-serif;
      font-size: x-small;
      voice-family: "\"}\"";
      voice-family: inherit;
      font-size: small;
}

html>body {
	  font-size: small;
}

form {
     display: inline;
     margin: 0;
     padding: 0;
}

a:link {
       text-decoration: none;
       color: #009;
}

a:visited {
       color: #009;
	  text-decoration: none;
}

a:hover {
	color: #69c;
	text-decoration: underline;
}


#banner {
	padding: 0;
	margin-bottom: 0;
	background-color: white;
	height: 70px;
}

#iyrlogo {
      padding: 0;
      margin: 0;
      padding-left: 5x;
      background-color: transparent;
      height: 70px;
      vertical-align: baseline;
}

#search {
	background-color: transparent;
	height: 50px;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}

#whereami {
	  clear: both;
	 padding: 3px 10px 3px 10px;
	 margin: 0;
	 background-color: #eee;
	 border-top: 1px solid #ddd;
	 border-bottom: 1px solid #ddd;
	 font-weight: bold;
	 font-size: small;
	text-align: left;
}

#localmenu {
	   float: right;
	 padding: 3px 10px 3px 10px;
	 margin-bottom: 0;
	 background-color: #fff;
	 text-align: right;
}

#content {
	 clear: both;
	 padding: 15px 20px 5px 20px;
	 margin-left: 30px;
	 margin-right: 30px;
	 background-color: white;
}

#footer {
	clear: both;
	padding: 3px 10px 3px 10px;
	margin-top: 0;		
	background-color: #F5F5F5;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	text-align: left;
	font-size: small;
}


#copyright {
	   background-color: #FFFFFF;
	   text-align: center;
	   color: #AAAAAA;
	   font-size: x-small;
}

#copyright a:link {
	   text-decoration: none;
	   color: #AAAAAA;
}

#copyright a:visited {
	   	   text-decoration: none;
		   color: #AAAAAA;
}

#copyright a:hover {
	   text-decoration: none;
}


.right {
       float: right;
}

tr.form {background: #EEEEEE; }

ul { 
	margin-left: 0;
	padding: 0 25px;
	list-style: square url(/images/ul.gif);
}

.dimmed { color: #aaa; }

span.bodyfont {
      font-size: small;
}
 
span.titlefont {
      font-family: Verdana, lucida, helvetica, sans-serif;
      font-size: large;
      font-weight: bold;
        color: #888;
}
 
span.headerfont {
      font-family: Verdana, lucida, helvetica, sans-serif;
      font-size: medium;
        font-weight: bold;
        color: #000;
}
 
span.toprowfont {
      font-family: Verdana, lucida, helvetica, sans-serif;
      font-size: small;
        font-weight: bold;
        color: #fff;
}
 


