/* CSS Document */

body {
	background-color:#FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#top_layer {
	position:fixed;
	top:0;
	background-color:#FFFFCC;
	width:1210px;
	height:60px;
	z-index:8;
	left: 100px;
	border-bottom: double;
	text-align: center;
}

#top_layer h1 {
	text-align:center;
	font-size: 160%;
	font-weight: normal;
	}
#top_left {
	background-color:#009;
	left:0px;
	width: 100px;
	position: fixed;
	top: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFF99;
	text-align:center;
	height: 60px;
	
}
#menu_left {
	position: absolute;
	width: 1200px;
	height: auto;
	z-index: 1;
	left: 107px;
	top: 59px;
	overflow: hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-top: 5px;
		}
#menu_left a  {
	background: #EcEcEc;
	border-bottom:solid 1px #000000;
	color:#003366;
	font-size:14px;
	cursor: default;
	display:block;
	padding:3px 6px 5px 2px;
	text-decoration:none;
	width:1200px;
	display:block;
} 
#menu_left a:hover {
	color:#fff;
	font-weight:normal;
	display:block;
	text-decoration:none;
	background-color: #003366;
} 
li#stop a:hover {
	background: 
	#FF0000;
	color:#fff;
	font-weight:normal;
	display:block;
	text-decoration:none;
} 
#menu_left ul  {
	list-style:none;
	padding-left: 5px;
	padding-top: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
#menu_left li  {
	background-color:#EcEcEc;
	color:#fff;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #333;
	border-bottom-color: #000;
	border-left-color: #FFF;
		}
#left {
	position: fixed;
	text-align:center;
	width:100px;
	height:100%;
	z-index:9;
	left: 0px;
	top: 60px;
	background-color: #FFFFCC;
}
#left a  {
	background: #FFFFCC;
	color:#336699;
	font-size:16px;
	border-bottom:solid 1px #000000;
	cursor: default;
	display:block;
	text-decoration:none;
	
} 
#left a:hover {
	background:	#FFFF00;
	color:	#003366;
	font-weight:normal;
	display:block;
	text-decoration:none;
	
} 
#left a.selected {
	background:
	#FFFF99;
	color:#003366;
	font-weight:normal;
	display:block;
	text-decoration:none;
} 
#left ul  {
	list-style:none;
	margin:0;
	padding:0;
} 

#teller {
	position:absolute;
	width:302px;
	height:115px;
	z-index:10;
	left: 8px;
	top: 701px;
}
