<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	/*font-family: "verdana", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;*/	
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.pageHeader {
    z-index: 1030;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    /*background: #3f51b5;#3465a4*/
    background: #567c84;/*#375d6a;*/
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    height:120px;
    position: relative;
}

.pageHeader ul{
   /*list-style-type: none;*/
   display: inline-block; 
    width: 100%;
}
.pageHeader ul li:first-child{
   padding-left: 5px;
   padding-top: 10px;  
   margin-top:0; 
}

.pageHeader ul li{
	list-style:inside none;
	font-size: 18px;
	padding-left: 50px;
	color: #fff;
	float:left; 
	height:auto;
	text-align: center;	
	margin-top:40px;
	
}
.pageHeader ul li:last-child{
   float:right; 
   padding-left: 5px;
   overflow:hidden;
   position: absolute;
   bottom:0;
   right:0;
}
/*
.pageHeaderleft {
	float:left;  font-size: 14px;  
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px; 
    color: #fff;
    vertical-align: middle;
}
.pageHeaderright {
	float:right;  font-size:14px;  
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px; 
    color: #fff;
    vertical-align: middle;    
}
*/
/*
.pageHeader ul li:last-child{
   font-size: 18px;
   color: #fff;
   display: inline-block;
   vertical-align: bottom;
   float:right;
   overflow:hidden;     
}
*/

.headerMenu {
    z-index: 1030;    
	
	font-size: 18px;
}

.headerMenuA {
	display:block; 
	background: #d5eaaf;
	color:#567c84;  
	border-right:solid 1px #f5f5f5;  
	text-decoration:none;
	float: left;
	padding: 5px 20px;
	text-align: right;	
}

.headerMenuA:hover {
	background:#0683c4; 
	color:#fff;
}

.pageFooter {
    background: #f0f0f0;
    position: fixed;
    bottom: 0;
    width: 100%;
    opacity: .95;
    font-size: 12px;
    text-align: center;
    display: table;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.1);
    padding: 5px;
    visibility: visible;
  
    white-space: nowrap;    
    transition-delay: 0.25s;
    color: #607d8b;
}

