			header {
				width: 100%;
				height: 90px;
				display: block;
			}
			
			footer {
				width: 100%;
				height: 40px;
				position:fixed;
				left: 0px;
				bottom: 0px;
				
			}
			
			#footer_row_zero {
				width: 100%;
				height: 25px;
				position: absolute;
				left: 0px;
				top: 0px;
			}
			
			#footer_row_one {
				width: 100%;
				height: 15px;
				position: absolute;
				left: 0px;
				top: 25px;
			}
			
			#header_row_zero {
				width: 100%;
				height: 15px;
				position: absolute;
				left: 0px;
				top: 0px;
			}

			#header_row_one {
				width: 100%;
				height: 38px;
				position: absolute;
				left: 0px;
				top: 15px;
			}
			
			#header_row_one span {
				font-family: Arial, sans-serif;
				font-weight: 100;
				font-style: normal;
				text-align: left;
				color: #ffffff;
				margin-left: 160px;
				margin-top: auto;
				margin-bottom: auto;
				font-size: 32px;
			}
			
			#header_row_two {
				width: 100%;
				height: 24px;
				position: absolute;
				left: 0px;
				top: 53px;
			}

			#header_row_two div {
				font-family: Arial, sans-serif;
				font-weight: 500;
				font-style: bold;
				text-align: right;
				color: #ffffff;
				margin-right: 24px;
				margin-top: 3px;
				font-size: 14px;
			}

			#header_row_three {
				width: 100%;
				height: 20px;
				position: absolute;
				left: 0px;
				top: 77px;
			}
			
			#header_row_three div {
				font-family: Arial, sans-serif;
				font-weight: 500;
				font-style: normal;
				text-align: center;
				color: #788AAD;
				font-size: 10px;
				width: 100%;
				margin-left: auto;
				margin-right: 24px;
			}
			
			#header_row_three div ul {
				list-style-type: disc;
				margin-left: 10px;
				margin-right: 0px;
				margin-top: 4px;
				
				padding: 0;
			}
			
			#header_row_three div ul li {
				display: inline;
				
			}
			
			#header_row_three div ul li a {
				text-decoration: none;
				padding-left: 5px;
				padding-right: 5px;
				
			}

			#header_row_three div ul li a:link {
				color: #000000;
			}	

			#header_row_three div ul li a:visited {
				color: #000000;
			}	

			#header_row_three div ul li a:active {
				color: #000000;
			}	

			#header_row_three div ul li a:hover {
				color: #000000;
				text-decoration: underline;
			}	
					
			#top_corner_eye {
				position: absolute;
				top: 0px;
				left: 0px;
				width: 180px;
				height: 105px;
			}
			
			.fb-like
			{
				display: block;
				position: relative;
				margin-right: 24px;
				margin-top: 2px;
				float: right;
			}
			
			#footer_copyright
			{
				width: 400px;
				font-family: Arial, sans-serif;
				font-weight: 500;
				font-style: normal;
				text-align: left;
				font-size: 14px;
				margin-left: 24px;
				margin-top: 3px;
				display: block;
				float: left;
			}

			#page_title_row 
			{
				width: 100%;
				height: 30px;
/*				background-color: black;
				border: 0;
				z-index: -1000;
				filter:alpha(opacity=60); 
				-moz-opacity:0.6;
				opacity: 0.6;
*/
				display: block;
				float: left;
				
			}
			
			#page_title_content
			{
				width: 100%;
				font-family: Arial, sans-serif;
				font-weight: 500;
				font-style: normal;
				text-align: center;
				font-size: 30px;
				margin-left: 24px;
				margin-top: 10px;
				display: block;
				float: left;
				color: black;
			}
			
			#branch_general_content
			{
				width: 100%;
				height: 100%;
				display: block;
				float: left;
				margin-top: 30px;
			}
			
			#branch_general_content table
			{
				width: 100%;
			}
			
			#branch_general_content .left_column
			{
				width: 205px;
				height: 100%;
				vertical-align: top;
			}
			
			#branch_general_content .right_column
			{
				vertical-align: top;
				height: 100%;
				display:block;
				overflow-y: auto;
			}
			
			.empty_column
			{
				width:200px;
			}