/* CSS Document */

/* ------------------------------- formatting ----------------------------- */

body {
	background-color: #CEFCF9;
	font-family: 
	Verdana, Arial, Helvetica, sans-serif;
	font-size: medium; 
	line-height: 130%;
	color: black;
}

em {
	font-style: normal;
	font-weight: 600;
}

.border1  {
	border-style: none;
	border-width: 1px;
	background-color: transparent;
}

.links {  
	font: 80% Arial, Helvetica, sans-serif;
}

.norm {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 140%;
}

p.big_1:first-letter {
  font-size:200%;
  color:firebrick;
}  

p.indented {
 position: relative;
 left: 50px;
}

.big_web {
  font-size: 170%;
  line-height: 130%;
}  

.med_web {
  font-size: 150%;
  line-height: 130%;
}  

.sub_head {
  font-size: 125%;
}  
.smaller {
  font-size: small;
}  
.x_sm {
  font-size: 10pt;
}  
.xx_sm {
  font-size: 8pt;
}  

span.medium {
	font-size: medium
}

.large {
	font-size: large
}
.masthead {
	padding: 10px;
	margin-right: 0px; 
	margin-left: -7px;
	margin-top: -15px;
	width: 100%;
	background-color: #98DEDB;
}
 
.main {
	float: right;
	width: 74%;
	margin-right: 50px; 
	margin-left: -2px;
}

.big_main {
    font-weight: normal;
	float: right;
	width: 80%;
	margin-right: 70px; 
	margin-left: -2px;
} 
 
.indent-1{
	text-indent: 3em;
}

img.left{
	float: left
}

img.right{
	float: right
}

    #tabs5 {
	font-size: 10pt;
	width: 100%;
	margin-right: -7px; 
	margin-left: -7px;
	margin-top: -15px;
	padding: 15px;
	text-align: center;
	background-color: #9BF7F2;
      float:left;
      line-height:normal;
      }
    #tabs5 ul {
          margin:0;
          padding:10px 10px 0 0px;
          list-style:none;
      }
    #tabs5 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs5 a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
     text-decoration:none;
      }
    #tabs5 a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      font-weight: bold;
      color:#1F0477;
     }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs5 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs5 a:hover span {
	  background-color: #E5FDF0;
      color:#1F0477;
      }
    #tabs5 a:hover {
      background-position:0% -42px;
      }
    #tabs5 a:hover span {
      background-position:100% -42px;
	  background-color: #E5FDF0;

      }

      #tabs5 #current a {
              background-position:0% -42px;
      }
      #tabs5 #current a span {
              background-position:100% -42px;
      }

#sidebar1 {
		float: left;
		font-size: medium;
		padding: 0 0 0 8px;
		margin-right: 1px; 
		margin-left: -6px;	
        font-weight: bold;
        background: #9BF7F2;
        width: 20%;
        border-style: solid solid none solid;
        border-size: 0px;
        border-width: 0px;
        }

		#sidebar1 p a {
        text-decoration: none;
	}

 #sidebar1 p a: visited {
        color: #46F042;
        padding: -5px 0 0 10px;
        }

#sidebar1 p a:hover, #sidebar1 p #current {
        color: #000000;
		background-color: #E5FDF0;
        padding: -5px 0 0 10px;
        }
		
.footer {
  clear: both;
  padding 5px;
  background-color: #B4F9F6;
  }
-->

