#quotes {
     position:relative;
     font-family:arial;
     font-size:15px;
     color:#333333;
	 width:400px;
	 height:77px;
     text-align:center;
     z-index:2;
     
   }

.right_bar	{
	float:right;
	width:195px;
		}
       
.main_container {
	float:left;
	width:545px;
	padding-right:3px;
	padding-left:13px;
	text-align:left;
	font-family: Arial, Helvetica, "Trebuchet MS", Tahoma, Verdana;
	font-size: 11pt;
		   color: #000000;
    line-height: 115%;		   
		}
		
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
}

		
.txtContent { 
           font-weight: normal;
           font-family: Helvetica, Tahoma, Verdana, san-serif;
		   font-size: 12px;
		   color: #000000;
         }  

         
.txtOval  {
			margin-bottom:8px;
			text-align: center; 
		   }
       
a:focus { 
    outline: none; 
}

/*FOOTER STUFF*/

.footer { 
           font-weight: Normal;
           font-family: Arial, Tahoma, Verdana;
		   font-size: 10pt;
		   color: #333333;
		   margin-bottom:0px;
		   margin-top:10px;
		   height:105px;
		   text-align:bottom;
		   background-image:url(images/footer.jpg);
         }  
       
.txtFooter { 
           font-weight: normal;
           font-family: arial,verdana,san-serif;
           text-decoration:none;

		   font-size: 10px;
			font-weight: bolder;
		   color: #666666;
         }  

h1 {
           font-family: Century Gothic, Arial, Tahoma, Verdana;
			font-weight: normal;
			font-size: 10pt;
			width:100%;  
			color:#eeeeee; 
			background-color:#999999; 
			font-style:normal; 
			font-family:Arial,san-serif;
			padding-top:5px;
			padding-bottom:6px;
			margin-top:0px;
			margin-bottom:0px;
			z-index:1;
			} 

h2 {
           font-family: Verdana, arial, San-serif;
			font-weight: bolder;
		    color: #CC3333;
			font-size: 13pt;
			line-height: auto;
		} 
		
		
/*Used for Headings in How it Works*/
h3	{
        font-family: Arial, Tahoma, Verdana, San-serif;
		padding-top: 0px;
		margin-top: 20px;
		margin-bottom: 3px;
		font-size:12pt;
		font-weight:bold;
		color: #CC3333;		
		}
		
/*Used for Headings in How it Works*/
.txtHighlight { 
           font-weight: bold;
           font-family: Arial, Tahoma, Verdana;
		   font-size: 11pt;
		   color: #000000;

         }  
		
#subnav a:link {
		color:#ffffff;
		}

#subnav a:visited {
		color: #CCCCCC;
		}

ul.about	 {
	margin-bottom:6px;
	width:700px;
	}

ul.about li	 {
	margin-bottom:6px;
	margin-top:3px;
	}
	
	
