<%@ Master Language="C#" AutoEventWireup="true" CodeFile="StateOfNE.master.cs" Inherits="MasterPage" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>State of Nebraska</title>
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<link href="..\StyleSheet.css" rel="stylesheet" type="text/css" />
<asp:ContentPlaceHolder ID="HeadContentPlaceHolder" runat="server" />
</head>
<body bgcolor="#3BBDC2" text="#0B251F">
<form id="form1" runat="server">
<div>
<asp:ContentPlaceHolder id="phContent" runat="server" >
</asp:ContentPlaceHolder>
</div>
</form>
</body>
</html>