/*-------------------CSS file for extra web pages---------------------------*/


body	{
    background-color: #aa0404;   
    background-image: url('images/bg_gradient_tile.jpg'); 
    background-repeat: repeat-x;          
    text-align: center;
		}

div.central {
    width: 844px; 
	  margin: auto;
    text-align: center;
    }

#panel {
    background-image: url('images/bg_middle.jpg'); 
    background-repeat: repeat-y;          
    width: 844px; 
	  margin: auto;
    overflow: hidden;
    }


#content {
    background-image: url('images/bg_middle.jpg'); 
    background-repeat: repeat-y;          
		width:844px;
		margin:0px auto; /* Right and left margin widths set to "auto" */
		text-align:left; /* Counteract to IE5/Win Hack */
		font-family:	comic sans ms; verdana; arial; sans-serif; helvetica;
    font-size: 130%;
    color: black;}

p {
    font-size: 16px;
    color: black; }
    
span.smallprint  { 
     font-size: 13px;}

li {
    font-size: 16px;
    color: black;}

img.uptop {vertical-align:top}

iframe {
    border-style:solid;
    border-color:red;}

div.banner {
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0;
    clear: both;
    width: 844px;      
    height: 170px;    
    top: 0px;         
    left: 0px;        
    background-image: url('images/banner_832_170.jpg'); 
		background-position: top center;
    background-repeat: no-repeat;          
		}

#footer {
    position: relative;
    padding: 0px 0px 0px 0px;
	  margin: auto;
    clear: both;
    width: 844px;      
    height: 170px;    
    background-image: url('images/bg_bottom.jpg'); 
		background-position: top center;
    background-repeat: no-repeat;          
		}

table.fixed_layout
		{
		 table-layout: fixed
		}

h2.redd
		{
    color: red; 
    font-size: 20px;
    }

h3.redd
		{
    color: red; 
    font-size: 18px;
    }

 hr.ruleredd
    {
     width: 35%;
     border: 0;
     color: red;
     background-color: red;
     height: 3px;
    }
a:link {color:blue}      /* unvisited link */
a:visited {color:#000066}  /* visited link */
a:hover {color:red}  /* mouse over link */

    
             
		

