﻿  body {
	background: #9999CC none;
	color: black;
	font-size: 85%;
	font-family: arial,sans-serif;
	/* background: #CCCCCC url('../images/theback.gif') repeat-y fixed right; */
	margin: 0;
	border: 0;
    }

  h1 { 
	font-size:160%;
	font-style:normal;
	background:#CCCCCC none;
	color: black ;
    }
      
  h2 { 
	font-size:130%;
	font-style:normal;
	background: #CCCCCC none;
	color: black ;
    }
    
  h3 {
	font-size: 110%;
	font-style: normal;
	background:#CCCCCC none;
	color: black ;
    }
    
  p { 
	font-size:100%;
	color: black ;
/*	background:#CCCCCC none; */
	line-height:140%;
    }
        
    .ind {
    text-indent: 5%;
    }
    
    .bind {
    text-indent: 13%;
    border:0px;
  	border-width:0px
    }
    
    .sidepanel {
	background:#CCCCCC none;
	color:black;
	width:10%;
	border-width:0px;
	padding:0px;
    }
    
    .contentpanel {
	width:100%;
	border-width:0px;
	padding:0px;
    }
    
    .layouttable {
    width:665px;
	border-width:0px;
	padding:0px;
	border:0px;
	border-collapse:collapse;
	bottom:0px;
	height:100%;
    }
    
	#banner { 
	background: #CCCCCC none;
	color: black;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 20%;
    }
        
    #content { 
	background: #CCCCCC none;
	color: black;
    float:left;
    top: 20%;
    left: 0px;
    width: 100%;
    height: 75%;
/*    position:relative; */
    text-indent:5%;
    }

	#footer { 
	background: #9999CC none;
	color: black;
	position:absolute;
    top: 95%;
    left: 0px;
    width: 100%;
    height: 5%;
    font-size:100%;
    }