.pageFooter p {
	font-size:12px;
	font-weight:bold;
	margin: 0 0 10.5px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.panel {
	margin: 21px 21px 21px 21px;
    width: auto;
    background-color: #ffffff;
    /*border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #e4e4e4;
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;*/
    position: relative;
    padding: 0px 15px 15px 15px;
    overflow:auto; 
}


.innerpanel {
	margin: 0;
    width: auto;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #e4e4e4;
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    position: relative;
    overflow:auto;    
}

.innerleftpanel {
	/*margin: 10px;*/
	float:left;
    width: 230px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #e4e4e4;
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    position: relative;
     overflow:auto;
}

.innerrightpanel {
	margin-left: 500px
    width: auto;
    background-color: #ffffff;
    /*border: 1px solid ;
    border-radius: 2px;*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);

    border-color: #e4e4e4;
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;*/
    position: relative;
    padding: 10px 10px 10px 10px;
    font-size: 16px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	 overflow:auto;
}

.innerleftpanelSmall {
	/*margin: 10px;*/
	float:left;
    width: 480px;
    background-color: #ffffff;
    /*border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-color: #e4e4e4;
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;*/
    position: relative;
     overflow:auto;
}

.innerpanelSmallP {
	margin: 5px 5px 10px 10px;
    width: 450px;
    background-color: #f9e1e1;
    border: 1px solid #a94442;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    position: relative;
    padding: 5px 5px 5px 5px;
    font-size: 16px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	 overflow:auto;
}

.innerpanelSmallG {
	margin: 5px 5px 10px 10px;
    width: 450px;
    background-color: #cef5ec;
    border: 1px solid #078367;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: box-shadow 0.2s ease-in;
    -o-transition: box-shadow 0.2s ease-in;
    transition: box-shadow 0.2s ease-in;
    position: relative;
    padding: 5px 5px 5px 5px;
    font-size: 16px;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
	 overflow:auto;
}

.panelHeading {
	z-index: 1030;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    /*background: #3f51b5;*/
    background: #d3d7cf;/*#7d8205;#00b5bc;#375d6a;*/
    -webkit-transition: 0.25s ease-in;
    -o-transition: 0.25s ease-in;
    transition: 0.25s ease-in;
    /*position: relative;*/	
    height: 33px;
}

.panelHeading ul {
	list-style-type:none; margin:0; padding:0; 
}

.lileft {
	float:left;  font-size: 14px;  
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px; 
    color: #375d6a;
    vertical-align: middle;
}
.liright {
	float:right;  font-size:14px;  
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 5px; 
    color: #375d6a;
    vertical-align: middle;    
}


p {
	font-size:18px;
	
	margin: 0 0 10.5px;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

h1 {
	/*font: 2.0em Tahoma, sans-serif;*/
	font-size: 22px;
	color: black;
	margin-top: 10px;
	margin-bottom: 20px;
}

h2 {
	/*font: 1.8em Tahoma, sans-serif;*/
	font-size: 20px;
	color: #5c3566;
	margin-bottom: 10px;
}

img {
	border: none;
}

fieldset { 
	border:none; 
	border-top:solid 1px #e8e8e8; 
	margin:0 0 0 0; 
	padding:15px 0 15px 0;
}

fieldset p { 
	line-height:17px; 
	font-size:14px; 
	margin:0;
}

legend { 
	margin:10px;  
	padding:7px 20px 6px 10px !important; 
	font-weight:bold; 
	/*font-family:Arial !important;*/ 
	font-size:14px !important;  
	width:auto;  
	color:white !important;  
	text-align: center;
	background:#2fafa9;/*#239DA3;*/ 
	border-radius: 1px 20px 20px 1px;
	text-align:left;	
}


table {
  color:black;
  border-left:solid 1px lightgray;
  border-top:solid 1px lightgray;
  width: auto;
  margin : 5px 20px;  
}

tr {
   /*background:Silver;*/
   font-size:12px;
   font-weight:bold;
   padding:3px 3px;		
   color:black;
   border-right:solid 1px lightgray;
   border-bottom:solid 1px lightgray;	
}

thead tr td {
   font-size:12px;
   font-weight:bold;
   padding:3px 3px;	
   text-align: center;	
   border-right:solid 1px lightgray;
   border-bottom:solid 1px lightgray;
}

td {
   font-size:12px;
   padding:3px 3px;	
   border-right:solid 1px lightgray;
   border-bottom:solid 1px lightgray;
}

td:nth-child(even) {
   font-size:12px;
   padding:3px 3px;	
   border-right:solid 1px lightgray;
   border-bottom:solid 1px lightgray;
}

.multicolumntable {
  color:black;
  border-left:solid 1px lightgray;
  border-top:solid 1px lightgray;
  width: auto;
  margin : 5px 20px;  
}

.multicolumntable tr {
   /*background:Silver;*/
   padding:3px 3px;		
   color:black;
   border-right:solid 1px lightgray;
   border-bottom:solid 1px lightgray;	
}

.multicolumntable thead tr td {
   font-size:12px;
   font-weight:bold;
   padding:3px 3px;	
   text-align: center;	
   border-right:solid 1px lightgray;
   border-bottom:solid 1px lightgray;
}

.multicolumntable tbody tr td {
   font-size:12px;
   padding:3px 3px;	
   border-right:solid 1px lightgray;
   border-bottom:solid 1px lightgray;   
}

.multicolumntable tbody tr td:nth-child(even) {
   font-size:12px;
   padding:3px 3px;	   
   border-right:solid 1px lightgray;
   border-bottom:solid 1px lightgray;
}


.instructions {
	font-size: 16px;
	font-weight: bold;
	color: black;
	margin-top: 10px;
	margin-bottom: 20px;	
}

.message {
	color: blue;
	font-weight: bold;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 5em;
	margin-top: 10px;
	margin-bottom: 20px;
}

.noBorderTable {
  color:black;
  border: none;
  width: auto;
  margin : 5px 280px;
}

.noBorderTable tr {   
   font-size:12px;
   font-weight:bold;
   padding:3px 3px;		
   color:black;
   border: none;
}

.noBorderTable td {
   font-size:12px;
   padding:3px 3px;
   border: none;
}

.noBorderT{
  color:black;
  border: none;
  width: auto;
 
}

.noBorderT tr {   
   font-size:12px;
   font-weight:bold;
   padding:3px 3px;		
   color:black;
   border: none;
}

.noBorderT td {
   font-size:12px;
   padding:3px 3px;
   border: none;
}

.borderTable {
  color:black;
  border: 1px solid;
  width: auto;
  margin-top : 10px;
  /*margin : 5px 280px;*/
}

.borderTable tr {   
   font-size:12px;
   font-weight:bold;
   padding:3px 3px;		
   color:black;
   border: none;
}

.borderTable td {
   font-size:14px;
   padding:3px 3px;
   border: none;
}

input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], input[type="select"], .text1 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    /*text-transform: uppercase;*/
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #bbd9ee #bbd9ee #bbd9ee;
    border-image: none;
    border-radius: 1px 1px 1px 1px;
    border-right: 1px solid #bbd9ee;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    height: 24px;
    margin: 0;
    padding:0 8px;
    width:180px;
    color:#2E2E2E;
     *padding:4px 8px;
      *height:auto;
      font-family:Arial;
   
}

