.text {
	font-size: 13px;
	color: Blue;
	padding-left : 7px;
	padding-right: 5px;
	background : none;
}
a {
	text-decoration : none;
	font-size : 13px;
	text-align : right;
	color : Blue;
}

a.menu:link  {
	font-weight: normal;
	text-decoration: none;
	
}
a.menu:hover {
	font-weight: normal;
	text-decoration: underline;
}
a.menu:visited {
	font-weight: normal;
	text-decoration: none;
}
.textboldcen {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	margin-top : 1.5em;
	text-decoration : none;
	font-weight : bold;
	text-align : center;
	color : Red;
}

.textbold {
	font-family : "Times New Roman", Times, serif;
	font-size : 14px;
	margin-top : 1.5em;
	text-decoration : none;
	font-weight : bold;
	text-align : left;
	color : Red;
}




.textblock {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	margin-top : 0.5em;
	text-decoration : none;
	font-weight : normal;
	text-align : justify;
	color : Black;
	margin-left : 1.0em;
	
}
.textblockcen {
	font-family : "Times New Roman", Times, serif;
	font-size : 13px;
	margin-top : 0.5em;
	text-decoration : none;
	font-weight : normal;
	text-align : center;
	color : Black;
}

#menu {
width : 180px;
padding : 10px 0 0 0;
}
#menu ul {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu li {
margin : 0 0 0.1em 0;
}
#menu a {
width : 180;
padding : 0.1em 0.8em;
text-decoration : none;
display : block;
color : #fff;
background : #f36207;
}
#menu a:hover {
background : #0d4953;
color : #fff;
}











.shiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 250px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}


.shiftcontainerbig{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainerbig{
width: 600px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainerbig .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}













.dshiftcontainer{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.dshadowcontainer{
width: 650px; /* container width*/
background-color: #d1cfd0;
}

.dshadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}


.dshiftcontainerbig{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.dshadowcontainerbig{
width: 800px; /* container width*/
background-color: #d1cfd0;
}

.dshadowcontainerbig .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}







/*  main menu */
/* */

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

.urbangreymenu .headerbar{
font: bold 11px Verdana;
color: white;
background: #f36207 url(media/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: 3px 0 3px 11px; /*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: 2px; /*bottom spacing between menu items*/
}

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

.urbangreymenu ul li a:visited{
color: white;

}

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

