body
{
	font-family: Helvetica,Arial,sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	background-color: #FFFFFF;
}

header {
    background-color: #23487A;
	padding-top: 15px;
	border-radius: 5px;
}

header,
.single-col,
div.nav-menu
{
	padding-left: 15%;
}

img
{
	max-width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

label
, .form-table
{
	font-size: 12px;
	font-weight: bold;
}

label {
    float: left;
}

.entryField {
    margin-left: 10px;
}

.banner-img
{
	width: auto;
	border-radius: 5px;
}

div.one-half
{
	width: 30%;
	margin-right: 5%;
	float: left;
}

div.second-column
{
	margin: 0;
	width: auto;
}

.show-mobile
{
	display: none;
}

div.nav-menu ul li
{
	list-style: none;
	float: left;
	padding: 0px;
}

div.nav-menu ul li a
{
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

div.nav-menu ul li a:hover
{
	background-color: #890B0F;
}

.action-trigger {
	display: none;
}

.disclosure {
	color: black;
	font-size: 14px;
	line-height: 1.2em;
}

.single-col {
	clear: both;
	float: none;
	width: 65%;
}

.cellStandard {
	color: black;
	font-weight: bold;
	font-size: 12px;
}

.menu-item {
	border: 1px solid darkgray;
	padding-left: 20px;
	width: auto;
	background-color: #23487A;
}

.helpLink {
	color: white;
	font-weight: bold;
	font-size: 1.0em;
	text-decoration: none;
	margin: 1px;
}

input[type="submit"] {
	color: white;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #23487A;
	border-radius: 5px;
}

.helpLink:hover
,.helpLink:focus {
    color: white;
	text-decoration: none;
}

span.disclaimer {
	color: #890B0F;
	font-weight: bold;
	font-size: 15px;
	display: block;
	padding-top: 10px;
}

.disclaimer {
	color: #890B0F;
	font-weight: bold;
	font-size: 15px;
}

.fieldTip {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
}

.optionTip {
	color: #0000FF;
	font-weight: bold;
	font-size: 12px;
}

div.nav-menu .menu-item-link {
	color: #FFFFFF;
}

.form-input
, .formhead
, .dateField {
	padding-left: 10%;
}

.formhead {
    font-weight: bold;
    padding-bottom: 10px;
}

span.form-input {
    display: block;
    margin-bottom: 10px;
}

.radioText {
	font-size: 12px;
	font-weight: bold;
}

.inlinesec {
	display: inline;
}

.dateField {
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

#FormHeaders {
    padding-top: 15px;
}

div.imgheader {
    margin-right: 10px;
}

.form-table {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    background-color: purple;
    width: auto;
}

.form-table td.label-cell {
    text-align: left;
    background-color: yellow;
    width: 50%;
}

.form-table td.input-cell {
    padding-left: 5%;
}

.form-block {
    width: 75%;
}

.dateSel {
    display: inline-block;
}

.inline-link {
    float: right;
    background-color: #23487A;
	border: 1px solid darkgray;
	margin-left: 15px;
	border-radius: 5px;
}

.hRule {
    background-color: #23487A;
    height: 4px;
}
