﻿html
{
	height: 100%;
}
body
{
	/* necessary for CMS */
	margin: 0;
	padding: 0;
	height: 100%; 
}

/* BEGIN CMS Edit Mode Styles */
.ContentSlotViewerEdit
{
	width:100%;
	position:relative;
	z-index: 99;
	background-color:#ffffff;
	
}
/*
.ContentSlotViewer
{
	width:100%;
	visibility: visible;
	position:relative;
	z-index: 0;	
}
* html .ContentSlotViewer
{
	height: 1px;
}*/

.ContentSlotViewerSelectionOverlay
{
	background-color:#DDECFE;
	opacity: .30;
	filter: Alpha(opacity=30);
	-moz-opacity: 0.30;
	border:solid 1px #3B619C;
	/*
	display:block;
	width:1px;
	*/
	width: auto;
	left:0px;
	top:0px;
	position:absolute;
	z-index:100;
	visibility:hidden;
}
* html .ContentSlotViewerSelectionOverlay
{
	margin: 0;
}
/* END CMS Edit Mode Styles */

/* BEGIN CMS Toolbar Styles */
.CMSToolbarContainer
{
	top:0px;
	left:0px;
	z-index:101;
	position:absolute;
	visibility:hidden;
	border-color: #3B619C;
	border-style: solid;
	border-width: 0 1px;
	background: url('../Images/CMSToolbarBackground.gif');
}
.CMSToolbarText
{
	font-family: Tahoma;
	font-size: 8pt;
	padding: 0;
}
.CMSToolbarButtonOff
{
	padding: 1px 4px 1px 4px;
}
.CMSToolbarButtonOn
{
	cursor: pointer;
	cursor: hand;
	margin: 0;
	padding: 0 3px 0 3px;
	border: solid 1px #000000;
	background:#6791C9;
}
/* END CMS Toolbar Styles */



/* BEGIN APF Styles */
.HtmlEditorCssBody
{
	background-color: #ffffff;
	margin: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #030055;
}

body {
	background-color: #030045;
	margin: 0 0 0 0;
}

a {
	color: #191748;
	text-decoration: underline;
}

a:visited {
	color: #191748;
}

a:hover {
	color: #B80000;
	text-decoration: underline;
}

h2
{
	color: #B80000;
	text-align: left;
	margin: 4px 0 4px 8px;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
}

.text 
{ 
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: normal; 
	color: #030055;
}

.subtitle
{ 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #B80000;
}

.subtitle2 
{ 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	color: #B80000;
}

.header 
{ 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #FFFFFF;
}

.headerLink
{ 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	text-decoration: underline;
	color: #FFFFFF;
}

td.navigation 
{
	background-color: #F1F2F2;
}

td.footer 
{
	background-color: #DADADA;
}

.navLink
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none;
	color: #191748;
}

#breadcrumb
{
	padding: 2px 2px 2px 6px;
	text-transform: lowercase;
}
#breadcrumb a, #breadcrumb a:visited, #breadcrumb a:hover
{
	text-transform: lowercase;
}
.text p
{
	margin: 0 0 5px 0;
}

.navLinkHeader, .navLinkHeader:hover
{ 
	font-family: Arial black, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #030055;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 172px;
	padding: 0 5px 0 9px;
	margin: 2px 0;
	text-transform: uppercase;
	letter-spacing: -.1em;
	word-spacing: 0em;
}

.regLink
{ 
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: bold; 
	text-decoration: underline;
	color: #191748;
}

.apdLink
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: underline;
	color: #191748;
}

.footerText
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none;
	color: #ffffff;
}

.footerLink
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	text-decoration: none;
	color: #ffffff;
}

.footerLink:visited {
	color: #ffffff;
}

.footerLink:hover {
	color: #DADADA;
	text-decoration: underline;
}

.insideLink
{ 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal; 
	text-decoration: none;
	color: #191748;
}
.Form
{
}
.Form INPUT
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: 1px solid;
    COLOR: #000066;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    BACKGROUND-COLOR: #ffffff
}
.FormField
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: 1px solid;
    COLOR: #000066;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    BACKGROUND-COLOR: #ffffff
}
.Form TEXTAREA
{
    BORDER-RIGHT: 1px solid;
    BORDER-TOP: 1px solid;
    FONT-SIZE: 9pt;
    BORDER-LEFT: 1px solid;
    COLOR: #000066;
    BORDER-BOTTOM: 1px solid;
    FONT-FAMILY: Verdana, Tahoma, Arial
}
.FormButton
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #ab6907 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    BORDER-LEFT: #ab6907 1px solid;
    CURSOR: hand;
    COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    BACKGROUND-COLOR: #999999
}
.FormButton INPUT
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #ab6907 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13px;
    BORDER-LEFT: #ab6907 1px solid;
    CURSOR: hand;
    COLOR: #ffffff;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana, Tahoma, Arial;
    HEIGHT: 0px;
    BACKGROUND-COLOR: #999999;
    TEXT-DECORATION: none
}
.FormLabel
{
    font-weight:bold;
    font-size:11px;
    color:#000000;
    font-family:Verdana,Arial;
    text-align:left;
}
.FormLabelRight
{
    font-weight:bold;
    font-size:11px;
    color:#000000;
    font-family:Verdana,Arial;
    text-align:right;
}
.DividerLine
{
    background-color: #333366;
    padding-top:0px;
    padding-bottom:0px;
}
.ErrorRow
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	color:#FF0000;
}
.ButtonRow
{
	font-family:Verdana,Arial;
	text-align:center;
	vertical-align:bottom;
	height:40px;
}
.PressTitleLarge
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14px;
    COLOR: #333366;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.PressTitle
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #333366;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.PressTitle A
{
    COLOR: #191748
}
.PressTitle A:visited
{
    COLOR: #191748
}
.PressTitle A:hover
{
    COLOR: #B80000
}
.SmallText
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 10px;
    COLOR: #666666;
    LINE-HEIGHT: 10pt;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
/* END APF Styles */