/* CSS Document */

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

body {
/*	background-color: #ECFEF4;*/
/*	background-color: #E6FDFC;*/
	background-color: #CEFCF9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: black;
}

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

/*table {empty-cells: hide}*/

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

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

.norm {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
}

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

p.big_web {
  font-size: 175%;
}  

p.med_web {
  font-size: 145%;
}  

p.sub_head {
  font-size: 125%;
}  
p.smaller {
  font-size: 80%;
}  

.masthead {
	padding: 10px;
	margin-right: 0px; 
	margin-left: -7px;
	margin-top: -15px;
	width: 100%;
/*	background-color: #B7E3F7;*/
/*	background-color: #9BF7F2;*/
/*	background-color: #84D2CE;*/
/*	background-color: #9ADEDC;*/
/*	background-color: #97e6e2;*/
	background-color: #98DEDB;
}

.main {
	float: right;
	width: 78%;
	margin-right: 0px; 
	margin-left: 0px;
/*	background-color: #E5FDF0;*/
}

.big_main {
	width: 100%;
	margin-right: 0px; 
	margin-left: 0px;
/*	background-color: #E5FDF0;*/
}
/*.sidebar {
	float: right;
	background-color: #9BF7F2;
    background: #B4F9F6;
	
	;
	width: 22%;
	font-size: 10pt;
	padding: -5px;
	margin-right: -8px; 
	margin-left: 5px;
}*/

/*- Menu Tabs 5--------------------------- */

    #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 40px;*/
          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;
      }
/*- sidebar 1--------------------------- */

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

		#sidebar1 p a {
/*        height: 36px;
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 30px;*/
        text-decoration: none;
/*		display: block;*/
	}

/*#sidebar1 p a:link,*/ #sidebar1 p a: visited {
/*        color: #AD09F1;*/
        color: #46F042;
/*        display: block;*/
        padding: -5px 0 0 10px;
        }

#sidebar1 p a:hover, #sidebar1 p #current {
        color: #000000;
/*		color: #EB6749;*/
/*        display: block;*/
		background-color: #E5FDF0;
/*		background-color: #84D2CE;*/
        padding: -5px 0 0 10px;
        }
		
.footer {
  clear: both;
  padding 5px;
  background-color: #B4F9F6;
  }
-->
