	
/* General Document Format */  
 



body 
{     
    font-family            : verdana, "trebuchet MS", helvetica, sans-serif; 
    font-size            : 11px;  
    line-height            : 1.637;  
    height                : 100%;     
    text-align            : left;
    background-color  : #DADFFA;  
}                             
h1
	{
	color:#800000;
	font-family         : verdana, "trebuchet MS", helvetica, sans-serif; 
    font-size            : 21px;  
	}
  
/* Containers */ 
div.pageContainer                          
{  
    position:relative;
    width : 765px ; 
    margin: auto;
   /*  margin-top: 5%; */
    min-height: 100%;
    background-image: url(../images/centreBack.gif);
    background-repeat: repeat-y;
    border : solid 2px white;
  } 
  
* html .pageContainer {height:100%}

div.topBannerContainer 
    { 
    width                : 100% ; 
    height                : 120px ; 
	margin: 0;
	padding:0;
    } 
  
 div.footer 
	{
	position: absolute;
	width : 100%;
	bottom: 0;
	height:80px;
	text-align: center;
	margin: auto;
	color:#808080;
	background-color:#afaaee;
    background-image: url(../images/sliver.gif);
    background-repeat: repeat-x;
}
  .footer a
	{
	color:#808080;
	}
	
	.footer a:visited
	{
	color:#FF00FF;
	}
    div.leftSideBar 
    { 
		text-align: center;     
      	float                : left ;      
        width                : 80px ; 
       	border                : none;
        background-image: url(../images/sliver.gif);
        background-repeat: repeat-y; 
    } 
  
    div.leftSideBar p 
        { 
            margin                : 0px 2px 5px 2px ; 
        } 
 
   div.rightSideBar 
    { 
	text-align: center;   
   	float                : right ;     
       	width                : 80px ; 
       	border                : none ;
       	background-image: url(../images/sliver.gif);
        background-repeat: repeat-y;  
    } 
  
div.rightSideBar p 
        { 
            margin  : 0px 2px 5px 2px ; 
        }  



 div.main
	{
	  position : relative;
	  margin-left: 80px;
	  padding: 2px;	
	}

div.inner-wrap
	{
	padding-bottom:80px;
		
	}

div.inner-wrap:after
	{
	content:	" ";
	display:  block;
	clear:	both;
	}



div.content 
    {
	text-align            : center;
	border                : none;
	padding: 5px;
	margin-right: 80px;
	left: auto;
        } 
 
div.content p 
        { 
            margin                : 0px 5px 7px 2px ; 
            text-align            : center;    
        } 
div.content li
		{
		 list-style-type: none;
		 margin-bottom: 2px;
		 margin-top:2px;
		 caption-side:bottom;
		}
		
  .style1
	{
	 text-align : left ;
	 margin-top : 5px;
	}

  
	
    .menu1, .menu2, .menu3, .menu4 {
      width: 100%;
      margin: 1em 0;
      padding: 1px 0.5em;
      background: #eee none;
	  border-top: medium solid #800000;
	  border-bottom: medium solid #800000;
    }
     .menu1
	 {
	 width: 10em;
	 position: fixed;
	 }
	 
	.menu1 a:hover {
      background: #ff9 none;
    }

    .menu1 ul, .menu2 ul, .menu3 ul, .menu4 ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
	
    .menu1 li, .menu2 li, .menu3 li, .menu4 li {
      margin: 0;
      padding: 0;
      float: left;
    }
    .menu1 li {
      padding-right: 1em;
    }
    .menu2 li {
      width: 24%;
      text-align: center;
    }
	
    .menu3, .menu4 {
	padding: 0;
	height:2em; 
	background: #fff none;
	color: #FFFFFF;
    }
    .menu3 li, .menu4 li {
      width: 9em;
      margin-right: 1em;
      background: #eee none;
      text-align: center;
    }
    .menu4 a {
      display: block;
      width: 100%;
      text-decoration: none;
    }

    .menu4 a:hover {
      background: #ff9 none;
    }
