﻿body 
{
	font-family:  'Avenir', 'Arial', 'Sans-Serif';
	background-color: White;
	background-image: url(Images/gradient-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
}
a:link
{
	color:#0046AD;
	text-decoration: none;
}
a:visited
{
	color:#0046AD;
	text-decoration: none;
}
a:hover
{
	color:#0046AD;
}
.Menu
{
	background-color: #C5BE97;
	color: #5d7b9d;
	width: 800px;
}
.MainFrame
{
	background-color: #5d7b9d;
	color: White;
	font-family: Arial;
	font-size: medium;
	width: 800px;
}
.GreenHeader
{
	background-color: White;
	width: 800px;
}
.HeaderLargeText
{
	color:Black;
	font-size: x-large;
	font-weight: bold;
	background-color: #5d7b9d;
}
.HeaderMediumText
{
	color: #C5BE97;
	font-size: larger;
	background-color: #5d7b9d;
	font-family: Arial;
}
.HeaderNormalText
{
	color:White;
	background-color: #0046AD;
	width: 800px;
}
.RegHeader
{
	font-size: larger;
	color: Black;
}
.Footer
{
	color:Gray;
	font-size: smaller;
	width: 800px;
}
.ClaimsHeader
{
	background-color:#F6F2E8;
	color:#515151;
	font-size: small;
}
.ClaimsFooter
{
	background-color:#F6F2E8;
	color:#515151;
	font-size: small;
	font-weight: bold;
}
.ClaimsTable
{
	background-color:White;
	font-size: small;
	color: Black;
}
.DropDown
{
	font-family: Arial;
}
.HomePageItems
{
	color: Navy;
	background-color: White;
	font-size: medium;
	vertical-align: middle;
}
.FormFrame
{
	background-color: White;
	color: Black;
	font-family: Arial;
	font-size: small;
	width: 800px;
}
.dropshadow1{
	float:left;
	clear:left;
	/*background: url(images/shadowAlpha.png) no-repeat bottom right !important; */
	background: url(images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 10px 10px !important;
	margin: 10px 0 10px 5px;
	width: 180px;
}
.dropshadow1 p{
	position:relative;
	bottom:6px;
	right: 6px;
	border: 1px solid #999999;
	padding:4px;
	font-size:14px;
	margin: 0px;
}
.header-bar
{
	font-size: 12px;
	color: White;
	background-image: url(IMG/header-bar.jpg);	
	position: relative;
	left:0px;
	top: 0px;
	width: 800px;
	height: 45px;
	z-index: 1000;
}
.header
{
	width: 800px;
	background: #DDDDDD;
	padding: 0 0 0 0;
}
.header-links A:link{color: White;font: 100% Verdana, Arial, Helvetica, sans-serif;}
.header-links A:hover{color: White; text-decoration: underline;font: 100% Verdana, Arial, Helvetica, sans-serif;}
.header-links A:visited {color: White;font: 100% Verdana, Arial, Helvetica, sans-serif;}
.header-links A:active{color: White;font: 100% Verdana, Arial, Helvetica, sans-serif;}
