<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
}

html {
    min-height: 100%; 	/*Sets the min height to the height of the viewport.*/
    width: 100%;		/*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content.*/
    height: 100%; 		/*This mis-behavior screws up modern 	browsers*/
    margin: 0;
    padding: 0;
}

body {
    min-height: 100%; 	/*Sets the min height to the height of the viewport.*/
    width: 100%;		/*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content.*/
    height: 100%; 		/*This mis-behavior screws up modern 	browsers*/
    margin: 0;
    padding: 0;
    background-color:#186776;
    background-image:url('../Images/white-bg.png');
    background-repeat:repeat-y;
    background-attachment:fixed;
    background-position:center;
}

/*Site wide form processing*/
#Processing {display:none; position: absolute;top: 0px;left: 0px;width: 100%;height: 1000%;background-color: #999;z-index: 99998;filter:alpha(opacity=30);-moz-opacity:0.30;opacity:0.30;}
#ProcessingContainer {display:none; cursor: wait;position: fixed;top: 0px;left: 0px;width: 100%;height: 1000%;z-index: 99999;padding-top:200px;}
#ProcessingContainerBox {width:300px; height:100px; background:#FFF; margin:auto; z-index: 99999; border:solid 1px #666;background:url(/Content/images/common/pageinstructions/pageInstructions.png) repeat;}
#ProcessingContainerText {font-size:150%; margin-top:14px; margin-bottom:10px;text-align:center;}
#ProcessingContainerImage {width: 128px; height:48px; margin:auto; z-index: 99999;text-align:center;}

/*Modal message area for site notifications*/
#SiteNotification {}
#SiteNotificationBody {text-align:left;margin-top:10px;margin-bottom:20px;}
#SiteNotificationAccept {text-align:left;margin-bottom:20px;cursor:pointer;background:#333; padding: 4px 6px; color: white; border:none; border-radius: 4px 4px 4px 4px; width:auto;}

/*AJAX Login*/
#AJAXLogin {display:none;position: absolute;top: 0px;left: 0px;width: 100%;height: 1000%;background-color: #999;z-index: 1998;filter:alpha(opacity=60);-moz-opacity:0.60;opacity:0.60;}
#AJAXLoginBoxContainer {display:none; cursor: wait;position: fixed;top: 0px;left: 0px;width: 100%;height: 1000%;z-index: 1999;padding-top:200px;}
#AJAXLoginBox {width:600px; height:208px; cursor: auto; background-color:#FFF; margin:auto; z-index: 2000; border:solid 3px #000;padding:10px;}

#Container 
{
    min-height: 100%; 	/*Sets the min height to the height of the viewport.*/
    width: 100%;		/*Effectively, this is min height for IE5+/Win, since IE wrongly expands an element to enclose its content.*/
    height: 100%; 		/*This mis-behavior screws up modern 	browsers*/
    margin: 0;
    padding: 0;
}

/*Opera Hack*/
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) 
{
#Container { min-height: 10%; }
} 
 
html&gt;body #Container {
    height: auto; 		/*this undoes the IE hack, hiding it from IE using the child selector*/
}

/*ChromeHack*/
@media screen and (-webkit-min-device-pixel-ratio:0){body {background-image:url('../Images/white-bg-759.png');}}

/*For Opera*/
#Container { min-height: 100%; }
#Container{position:absolute;top:0;left:0}
#CenterColumn{width:960px;height:100%;min-height:100%;margin-left:auto;margin-right:auto;text-align:left;background-color:#fff}

#Header{width:920px;height:85px;background-color:#000;padding-left:20px;padding-right:20px;}
#HeaderLogin{width:920px;height:85px;background-color:#000;padding-left:20px;padding-right:20px;background:url(../images/header-login.png) repeat-x}
#HeaderEntityAndUser{width:920px;height:20px;color:#fff}

