/************ General CSS ************/

Body {
	background-color: #FFFFFF;
	background-image: url(images/layout_main_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

Form {
	padding:0px;
	margin:0px;
}

hr {
	background-color: #C80D0D;
	height: 1px;
	border-top:1px solid #C80D0D;
	width: 100%;
}

/************ End General CSS ************/

/************ Main Body CSS ************/
.header_Backdrop {
	background-image: url(images/layout_header_bg.gif);
	background-repeat: no-repeat;
}
.header_CheckoutText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	float: right;
	clear: right;
	margin-top: 17px;
	margin-right: 10px;
}
.header_CheckoutText a:link { color: #FFFFFF; text-decoration: underline;}
.header_CheckoutText a:visited { color: #FFFFFF; text-decoration: underline;}
.header_CheckoutText a:hover { color: #FF0000; text-decoration: underline;}
.header_CheckoutText a:active { color: #FF0000; text-decoration: underline;}

.header_AdditionalLinks {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#E7E9F4;
	float: right;
	clear: right;
	margin-top: 8px;
	margin-right: 10px;
}
.header_AdditionalLinks a:link { color: #E7E9F4; text-decoration: none;}
.header_AdditionalLinks a:visited { color: #E7E9F4; text-decoration: none;}
.header_AdditionalLinks a:hover { color: #E7E9F4; text-decoration: underline;}
.header_AdditionalLinks a:active { color: #E7E9F4; text-decoration: underline;}

.header_BreadCrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	float: right;
	clear: right;
	margin-top: 8px;
	margin-right: 10px;
	width: 600px;
	text-align:right;
}
.header_BreadCrumb a:link { color: #000000; ; text-decoration: none;}
.header_BreadCrumb a:visited { color: #000000; text-decoration: none;}
.header_BreadCrumb a:hover { color: #FF0000; text-decoration: underline;}
.header_BreadCrumb a:active { color: #FF0000; text-decoration: underline;}

.MainMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.MainMenu a:link { color: #FFFFFF; ; text-decoration: none;}
.MainMenu a:visited { color: #FFFFFF; text-decoration: none;}
.MainMenu a:hover { color: #000000; text-decoration: underline;}
.MainMenu a:active { color: #000000; text-decoration: underline;}

.mainContentInterior {
	clear: both;
	padding-left: 35px;
	padding-bottom: 25px;
	padding-right: 35px;
}

.mainHeader {
	clear: both;
}
.mainHeaderLeft {
	width: 224px;
	float: left;
}
.mainHeaderRight {
	width: 370px;
	height: 61px;
	padding-right: 25px;
	float: right;
	text-align: right;
}
/************ End Main Body CSS ************/


.lineSplitter {
	background-color: #C80D0D;
	height: 1px;
	width: auto;
	margin-bottom: 12px;
	margin-top: 12px;
}

.textBody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
	letter-spacing: 0.01em;
}
.textBody a:link { color: #C80D0D; text-decoration: underline;}
.textBody a:visited { color: #C80D0D; text-decoration: underline;}
.textBody a:hover { color: #C80D0D; text-decoration: none;}
.textBody a:active { color: #C80D0D; text-decoration: underline;}

.textBody IMG { margin: 5px; }

.textSubHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #C80D0D;
}
.textSubHeader a:link { color: #C80D0D; text-decoration: none; font-weight: normal;}
.textSubHeader a:visited { color: #C80D0D; text-decoration: none; font-weight: normal;}
.textSubHeader a:hover { color: #C80D0D; text-decoration: underline; font-weight: normal;}
.textSubHeader a:active { color: #C80D0D; text-decoration: underline; font-weight: normal;}

.textHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #C80D0D;
}
.textHeader a:link { color: #C80D0D; text-decoration: none; font-weight: normal;}
.textHeader a:visited { color: #C80D0D; text-decoration: none; font-weight: normal;}
.textHeader a:hover { color: #C80D0D; text-decoration: underline; font-weight: normal;}
.textHeader a:active { color: #C80D0D; text-decoration: underline; font-weight: normal;}

.textEmphasis {
	color: #C80D0D;
	font-weight: bold;
}

.textFootnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-weight: normal;
}
.textFootnote a:link { color: #333333; text-decoration: underline; font-weight: normal;}
.textFootnote a:visited { color: #333333; text-decoration: underline; font-weight: normal;}
.textFootnote a:hover { color: #333333; text-decoration: underline; font-weight: normal;}
.textFootnote a:active { color: #333333; text-decoration: underline; font-weight: normal;}

.textFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #000000;
	font-weight: normal;
}
.textFooter a:link { color: #000000; text-decoration: underline; font-weight: normal;}
.textFooter a:visited { color: #000000; text-decoration: underline; font-weight: normal;}
.textFooter a:hover { color: #000000; text-decoration: underline; font-weight: normal;}
.textFooter a:active { color: #000000; text-decoration: underline; font-weight: normal;}

.formSingle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 360px;
	border: 1px solid #999999;
}
.formVariable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: 1px solid #999999;
}
.formMulti {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 549px;
	border: 1px solid #999999;
}
.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
.menuDescription {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.3em;
	letter-spacing: 0.01em;
	text-align:right;
}
.menuDescription a:link { color: #C80D0D; text-decoration: none; font-weight: bold;}
.menuDescription a:visited { color: #C80D0D; text-decoration: none; font-weight: bold;}
.menuDescription a:hover { color: #C80D0D; text-decoration: underline; font-weight: bold;}
.menuDescription a:active { color: #C80D0D; text-decoration: underline; font-weight: bold;}

.competency_Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #990000;
	padding-bottom: 12px;
}
.competency_Header {
	background-color:#EEEEEE;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 3px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.competency_Footer {
	background-color:#EEEEEE;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #990000;
	border-bottom: 1px solid #990000;
}

.competency_Section {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.competency_Section a:link { color: #990000; text-decoration: none; font-weight: bold;}
.competency_Section a:visited { color: #990000; text-decoration: none; font-weight: bold;}
.competency_Section a:hover { color: #990000; text-decoration: underline; font-weight: bold;}
.competency_Section a:active { color: #990000; text-decoration: underline; font-weight: bold;}

.competency_SectionTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #990000;
}
.competency_Detail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.competency_Section a:link { color: #000000; text-decoration: none;}
.competency_Section a:visited { color: #000000; text-decoration: none;}
.competency_Section a:hover { color: #000000; text-decoration: underline;}
.competency_Section a:active { color: #000000; text-decoration: underline;}

.competencylineSplitter{
	background-color: #990000;
	height: 1px;
	width: auto;
}