﻿body {
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
}
.Error {
	color: Red;
}
.PageTitle {
	display: none;
}
.MainTable {
	width: 1000px;
	overflow: hidden;
}
.MainTableHeader {
	width: 1000px;
	height: 84px;
	background-image: url('../Images/HeaderBackground.png');
	background-repeat: no-repeat;
}
.MainTableHeaderCallBackNumber {
	width: 100%;
	height: 70px;
	background-image: url('../Images/CallBackNumber.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-left: auto;
	margin-right: 0;
	text-align: right;
}
.MainTableMenu, .MainTableCallBackNumber {
	float: right;
	display: none;
}
.MainTableMenu li {
	float: left;
	padding-right: 1em;
}
.LeftNavigation {
	background-color: #0d3a92;
	color: #fff;
	height: 100%;
	width: auto;
	margin: 0;
	padding: 0.5em;
	vertical-align: top;
	font-size: small;
	line-height: 1.05em;
}
.LeftNavigation dd {
	font-size: small;
}
.LeftNavigation dt {
	font-weight: bolder;
}
.StateMenu {
	text-transform: uppercase;
	padding-left: 3em;
	padding-top: 0.5em;
}
.StateMenu li {
	/*padding-bottom: 0.5em;*/
}
.LeftNavigation a, .LeftNavigation a:link, .LeftNavigation a:visited {
	text-decoration: underline;
	color: #fff;
}
.LeftNavigation a:hover {
	text-decoration: underline;
	color: #ccc;
}
.MainContent {
	width: 800px;
	padding: 0;
	overflow: visible;
}
.ContentTable {
	margin: 1em;
}
.UppercaseText {
	text-transform: uppercase;
	color: Navy;
	font-weight: bold;
}
.SubHeader {
	text-transform: uppercase;
	font-weight: bold;
	font-size: large;
}
.LeftNavigationHeader {
	text-transform: uppercase;
	font-weight: bold;
}
.Footer {
	font-size: small;
	width: 1000px;
}
.Signup {
	background-color: #dbe1ef;
	text-align: center;
	color: #2e438e;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 8px 0 8px 0;
}
.Signup input {
	color: #4f4f4f;
	font-size: 10px;
	font-weight: normal;
}
.Icons {
	float: left;
	padding: 5px 0 0 15px;
}
.Copyright {
	padding: 30px 3px 0 0;
	text-align: right;
}
.Medicaid, .SecureForStandard {
	text-align: center;
	padding: 1em;
}
.PricingChart {
	font-size: 0.75em;
	font-weight: normal;
	border: 1px solid #000;
	width: 100%;
	margin-bottom: 1em;
}
.PricingChart th {
	background-color: #dadaeb;
	text-transform: uppercase;
}
.PricingChart tr {
	border-bottom: 1px solid #000;
	text-align: center;
}
.RightBorder {
	border-right: 1px solid #000;
}
.PersonalizeTable {
	width: 100%;
	font-size: smaller;
}
.PersonalizeTable input {
	width: 50%;
}
.PersonalizeTable select {
	width: 100%;
}
.PersonalizeTable td {
	width: 50%;
	padding-bottom: 0.2em;
}
.RightAlign {
	text-align: right;
	padding-right: 1em;
}
.CenterAlign {
	text-align: center;
}
#PersonalizeButton {
	width: 92px;
	height: 34px;
}
.BigFontNavyCentered {
	font-size: 1.1em;
	color: Navy;
	text-align: center;
}
.BigFontNavy {
	font-size: 1.1em;
	color: Navy;
}
.NavyCentered {
	color: Navy;
	text-align: center;
	font-weight: normal;
	font-size: small;
}

.states {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #205DAD;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}
a:link {
	text-decoration: none;
	color: #205DAD;
}
a:visited {
	text-decoration: none;
	color: #255CAE;
}
a:hover {
	text-decoration: underline;
	color: #003;
}
a:active {
	text-decoration: none;
	color: #255CAE;
}
.centerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #205DAD;
	font-size: 16px;
	text-align: center;
	vertical-align: bottom;
	line-height: inherit;
	word-spacing: 16%;	
}
.alignBottom
{		
	vertical-align: bottom;
}
