#header {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:176px;
	z-index:2;
}
#left_menu {
	position:absolute;
	left:-1px;
	top:148px;
	width:222px;
	height:1525px;
	z-index:1;
	background-color: #EBEFC2;
}

#right_menu {
	position:relative;
	left:100%;
	width:219px;
	top:141px;
	margin-left: -193px;
	background-color: #EBEFC2;
	height: 1500px;
	z-index:4;
	overflow: hidden;
	visibility: visible;
}


#main_container {
	position:absolute;
	left:251px;
	top:193px;
	z-index:3;
	border:none;
	overflow: hidden;
	padding:1px;
	width: 900;
}
 
#main_container_print {
	position:absolute;
	left:0px;
	top:0px;
	z-index:3;
	border:none;
	overflow: hidden;
	padding:1px;
	width: 900;
}


a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}



.simple_text {font-family: tahoma; font-size: 13px; color:#3B3B3B; font-weight: normal;}
.simple_text2 {font-family: verdana; font-size: 14px; color:#333}
.simple_text2_inv {font-family: verdana; font-size: 14px; color:#FFF;}
.simple_text3 {font-family: verdana; font-size: 15px; color:#333}
.simple_text3_inv {font-family: verdana; font-size: 15px; color:#FFF;}


.menu_text {
	color: #605F37;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
}
.form_title {font-size: 11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; color:#666}
.name_title {font-size: 16px; font-family:Verdana; font-weight:bold; color: #FFF;}


.urbangreymenu{
width: 218px; /*width of menu*/
}

.urbangreymenu .headerbar{
font: bold 12px Verdana;
color: white;
background:  #a9b0b5 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*/
padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
}


.urbangreymenu2 .headerbar2{
font: bold 12px Verdana;
color: white;
background:  #AED25B 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*/
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 11px tahoma;
color: black;
background: #edeff1;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.no_scrol_table {
font: normal 11px tahoma;
color: black;
background: #EBF1E0;
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: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

html, body
{
  height: 100%;
  margin:0px;
}




.classname {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	height:32px;
	line-height:32px;
	min-width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	padding-left:10px;
	padding-right:10px;
}
.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.classname:active {
	position:relative;
	top:1px;
}
