	body {
		padding:0;
		border:0;
		margin:10;
		background-color:#CCCCCC;
		font-family:verdana,arial,geneva,helvetica,sans-serif;
		font-size:10px;
		text-align: center;
		color:#333333;
	}	

	#page {
		width:960px;
		height:635px;
		margin: 0 auto 0 auto;
		background-color:#cccccc;
		}
		
	#page_longer {
		width:760px;
		height:855px;
		margin: 0 auto 0 auto;
		background-color:#ccc;
		border:0px groove #3968AE; 
		border-collapse: collapse;
		}
		
	#page_longer01 {
		width:760px;
		height:1530px;
		margin: 0 auto 0 auto;
		background-color:#ffffff;
		}
	
	#left {
		float:left;
		text-align: left;
		clear:none;
		vertical-align: top;
		width:190px;
		height:1500px;
		background-color:#be0026;
		}
		
	#banner {
		float:left;
		text-align: left;
		clear:right;
		align: left;
		width:790px;
		height:245px;
		background-color:#fff;
		}
		
	#main {
	    float:left;
	    margin:0 0 0 0;
	    padding:0;
	    background-image:url('images/rcfbg02.jpg');
		background-position:top right;
		background-repeat:no-repeat;
	    background-color:white;
	    text-align: left;
		width:790px;
	    height:420px;
	} 	

	#mainContent
	{
		padding-left:0px;
		width:750px;
		font-size: 0.8em
	}
	
	#maintext 
	{
	    float:left;
	    margin:0 0 0 0;
	    padding:5;
	    text-align: left;
		width:370px;
	    height:420px;
	} 
	#bottom {
	    float:left;
	    margin:0 0 0 0;
	    padding:15 0 0 180;
	    background-image:url('images/bottomedge01.jpg');
		background-position:middle center;
		background-repeat:no-repeat;
	    background-color:#ccc;
	    font-size:9px;
    	color:#aaa; 
	    text-align: left;
	    width:960px;
	    height:35px;
	} 	
	#images {
		float:left;
	    margin:0 0 0 0;
	    width:190px;
	    height:300px;    
	}


    			
ul
{
margin-top:7px;    
}

ol
{
    margin-left:100px;
    padding-left:100px;
}

li
{
    margin-top:4px;
}


    
	
        #right img
        {
            float:left;
            margin:0;
            border:0;
        }
        

/*------------------Start Anchors---------------------*/


a:link, a:visited
{  
    color:#BE0026; 
    text-decoration:none;
    font-size: 10px; 
	font-weight: bold;
}


a:hover
{
    color:#000; 
    text-decoration:underline; 
}

a.footerlinks:link
{
	color: #aaa; 
	font-weight: normal;
}
a.footerlinks:visited
{
	color: #aaa; 
	font-weight: normal;
}


a.footerlinks:hover
{
	color: #000; 
	font-weight: normal;

}

/*--------------------End Anchors---------------------*/



h1
{
    font-size:16px;
    font-weight:normal;
	font-style:normal;
    letter-spacing: 2px;
    color:#BE0026;    
    ;
    
    margin-bottom:6px;
}

h2
{
    font-size:16px;
    font-weight:normal;
	font-style:normal;
    letter-spacing: 2px;
    color:#BE0026;    
    width:450px;
    
    margin-bottom:6px;
}

h3
{
    font-size:14px;
    font-weight:bold;
    margin-bottom:2px;
    letter-spacing: 1px;
}

h4
{
    font-size:12px;
    font-weight:bold;
    letter-spacing: 1px;
    background-color:#bbb;
    color:#000; 
    border-bottom:0px dashed #BE0026;
    margin-bottom:2px;
    padding:5 5 5 5;
}

h5
{
    font-size:12px;
    font-weight:normal;
    
    background-color:#be0026;
    color:#000; 
    border-bottom:0px dashed #BE0026;
    margin-bottom:2px;
    padding:5 5 5 5;
}

h6
{
    font-size:10px;
    font-weight:bold;
    width: 200px;
    background-color:#bbb;
    color:#000; 
    border-bottom:0px dashed #BE0026;
    margin-bottom:2px;
    padding:5 5 5 5;
}

p.standout 
{
    padding:5px 10px 5px 10px;
    font-weight:bold;
    margin:10px 0 10px 0;
    background-color:#ccf;
}


p,td
{
	font-size: 0.7em;
}

ul
{
   
    margin:0 10 0 20;
}

ol
{
    margin:0 0 0 0;
    padding-left:0;
}

li
{
    margin-top:2px;
}

.expand
{
	font-size:0.1em;
	float:left;
	clear:both;
}
	
/* Hack to get around IE ignoring min-height attribute from http://www.greywyvern.com/code/min-height-hack*/

  .prop {
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }

  .minContentHeight {
    height:400px;
  }
  
  .min60px {
  	height:75px;
  }
/* -----------------End Hack --------------------*/