/* tsApps styles and overrides */
@import url("/assets/common/css/tsApps.css");

#container{position:relative;width:787px;margin:auto auto;background:url(../images/mainBG.jpg) repeat-y;text-align:left;}
#mainContent{position:relative;width:750px;margin-left:100px;margin-top:10px;padding-bottom:30px;}
#links{text-align:right;margin-right:15px;font-family:arial;font-size:13px;}
#links a{text-decoration:none;}
#links a:hover{text-decoration:underline;}
#footer{position:relative;width:787px;margin:auto auto;}
#systemToolbar{position:relative;margin:auto auto;}
#systemToolbar a{color:#fff;}

/* Include in Editor: Start */
.TitleText { font-size: 40px; color: #000; font-weight: 400; line-height: normal; }
.HeaderText { font-size: 32px; color: #434343; font-weight: 400; line-height: 34px; }
.HeaderTextMaroon { font-size: 24px; color: #541415; font-weight: bold; line-height: 34px; }
.HeaderTextNavy { font-size: 20px; color: #2a2552; font-weight: bold; line-height: 26px; }
.BodyText { color: #313131; font-weight: 400; font-size: 18px; line-height: 26px; }
.BodyTextLarge { font-size: 20px; }
.InfoText { font-size: 16px; }
.ColumnHeader { font-size: 24px; font-weight: bold; color: #313131; }
.YellowUnderline { position: relative; }
.YellowUnderline:after { content: ""; position: absolute; top: 100%; left: 0; width: 100%; height: 3px; background: #e1b658; }
.WhiteUnderline { position: relative; }
.WhiteUnderline:after { content: ""; position: absolute; top: 100%; left: 0; width: 100%; height: 3px; background: #fff; }
.Barlow { font-family: 'Barlow', sans-serif; }
/* Include in Editor: Stop */


/*STYLES NOT IN THE EDITOR: ***********************************************************************************************/