body {
	background:#F9B7FF;
	font-size:10px;
	text-align:center;
	margin:0px;
	padding:0;
	font:normal 0.8em/1.2em verdana,aria,sans-serif;
	color:#008000;
	}
a {
	color:#0000ff;
	text-decoration:underline;
	/*border-bottom:1px dotted; */
	}
a:hover {
	color:#0000ff;
	}
a:visited {
	color:#808080;
	}
h1, h2 {
	font-size:12px;
	color:#008000;
	}

#wrapper {
	position:relative;
	text-align:left;
	width:800px;
	}
#content {
	position:relative;
	background:#ffffff;
	text-align:left;
	width:800px;
	}
#header {
	background:#ffffff;
	padding:0px;
	width:800px;
	margin:0;
	text-align:center;
	color:#FFF;
	}
#header h1 {
	font-size:200%;
	}
#header a:hover {
	color:#7A2875;
	}
#maincol {
	position:relative;
	margin:0;
	padding:0px;
	}
#leftcol { 
	position:relative;
	top:0px;
	left:0px;
	float:left;
	width:180px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:170px; /* actual value */
	margin:0 0 0 0;
	padding:10px;
	background:#ffffff;
	z-index:100;
	}
#rightcol {
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width:160px;  /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:160px; /* actual value */
	margin:0 0 0 0;
	padding:10px;
	background:#ffffff;
	z-index:99;
	}
#centercol {
	position:relative;
	padding:0 195px;
	top: 10px;
	}
#centercol a {
	color:#0000ff;
	}
#centercol a:hover {
	color:#0000ff;
	}
#centerdetail {
	position:relative;
	padding:10 10 0 190px;
	}
#centerdetail a {
	color:#0000ff;
	}
#centerdetail a:hover {
	color:#0000ff;
	}
#footer {
	position:relative;
	top:1px;
	background:#ffffff;
	width:800px;
	clear:float;
	margin:0;
	padding:1% 0;
	text-align:center;
	color:#008000;
	}

#footer a {
	color:#0000ff;
	}

#footer a:hover {
	color:#000ff;
	}


/* for menu */

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

.urbangreymenu .headerbar{
font: bold 13px Verdana;
color: white;
background: #99C68E url(images/arrowstop.gif) 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: 7px 0 7px 31px; /*31px is left indentation of header text*/
}

.urbangreymenu .headerbar a{
text-decoration: none;
color: white;
display: block;
}

.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: 2px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: #008000;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #008000;
}

/* menu end */