body
{
	background-color: #FEFEFE;
	margin: 0;
	padding: 0;
	width: 100%;
}

#Template h1, h2, h3, h4, h5, h6
{
    margin: 0;
	padding: 0;
}

#Template
{
	width: 686px;
	margin: 0 auto;
	position: relative;
}

div.clear
{
    position: relative;
    clear: both;
}

#Header
{
	background: url(../images/MasterTop.gif) no-repeat;
	width: 686px;
	height: 161px;
}

#Header div.SubTitle
{
	position: absolute;
	text-align: right;
	top: 90px;
	right: 30px;
	font-family: Arial;
	font-size: 19px;
	color: #707070;
}

div.Content
{
	background: #FEFEFE url(../images/MasterContentBackground.gif) repeat-y;
	padding: 40px 30px 10px 30px;
	font-family: Arial;
	font-size: 13px;
	color: #1F3451;
}

div.Content input.withBorder
{
	border: 1px solid #7F9DB9;
	width: 250px;
}

div.ContentDivided
{
	background: #FEFEFE url(../images/MasterContentDividedBackground.gif) repeat-y;
	padding: 40px 280px 10px 30px;
	font-family: Arial;
	font-size: 13px;
	color: #1F3451;
}

div.ContentDivided div.displayBox
{
	position: absolute;
	margin: 0;
	padding: 46px 0 46px 0;
	width: 243px;
	top: 161px;
	right: 13px;
	border-bottom : 1px solid #EBEBDF;
}

div.ContentDivided div.displayBox img
{
	border: 0;
}

div.ContentDivided a.btnLink, a:hover.btnLink
{
	background: url(../images/RedArrow.gif) 0 0.4em no-repeat;
	padding: 0 0 0 8px;
	font-family: Arial;
	font-size: 11px;
	color: #1F3451;
	font-weight: bold;
	text-decoration: none;
}

div.ContentDivided input.withBorder
{
	border: 1px solid #7F9DB9;
	width: 250px;
}

div.Footer
{
	background: url(../images/MasterBottom.gif) no-repeat;
	padding: 10px 75px 0 0;
	width: 611px;
	height: 38px;
	font-family: Arial;
	font-size: 11px;
	color: #1F3451;
	text-align: right;
}

div.Footer a
{
	font-family: Arial;
	font-size: 11px;
	color: #1F3451;
	text-decoration: none;
}

div.Footer a:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #1F3451;
	text-decoration: underline;
}

div.FooterDivided
{
	background: url(../images/MasterBottomDivided.gif) no-repeat;
	padding: 10px 75px 0 0;
	width: 611px;
	height: 38px;
	font-family: Arial;
	font-size: 11px;
	color: #1F3451;
	text-align: right;
}

div.FooterDivided a
{
	font-family: Arial;
	font-size: 11px;
	color: #1F3451;
	text-decoration: none;
}

div.FooterDivided a:hover
{
	font-family: Arial;
	font-size: 11px;
	color: #1F3451;
	text-decoration: underline;
}

div.QuestionTxt 
{
    font-weight: bold;
	padding: 0 0 10px 0;
	position: relative;
}

div.SubQuestionTxt
{
	padding: 0 0 10px 0;
	position: relative;
}

div.formField
{
	padding: 0 0 10px 0;
}

div.btnClose
{
    text-align: right;    
}

div.btnSubmit
{
    text-align: right;    
}

div.MsgRequired
{
    font-weight: bold;
    margin-left: 10px;
    color: Red;
}

span.MsgRequiredOther
{
    font-weight: bold;
    font-family: Arial;
    width: 50px;
    color: Red;   
}

div.TYMain
{
    position: relative;
}

div.Disclaimer
{
    padding: 0;
    margin: 10px 0 0 0;
    font-size: 10px;   
}
span.Small
{
	font-weight: bold;
	font-size: small;
}