﻿/* CSS Document */

body{
	background:#f8f9dc;
	text-align:center;
}

a 
    {
        color:#00539c;
		font-family:Verdana;
		font-size:8pt;
		line-height:1.273em;
    }
html, td
	{
		font-family:Verdana;
		font-size:8pt;
		line-height:1.273em;
		color:#5e5f30;
	}
input, textarea, select
	{
		font-family:Verdana;
		line-height:1.273em;
		color:#000000;
	}
option
    {
        padding: 0px 5px 0px 5px;
    }	
h3 {color:#5e5f30; font-size:1.2em; line-height:1.2em; margin-bottom:-5px; margin-top:1px; font-family:Futura, Arial;}
.more {background:url(/images/ButtonCTR.gif) top repeat-x; float:right;}
.more span {background:url(/images/ButtonRT.gif) top right no-repeat; display:block;}
.more a {display:block; background:url(/images/ButtonLFT.gif) top left no-repeat; padding: 2px 12px 5px 10px; text-decoration:none; color:#5e5f30; font-size:0.809em;}
.more a:hover {text-decoration:underline;}
.header_more {background:url(/images/ButtonCTR.gif) top repeat-x; float:left;}
.header_more span {background:url(/images/ButtonRT_whiteBK.gif) top right no-repeat; display:block; font-size: 0.8em}
.header_more a {display:block; background:url(/images/ButtonLFT_whiteBK.gif) top left no-repeat; padding:2px 22px 5px 20px; text-decoration:none; color:#5e5f30;}
.header_more a:hover {text-decoration:underline;}
.noFloat_more {background:url(/images/ButtonCTR.gif) top repeat-x;}
.noFloat_more span {background:url(/images/ButtonRT_whiteBK.gif) top right no-repeat; display:block; font-size: 0.8em}
.noFloat_more a {display:block; background:url(/images/ButtonLFT_whiteBK.gif) top left no-repeat; padding:2px 22px 5px 20px; text-decoration:none; color:#5e5f30;}
.noFloat_more a:hover {text-decoration:underline;}
.more2 {background:url(/images/ButtonCTR_creamBK.gif) top repeat-x; float:right; margin-top:12px;}
.more2 span {background:url(/images/ButtonRT_creamBK.gif) top right no-repeat; display:block;}
.more2 a {display:block; background:url(/images/ButtonLFT_creamBK.gif) top left no-repeat; padding:0 14px 4px 14px; text-decoration:none; color:#5e5f30; font-size:0.809em;}
.more2 a:hover {text-decoration:underline;}
.small {font-size:0.909em;}
.padding2 {padding:4px 40px 37px 28px;}

/* Scrollarea classes */
#divUpControl {position:absolute; left:255px;top:9px; width:16px;height:12px; z-index:1; text-align: right}
#divDownControl {position:absolute; left:255px; top:125px; width:16px;height:12px; z-index:1;text-align: right}
#divUpControl2 {position:absolute; left:215px;top:9px; width:16px;height:12px; z-index:1; text-align: right}
#divDownControl2 {position:absolute; left:215px; top:135px; width:16px;height:12px; z-index:1;text-align: right}
#divContainer {left: 20px; visibility:hidden; overflow:hidden; width:240px; clip:rect(0px 240px 245px 0px); position: absolute; top: 10px; height: 125px;}
#divContainer2 {left: 20px; visibility:hidden; overflow:hidden; width:240px; clip:rect(0px 240px 245px 0px); position: absolute; top: 10px; height: 160px;}
#divContent {left: 0px; position: absolute; top: 0px;}

.input {width:183px; height:20px; padding:0 0 0 5px; font-size:1em;}
.inputSelect {height:22px; padding:0 0 0 5px; font-size:1em;}
.inputSm {width:120px; height:18px; padding:0 0 0 5px; font-size:.9em; color:Black;}
.inputButton {width:50px; height:18px; padding:0 0 0 5px; font-size:.9em; color:Black; background-color:#f8f9dc;}
textarea {width:190px; padding:0 0 0 5px; overflow:auto; font-size:1em;}

/* Tabbed header menu classes */
    #header {
      float:left;
      width:100%;
      background:#DAE0D2 url('/images/bg.gif') repeat-x bottom;
      font-size:9px;
      line-height:normal
      }
    #header ul {
      margin:0;
      padding:8px 8px 0;
      list-style:none;
      }
    #header li {
      float:left;
      background:url('/images/left.gif') no-repeat left top;
      margin:0;
      padding-left:8px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #header a {
      display:block;
      background:url('/images/right.gif') no-repeat right top;
      padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:4px
      }
     #header .current {
      background-image:url('/images/left_on.gif');
      }
     #header .current a {
      background-image:url('/images/right_on.gif');
      padding-bottom:5px
      }
    #header a:link {
	  color: #000000;
      }
    #header a:visited {
	  color: #000000;
      }