﻿/* bof template */

.Forward {
	float: right;
    }
	
.Back {
	float: left;
    }

.ClearBoth {
	clear: both;
    }

.Inline {
	display: inline;
	}
	
.Center {
	text-align: center;
	}

.Right {
	text-align: right;
	}

.Left {
	text-align: left;
	}

.Block {
	display: block;
	}

.Proper {
	text-transform: capitalize;
	}

.Hidden {
	display: none;
	}

.InputWrapper {
	padding-bottom: 3px;
	}
	
.InputLabel {
	width: 100px;
	padding: 4px 4px 0px 0px;
	text-align: right;
	}

.InputTextBox {
	width: 200px;
	}
	
.InputImage {
	padding-left: 90px;
	position: relative;
	z-index: 0;
	}

.InputImage:hover {
	z-index: 100;
	}

.InputImage span {
	visibility: hidden;
	position: absolute;
	padding: 2px;
	border: 2px solid #ABA79C;
	background: #DFDAC9;
	}

.InputImage:hover span {
	visibility: visible;
	top: 20px;
	left: 200px;	
	}

.ButtonWrapper {
	
	}

.Bold {
	font-weight: bold;
	}

.Required {
	color: #970E4C;
	font-size: 11px;
	font-weight: bold;
	}

.Larger {
	font-size: 105%;
	}

.LinkButton {
	height: 25px;
	padding: 6px;
	line-height: 25px;
	background: url(../../App_Media/Images/LinkButtonBG.png);
	color: #FFFFFF;
	}

html { /*always show vertical scroll bar */
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Arial, Tahoma, Verdana, Helvetica;
	font-size: 11px;
	color: #626366;
	line-height: 17px;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	background: #FFFFFF;
	}
	
a {
	/* color: #323029; */
	color: #071140;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	color: #071140;
	}

h1 {
	font-size: 100%;
	margin: 0px 0px 5px 0px;
	padding-left: 24px;
	background: url(Images/Icons/Bullet-1.gif) no-repeat;
	text-transform: uppercase;
	}

h2 {
	font-size: 100%;
	}
	
h4 {
	font-size: 100%;
	}
	
hr {
	border: 2px solid #071140;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}

.hrSpacing {
	margin: 10px 0px 10px 0px;
	}

.NoMargin {
	margin: 0px;
	}

.MainWrapper {
    width: 783px;
    margin-left: auto;
    margin-right: auto;
	}

.HeaderWrapper {
	_margin-bottom: -13px;
	}

.HeaderLogo img {
	margin-right: 0px;
	_margin-right: -3px;
	background: #FFFFFF;
	}

.HeaderNav {
	background: #FFFFFF url(../../App_Media/Images/MenuBG.png) repeat-x top;
	height: 46px;
	font-size: 12px;
	font-weight: normal;
	}

.HeaderNav a {
	color: #FFFFFF;
	}

.HeaderNavInner {
	width: 520px;
	}
	
.BodyWrapper {
	margin: 4px 0px 3px 0px;
	*margin: 18px 0px 3px 0px; /*IE 7*/
	_margin: 0px 0px 0px 0px; /* IE 6 */
	_z-index: 100;
	background: url(../../App_Media/Images/BodyBG.png) repeat-y;
	}

.BodyWrapper100 {
	font-size: 100%
	}

.BodyWrapper110 {
	font-size: 110%
	}

.BodyWrapper120 {
	font-size: 120%
	}

.BodyWrapper90 {
	font-size: 90%
	}
	
.BodyWrapper80 {
	font-size: 80%
	}

.BodyWrapperAlt {
	background: url(../../App_Media/Images/BodyBG.png) top repeat-x;
	}

.BodyWrapperSingle {
	background: #FFFFFF url(../../App_Media/Images/BodyBG.png) top repeat-x;
	}

.BodyRightContent {
	padding: 0px;
	}

.SubArticleWrapper {
	margin: 0px;
	}

.BodyLeft {
	width: 239px;
	_width: 239px;
	}

.BodyLeft h1 {
	padding-top: 15px;
	margin-left: 15px;
	color: #000000;
	background: #C3D2AE url(Images/Icons/Bullet-2.gif) no-repeat left 15px;
	}

.BodyLeftArticle {
	width: 209px;
	
	}

.BodyRight {
	width: 540px;
	background: #FFFFFF;
	}

.BodyRightArticle {
	width: 510px;
	background: #FFFFFF;
	}

.BodySingleWrapper {
	}

.BodySingleContent {
	}

.SubMenuWrapper {
	padding:10px;
	background: #E8EAF6;
	width: 223px;
	}

.SubMenuWrapper a {
	padding: 0px 2px 0px 2px;
	}

.FooterWrapper {
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	background:  url(../../App_Media/Images/FooterBG.png);
	padding-right: 10px;
	}

.FooterWrapper a {
	color: #FFFFFF;
	}

.FooterMenu {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	}

.LegalWrapper {
	height: 30px;
	line-height: 30px;
	background: #1A2B4A;
	color: #FFFFFF;
	Text-align: center;
	}

.Download-PDF, .Download-Word {
	padding: 3px 0px 3px 20px;
	}

.Download-PDF {
	background: url(../../App_Media/Images/Icon-PDF.gif) no-repeat left;
	}

.Download-Word {
	background: url(../../App_Media/Images/Icon-Word.gif) no-repeat left;
	}

/* eof template */