#EntitySwitch{float:right;color:#fff;margin-right:3px;z-index:1;width:auto; font-size:12px;}
#EntityList{padding:0;display:none;z-index:2}
#EntityList li{padding:4px 6px 6px 6px;border-bottom:1px solid #ddd;z-index:2;text-align:right;background-color:#519032;min-width:100px}
.lastEntity{border-radius:0 0 0 10px}
#EntityList li:hover{background-color:#3f7027;cursor:pointer;z-index:2}
#EntitySwitchLeft{float:right;width:7px;height:21px;border-radius:0 0 0 10px;background-color:#519032;z-index:2}
#EntitySwitchRight{float:right;width:7px;height:21px;border-radius:0 0 10px 0;background-color:#519032;z-index:2}
#EntitySwitchName{float:right;background-color:#519032;padding-top:4px;height:17px;padding-left:0;padding-right:0;cursor:default;z-index:2;width:60px;text-align:right}
#EntitySwitch a {color:#FFF;text-decoration:none;}
#EntitySwitch a:link {}
#EntitySwitch a:visited {}
#EntitySwitch a:hover {text-decoration:none;}
#EntitySwitch a:active {text-decoration:none;}

#LoggedInUser{float:right;height:20px;color:#fff;font-size:12px;}
#LoggedInUserLeft{float:right;width:7px;height:21px;border-radius:0 0 0 10px;background-color:#c3161c}
#LoggedInUserRight{float:right;width:7px;height:21px;border-radius:0 0 10px 0;background-color:#c3161c}
#LoggedInUserName{float:right;background-color:#c3161c;padding-top:4px;height:17px;padding-left:0;padding-right:0;cursor:default}
#LoggedInUserName a {color:#FFF;text-decoration:none;}
#LoggedInUserName a:link {}
#LoggedInUserName a:visited {}
#LoggedInUserName a:hover {text-decoration:underline;}
#LoggedInUserName a:active {text-decoration:none;}

#HeaderTTE{float:left;width:344px;height:45px}
#HeaderPoweredby{float:right;width:126px;height:38px;margin-right:21px;margin-top:27px}
#HeaderPoweredby img{border:none}

/*Specific style for login page only*/
#HeaderPoweredbyLogin{float:right;width:126px;height:38px}
#HeaderPoweredbyLogin img{border:none}
/***********************************/

#Menu{color:#ccc;width:960px;background-color:#222;height:28px;font-size:13px;}
#Menu .selected{background-color:#444;color:#fff}
#Menu ul{height:27px;padding-left:0}
#Menu li{padding-top:8px;padding-bottom:8px;height:12px;background-color:#222;float:left;padding-left:20px;padding-right:20px;cursor:pointer;border:none;margin-right:1px;border-radius:10px 10px 0 0}
#Menu li:hover{background-color:#444}
#SubMenu{background-color:#444;color:#fff;height:28px}
#SubMenu ul{float:left}
#SubMenu #qm0 .menuHighlight{background-color:#666 !important;color:#fff !important;}

