
  body {
      background-color:     #c3c3c3;
      cursor:               default;
      font-family:                verdana;
      text-align: center;
  }
  
  body, td {
      color:                black;
      margin:               0px;
      text-decoration:      none;
	    font-weight: 		      normal;
	    font-style:		        normal;
	    font-variant:		      normal;
	    font-stretch:		      normal;
	    font-family:		      Verdana, Arial, Helvetica, sans-serif;
	    font-size:		        10pt;
	    text-transform:		    none;
  }

    div#lmain {
        width: 850px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }

    div#lheader {
        width: 850px;
        height: 85px;
        background-image: url(images/header.gif);
        background-repeat: none;
    }

    div#lheader a {
        display: block;
        width: 100%;
        height: 100%;
    }

    div#lmainInner {
        border-left: 2px solid #8a8a8a;
        border-right: 2px solid #8a8a8a;
        border-bottom: 2px solid #8a8a8a;
        background-color: #a2b4e9;
    }

    div#lnav {
        width: 170px;
        margin-bottom: 30px;
        padding-top: 10px;
        float: left;
    }

    div#lnav label {
        display: block;
        width: 150px;
        height: 18px;
        margin-left: 5px;
        padding-left: 5px;
        padding-top: 2px;
        color: white;
        background-color: #274598;
        border: 1px solid #c4d8e2;
    }

    div#lnav ul {
        list-style: none;
        margin-top: 2px;
        padding-left: 20px;
        margin-left: 0px;
    }

    div#lnav ul li a {
        text-decoration: none;
    }

    div#lnav ul li a:hover {
        color: #404050;
    }

    div#lcontent {
        float: right;
        width: 645px;
        margin-right: 10px;
        margin-top: 10px;
        margin-bottom: 30px;
        padding: 5px;
        padding-bottom: 30px;
        background-color: #e2e7f6;
        border: 1px solid #c4d8e2;
    }

    div#lfooter {
        clear: both;
        color: #707080;
        font-size: smaller;
    }

    div#lfooter a {
        color: #808090;
        text-decoration: none;
    }
    
    div#lfooter a:hover {
        color: #303050;
    }

    a#llogin {
        float: right;
        padding-right: 4px;
        position: relative;
        top: -4px;
    }

  
  

  a:link, a:hover, a:active, a:visited {
	    color:			          #000000;
	    text-decoration:	    underline;
	    cursor:			          pointer;
  }

  a:hover {
	    text-decoration:	    none;
  }

  
  
  
  .title1 {
    font-family:                verdana;
    font-size:                  18pt;
    font-weight:                bold;
    font-variant:               small-caps;
  }
  
  .label {
    font-size:                  10pt;
    font-weight:                bold;
    font-variant:               small-caps;
    text-align:                 right;
    vertical-align:             bottom;
  }
  
  
  .txt, .txt2, .txt32, .txt34, textarea {
    background-color:           #DDE6F3;
    border:                     1px solid #9DA6B3;
    font-family:                courier new;
    font-size:                  10pt;
    width:                      200px;
  }

  textarea {
    width:                      400px;
  }
  
  .txt2 {
    width:                      100px;
  }
  
  .txt32 {
    width:                      30px;
  }
  
  .txt34 {
    width:                      50px;
  }
  
  
  .failed {
    color:                      #800000;
    font-weight:                bold;
  }
  
  
  
  
  /*      BUTTONS       */
  a.btn:link, a.btn:hover, a.btn:active, a.btn:visited {
  	color:			                #404040 !important;
  	text-decoration:	          none !important;
    font-family:                verdana;
    font-size:                  10pt;
    padding-top:                3px;
    background-image:           url(images/btn.gif);
    background-repeat:          no-repeat;
    width:                      112px;
    height:                     22px;
    text-align:                 center;
    display:                    table-cell;
    padding-left:               2px;
    padding-right:              2px;
  }

  a.btn:hover {
    background-image:           url(images/btn_hover.gif);  
  	color:			                black !important;
  }

  a.btn:active, a.btn:focus {
    background-image:           url(images/btn_down.gif);
  	color:			                black !important;
  }
  
  
  
  
  
  h1 {
    margin-top:                 5px;
    font-size:                  16pt;
    border-bottom:              1px solid #506080;
  }
  h2 {
    margin:                     0px;
    font-size:                  14pt;

  }
  
  
  hr {
    height: 0px;
    border: 0px;
    border-top: 1px solid #506080;
  }
  fieldset {
    border: 1px solid #506080;
  }
  fieldset legend {
    font-style: italic;
    font-weight: bold;
  }
  
  
  
  .smallFontIndent {
    font-size: 10pt;
    text-indent: 20px;
  }

  
  
  textarea.tinymce {
    width: 100%;
  }

	img { border:none; }

    /* ********** SEARCH ********** */

div.match {
    margin-bottom: 10px;
}

div.matchBody {
    margin-left: 20px;
}

div.portlet-search input.txt {
    width: 141px;
}

span.highlighted {
    background-color: #A2B4E9;
}