input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, select:hover, input[type="tel"]:hover, textarea:hover, input[type="text"]:hover, input[type="url"]:hover, select:hover, input[type="textarea"]:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #A0A0A0 #B9B9B9 #B9B9B9;
    border-image: none;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color:#2E2E2E;    
}

input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus,  input[type="tel"]:focus, input[type="text"]:focus, textarea:focus, input[type="url"]:focus,  input[type="textarea"]:focus  {
    border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
    font-weight:bold;
    color:#2E2E2E;
}

input[readonly] {
    border: none;
}

select[multiple] {
	 height: 270px;
	 width:300px;
}

.calTxt{
	border: 1px;;
}


select:focus {  border: 1px solid #4D90FE;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;   
    color:#2E2E2E;
}

select
{
   border-radius: 2px 2px 2px 2px;
   border:1px solid #bbd9ee;
   display: inline-block;
   padding:3px;
   font-size:12px;
   color:#2E2E2E;
   margin-left: 0;
   margin-right: 0;
   margin-top: 0;
   height: 23px;
}

input[type="submit"], input[type="button"], .btnurl
{
    background:#4fa0f2 url(../images/btn_img.gif)  repeat-x;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    overflow: visible;
    padding:5px 25px;
    text-align: center;
    text-transform:uppercase;
    border:0;
    border-radius: 2px 2px 2px 2px;
}
	
input[type="submit"]:disabled, input[type="button"]:disabled, .btnurl
{
   opacity: 0.45; 
   cursor: not-allowed;
}

input[type="reset"]
{
    background:#ee2020;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: normal;
    overflow: visible;
    padding:5px 25px;
    text-align: center;
    text-transform:uppercase;
    border:0;
    border-radius: 2px 2px 2px 2px;
	}

a.tooltips {
  position: relative;
  display: inline;
}
a.tooltips span {
  position: absolute;
  width:200px;
  color: #FFFFFF;
  background: #000000;
  /*height: 30px;*/
  line-height: 20px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
}
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  width: 0; height: 0;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}

#page-wrap {
	background: white;
	min-width: 780px;
	max-width: 1260px;
	margin: 10px auto;
}

#page-wrap #inside {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main-content {
	background: url(images/left-sidebar.gif) repeat-y white;
	padding-left: 230px;
	padding-top: 20px;
}

	
#left-sidebar {
	width: 150px;
	float: left;
	padding-left: 15px;
	padding-top: 20px;
}

