div.center {
padding-top:10px;
display: table; 
margin: 0 auto; 
text-align: center; /* center inline blocks for IE */ 
border-collapse: separate; /* cellspacing */ 
border-spacing: 10px 0; /* cellspacing distance - horizontal/vertical */

}

div.left {
text-align: left;

}

div.iframecopy {
width:620px;
height: 430px;
overflow: auto;
float:left;
padding-left:10px;
padding-right:10px;
text-align: left;
margin-top: 8px;
}

.small{font-size: 10px;}

.gen{
font-size: 14px;
font-family:"Tahoma",Georgia,Serif;
}

h1{
font-family:"Tahoma",Georgia,Serif;
font-size:large;
margin-top: 0px;
}

h3{
font-family:"Tahoma",Georgia,Serif;
}

.urbangreymenu{
text-align: left;
float:left;
width: 185px; /*width of menu*/
margin-top:0px;
}

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #606060 url(media/arrowstop.gif) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 15px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 4px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 4px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

