@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	float: none;
}
html
{ 
height: 100%;
}
body
{
padding-top: 15px;
height: 100%; 
}
p
{
font-family:Arial, Helvetica, sans-serif;
}
h1
{
font-family:Arial, Helvetica, sans-serif;
}
table.b1 { 
border-color:#999999;
border-width: 1px; 
border-style: solid; } 
td.b1 { 
border-color:#999999;
border-width: 1px; 
border-style: solid; } 
td.main
{
	padding-right:50px;
	padding-left:50px;
	padding-top:30px;
	padding-bottom:30px;
}

.urbangreymenu{
width: 190px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 16px Verdana;
color: white;
background: #333 url(i/) no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 15px 0 15px 50px; /*31px is left indentation of header text*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 5px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background-image: url(i/buttonbg1.gif);
display: block;
padding: 5px 0;
line-height: 30px;
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-image:url(i/buttongbg2.gif);
}


.b1 .b1 .main .main {
	float: right;
}