#scrollDiv{
    padding:15px 0 5px 0;
    margin-bottom:15px;
	overflow-x:scroll;
}

.btn{
	float: center;
	width: 500px;
	height: 50px;
}


.btnul {
	list-style-type:none; margin:0; padding:0; 
}

.btnli {
	background: url(../images/lock.png) no-repeat; text-align: right; width:80px; height:25px; padding:5px 5px !important;
	float:left;  font-size:15px;  font-family:Arial; 
	/*background: #d83c3c;*/
    padding: 8px 10px 8px 10px;
    color: #474647;
    border: 1px solid #c0c2bc;
    border-radius: 10px 1px 1px 10px;
}

.btnliplain {
	float:left;  font-size:15px;  font-family:Arial; 
	padding: 8px 10px 8px 10px;
    color: #474647;
    border: 1px solid #c0c2bc;
    border-radius: 1px 10px 10px 1px; 
    width:300px;
    text-align: left;
}

.btnliplain:hover {
  background: #D7E8F1;
  text-decoration: none;
}

.btnliplain a {
    display: block;
    color: #474647;
    font-weight: bold;
    text-decoration: none;
}
.btnliplain a:hover {
    background-color: #D7E8F1;
    text-decoration: none;
}

.btnlitodo {
	background: url(../images/todo.png) no-repeat; text-align: right; width:80px; height:25px; padding:5px 5px !important;
	float:left;  font-size:15px;  font-family:Arial; 
	/*background: #d83c3c;*/
    padding: 8px 10px 8px 10px;
    color: #474647;
    border: 1px solid #c0c2bc;
    border-radius: 10px 1px 1px 10px;
}


.btnligreen {
	background: url(../images/greentick.png) left no-repeat; text-align: right; width:80px; height:25px; padding:5px 5px !important;
	/*background: #0dbc53;*/
	float:left;  font-size:15px;  font-family:Arial; 
	padding: 8px 10px 8px 10px;
    color: #474647;
    border: 1px solid #c0c2bc;
    border-radius: 10px 1px 1px 10px;
}

.btnlired {
	background: text-align: right; width:80px; height:25px; padding:5px 5px !important;
	float:left;  font-size:15px;  font-family:Arial; 
	/*background: #d83c3c;*/
    padding: 8px 10px 8px 10px;
    color: #474647;
    border: 1px solid #c0c2bc;
    border-radius: 10px 1px 1px 10px;
}

.btnliplain2 {
	float:left;  font-size:15px;  font-family:Arial; 
	padding: 8px 10px 8px 10px;
    color: #474647;
    border: 1px solid #c0c2bc;
    border-radius: 0px 10px 10px 0px; 
    width:280px;
    text-align: center;
}

.btnliplain2:hover {
  background: #D7E8F1;
  text-decoration: none;
}

.btnliplain2 a {
    display: block;
    color: #474647;
    font-weight: bold;
    text-decoration: none;
}
.btnliplain2 a:hover {
    background-color: #D7E8F1;
    text-decoration: none;
}

.btnliplainL {
	float:left;  font-size:15px;  font-family:Arial; 
	padding: 8px 10px 8px 10px;
    color: #474647;
    border: 1px solid #c0c2bc;
    border-radius: 1px 10px 10px 1px; 
    width:60px;
    text-align: left;
}

.levle_box2 {  width:auto; height: auto;/*border:solid 1px #2ca599;*/ color:#fff; /*background:#ef8126;*/}

.levle_box3 { border:solid 1px; color:#111; padding:7px 7px 6px 7px !important; width:auto; height: auto; }

.contact_bar {background:#4f8280; height:32px; width:auto; }

.contact_bar h2 { 
	text-align: center;
	font-size:18px;  
	font-weight:bold;
	padding: 5px 10px 8px 10px;
    color: #ffffff;
}

</pre></body></html>