﻿body {
    background-color: #e7ebf7; 
	font-family: Century Gothic, Verdana, Geneva, Arial, helvetica, sans-serif; 
	font-size: 10pt;
    text-align:center;
}

.Page {
    width:900px;
    margin:0 auto;
    text-align:left;
}
.Header {
	width: 900px; 
	height: 95px;
	background:url("../images/logo.png") no-repeat left top;
	background-color: White;  
    background-size: 206px 75px;
	color: White;
	padding: 2px 5px 2px 5px;
}
.OmahaHeader {
	width: 900px; 
	height: 95px;
	background-color: White;  
    background-size: 206px 75px;
	color: White;
	padding: 2px 5px 2px 5px;
}
.MenuBar {
	width: 900px; 
	height: 20px;	
	margin-top: -20px;
	text-align: right;
	background-color: #0f4782; 
	color: #cccccc; 
	text-align: right;
	vertical-align: bottom; 
	padding: 2px 5px 2px 5px;
}
.Content {
	min-height:600px;
	width: 900px; 
	text-align: left; 
	background-color: #ffffff; 
	vertical-align: top; 
	font-size: 8pt; 
	padding: 2px 5px 2px 5px;
}
.Footer {
	width: 900px; 
	height: 25px;
	font-size: 8pt; 
	background-color: #0f4782;  
	color: White;
	text-align: center; 
	vertical-align: top; 
	padding: 2px 5px 2px 5px;
}
.title {
	font-size: 10pt; 
	font-weight: bold; 
}
.text {
	font-size: 8pt; 
	font-weight:normal; 
}
.message {
	color:Red; 
}
.Grid {
	 width: 100%;	
}
.AlternatingItem {
	background-color: #aeb3bf;
}
.HeaderItem {
	background-color: #0f4782;
	font-weight:bold;
	color:White;
}
.HeaderItem a {
	background-color: #0f4782;
	font-weight:bold;
	color:White;
	text-decoration: none;
}
.HeaderItem a:hover {
	color: #FFB033; 
	text-decoration: none
}
a {
  text-decoration: none;
}
a:hover {    
    color: #fd2c03;
}
.MenuOption {
	text-transform: uppercase; 
	font-family: Century Gothic, arial, helvetica, sans-serif; 
	color: #ffffff; 
	font-size: 8pt; 
	vertical-align: middle; 
	font-weight: bold; 
	text-decoration: none;
}
.MenuOption:hover {
	color: #FFB033; 
	text-decoration: none
}
.Button_Teal
{
    border-radius: 15px;
    border-style: solid;
    border-color: gray;
    border-width: 1px;
    background-color: #008285;
    text-align: center;
    font-family: sans-serif, arial, helvetica;
    font-weight: normal;
    color: white; 
    padding: 2px 10px;
    font-size: 10pt;
    height: 25px;
}