.notification {display:none;color:#FFF;padding-left:20px;padding-right:10px;padding-top:10px;padding-bottom:10px;width:930px;border-bottom:#333 1px solid;}
.notifyClear {clear: left;}
.notifyIcon {float:left;width:60px;min-height:30px;}  
.notifyText {float:left;width:830px;min-height:30px;}
.notifyTitle {float:left;font-weight:bold;text-transform:uppercase;padding-bottom:4px;font-size:13px;overflow:hidden;}
.notifyLink {float:right;font-style:italic;font-size:11px;color:#000;text-align:right;overflow:hidden;}
.notifyMsg {clear:both;font-size:13px;overflow:hidden;min-height:10px;}    
.notifyMsg li{list-style-type:disc;list-style-position:inside;padding-bottom:4px;} 
.notifyLink a {color:#000;text-decoration:none;}
.notifyLink a:link {}
.notifyLink a:visited {}
.notifyLink a:hover {text-decoration:underline;}
.notifyLink a:active {text-decoration:none;}
.notifyClose {float:left;margin-left:18px;width:12px;height:12px;cursor:pointer;}
.notifyError {background-color:#C3161C;}
.notifyWarning {background-color:#ff6600;}  
.notifyMessage {background-color:#519032;}     
.errorIcon{background-image:url('/content/images/common/notifications/notify-error.png');background-repeat:no-repeat;}
.warningIcon{background-image:url('/content/images/common/notifications/notify-warn.png');background-repeat:no-repeat;}
.messageIcon{background-image:url('/content/images/common/notifications/notify-msg.png');background-repeat:no-repeat;}

#PageInstructions{width:920px;padding:20px 20px 0 20px;display:none}
#PageInfoContainer{border:1px solid #666;background:url(/Content/images/common/pageinstructions/pageInstructions.png) repeat;padding:10px}
#PageInfo{float:left;width:880px;line-height:16px}
#PageInstructionsClose{float:right;width:8px}
#PageInstructionsClose img{cursor:pointer};
#ContentWindow{display:none}
#LoadingContent{text-align:center;padding-top:100px}
.pageLoading{font-size:14px;margin-bottom:10px}
#ContentWrapper{padding-bottom:92px;width:920px;padding-left:20px;padding-right:20px;padding-top:20px}
#SavedSearch{display:none}

#Footer {clear:both;height:80px;width:960px;color:#000;bottom:0;position:absolute;background-image:url('../Images/footer-img.png');background-repeat:repeat-x;font-size:0.9em;}
#Footer a {text-decoration:none;}
#Footer a:link {}
#Footer a:visited {}
#Footer a:hover {text-decoration:underline;}
#Footer a:active {text-decoration:none;}
#Footer a:link, #footer a:visited, #footer a:hover, #footer a:active {color:#DDD;}
#FooterLeft{float:left;padding-top:40px;padding-left:20px;color:#ddd}
#FooterLeft p{margin-bottom:4px}
#FooterRight{float:right;padding-top:34px;padding-right:110px}
.lpStaticButtonTR {}
.lpPoweredBy {display:none;} 
.lpEmtStarRating {display:none;}

/*Browser Compatibility*/
#BrowserIncompatible {display:none;position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background-color: #999;z-index: 998;filter:alpha(opacity=80);-moz-opacity:0.80;opacity:0.80;}
#BrowserIncompatibleContainer {display:none;position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 999;padding-top:200px;border:1px solid black;} 
#BrowserIncompatibleContainerContent {margin: auto;background-color:#FFF;z-index: 999;width:900px;border:3px solid black;}
#BrowserIncompatibleContainer .BrowserTitle {}
#BrowserIncompatibleContainer .titleBar {background-color:#000; color:#FFF; padding-left:10px;padding-right:10px;padding-top:4px;height:22px;}
#BrowserIncompatibleContainer #BrowserIncompatiableTitle {color:#FFF;font-size:14px;float:left;}
#BrowserIncompatibleContainer #BrowserIncompatiableClose {color:#FFF;font-size:14px;float:right;cursor:pointer;font-weight:bold;}
#BrowserIncompatibleContainer .details {padding-left:10px;padding-bottom:14px;padding-top:10px;}
#BrowserIncompatibleContainer .suggest {padding-left:10px;padding-bottom:4px;}
#BrowserIncompatibleContainer #BrowserVersion {padding-left:10px;font-weight:bold;padding-bottom:14px;}
#BrowserIncompatibleContainer .whyTitle {padding-left:10px;padding-top:30px;font-weight:bold;font-size:10px;color:#000;}
#BrowserIncompatibleContainer .why {padding-left:10px;padding-bottom:14px;font-size:10px;padding-right:10px;color:#000;}
#BrowserIncompatibleContainer #Browsers {padding-left:20px;margin-top:20px;}
#BrowserIncompatibleContainer .browser {float:left;padding-right:40px;text-align:center;}
#BrowserIncompatibleContainer .browserImage {height:40px; }
#BrowserIncompatibleContainer .chk {padding:10px; }


/*Debug Area*/
#DebugArea {height:400px; bottom:-400px;position:absolute;width:960px;overflow:auto;}
#DebugTitle {font-size:140%;padding:10px;background-color:#FF0000;color:#FFFFFF;}
#DebugInfo {padding-top:10px;padding-left:15px;}
#DebugInfo .name {width:250px;text-align:left;}
#DebugInfo .value {text-align:left;}</pre></body></html>