﻿      body
      {
        text-align: center;
        background: #C0FFFF;
        font-family: verdana, sans-serif;
        font-size: 1em;
      }
      
        h1 {
        	font-size: 2em;
        	font-weight: bold;
        }
        
        h2 {
        	font-size: 1.5em;
        	font-weight: bold;
        }
        
              
      h3 {
      	font-size: 1em;
      	font-weight: bold;
      	font-variant: small-caps;
      	line-height: 1;
      }
        
        a {
        	text-decoration: none;
        }

     strong {
      	font-style: italic;
      	text-transform: uppercase;
      }
      
       tinytext {
      	font-size: 0.75em;
      }    
      
      smalltext {
      	font-style: normal;
      	font-size: 0.7em;
	      line-height: 1;
      }
      
      p {
      	font-style: normal;
      	font-size: 0.8em;
	      line-height: 1;
      }
      
      largetext {
      	font-style: normal;
      	font-size: 1.2em;
      }
      
      .headertext {
        font-style: normal;
        font-weight: bold;
        font-size: 0.9em;
        font-variant: small-caps;
      }
      
      .footer {
        color: #C25656;
        font-style: normal;
        font-size: 0.65em; 
        margin-left: 7px;
      }

          a:link {
          	color: blue;
          	text-decoration: underline;
          }
          a:visited {
          	color: purple;
          	text-decoration: underline;
          }
          a:active {
          	color: blue;	
          		text-decoration: none;
          }
          a:hover {
          	text-decoration: none;
          	color: blue;
          }
          
    div#headercontainer 
    {
      background: white;
      margin: auto;
			width: 870px;
			border-left: 2px solid #C0C0C0;
			border-right: 2px solid #C0C0C0;
			border-top: 2px solid #C0C0C0;
      padding-top: 7px;
			text-align: left;
			voice-family: "\"}\"";
	    voice-family: inherit;
	    width:870px;
    }
      html>body #headercontainer 
    {
	    width:870px;
	  }
	  
	  div#footercontainer 
    {
      background: white;
      margin: auto;
			width: 870px;
			border-left: 2px solid #C0C0C0;
			border-right: 2px solid #C0C0C0;
			border-bottom: 2px solid #C0C0C0;
      padding-top: 7px;
      padding-bottom: 7px;
			text-align: left;
			voice-family: "\"}\"";
	    voice-family: inherit;
	    width:870px;
    }
      html>body #footercontainer 
    {
	    width:870px;
	  }

		div#maincontainer 
    {
      margin: auto;
			width: 870px;
			border: 0;
			padding: 0;
			text-align: center;
			voice-family: "\"}\"";
	    voice-family: inherit;
	    width:870px;
    }
      html>body #maincontainer 
    {
	    width:870px;
    }

    div#contentcontainer 
    {
      background: white;
      margin: auto;
			width: 870px;
			border-left: 2px solid #C0C0C0;
			border-right: 2px solid #C0C0C0;
      padding: 0;
			text-align: left;
			voice-family: "\"}\"";
	    voice-family: inherit;
	    width:870px;
    }
      html>body #contentcontainer 
    {
	    width:870px;
	  }
	  
	  div#content
	  {
    padding:7px;
    }
		
		#column1{
		float: left;
		width: 70%;
		}
		
		#column2{
		float: right;
		width: 30%;
		}
    .box {  
       padding-left: 0.7em; 
       padding-bottom: 0.7em; 
       padding-top: 0.7em; 
       padding-right: 0.7em;
       border: 2px dotted #000000;     
       margin-top: 0.7em;
       margin-left: 0em;
       margin-right: 1em;
       margin-bottom: 1em;
      
    }
     .boxlink {   
       background:#C0C0FF;
       padding-left: 0.5em;
       padding-right:0.5em;
       padding-top: 0.5em;
       padding-bottom: 0.5em; 
       border-top: 2px solid #C0C0C0;
       border-bottom: 2px solid #C0C0C0;
       margin: auto;
       font-size:0.7em;
       top: 0;
    }
    
      .clearfix:after {
          content: "."; 
          display: block; 
          height: 0; 
          clear: both; 
          visibility: hidden;
      }
      
      .clearfix {display: inline-block;}
      
      /* Hides from IE-mac \*/
      * html .clearfix {height: 1%;}
      .clearfix {display: block;}
      /* End hide from IE-mac */
      
      #footer {
        color: #C25656;
        font-style: normal;
        font-size: 0.65em; 
        clear: both;
       }
    
      TD{ font-size:0.8em} 
      FORM {font-size:0.8em; margin:auto; padding:3px; width:780px;}
      LI {font-size:0.85em; color:#000000; text-align:left;}
      table#admin{ font-family:arial; font-size:1em; background:white; border: 2px dotted #C0C0C0;}
      table#admin td{ font-size:0.7em; border: 1px solid #000000;}
      .data {
      }

      .toprow {
        font-weight: bold;
        text-align: center;
      }
         
          label
          {
          width: 20em;
          float: left;
          text-align: right;  
          margin: 1.4px;
          display: block
          }
                    
          legend
          {
          color: #fff;
          background: #800000;
          border: 1px solid #781351;
          padding: 2px 6px
          }
          
          input
          {
          color: #781351;
          background: #fee3ad;
          border: 1px solid #781351;
          margin: 1.4px;
          }
          
          textarea
          {
          color: #781351;
          background: #fee3ad;
          border: 1px solid #781351
          }

          fieldset
          {
          border: 1px dotted #781351;
          }
