/* CSS Document */

    body { font-family: Arial; background-image:  url(images/page-bg.jpg); margin-top: 10px; }
    #pageContainer { display: block; text-align: center; }
    #pageDesign { width: 750px; border: 1px solid black; margin-left: auto; margin-right: auto; }
    #bannerImg { width: 750px; background-image:  url(images/courts.jpg); background-repeat: no-repeat; height: 73px; }
    #searchBox { position: relative; top: 3px; left: 540px; font-size: 12px; font-weight: bold; width: 220px; }
        #searchBox input { font-size: 12px; width: 150px; }
    #formname { display: block; background-color: #172c59; border-top: 3px solid white; border-bottom: 3px solid white; text-align: left; color: white; font-size: 14px; padding-left:20px; padding-top:10px; padding-bottom:20px; }


    #contentContainer { width: 750px; background-color: white; }
    #content { width: 720px; float: left; font-size: 12px; }
    #contentPadding { margin-left: 15px; margin-right: 15px; }

   
    #footer { background-color: #172c59; color: white; border-top: 3px solid white; font-size: 14px; padding:10px 25px 10px 25px; }

    .hightlight { background-color: white; border: 1px solid black; width: 92%; text-align: left; font-size: 11px; }
    .leftAlign { text-align: left; }
    .noLineHeight { line-height: 0px; }
    .center { text-align: center; }
	.bold { font-weight:bold; line-height:150%; text-transform:capitalize; vertical-align:middle; font-size:14px;}
	.red { font-weight:bold; line-height:150%; vertical-align:super; font-size:10px; color:#CC0000;}
	.formelement { font-size:10px; color:#000000; line-height:125%; text-transform:capitalize;}
	H3 { font-size:1.5em; font-weight:bold; text-transform:capitalize;}
	H1 { font-size:2.5em; font-weight:bold; text-transform:capitalize;}
	
	
	

			#footer  .textWhite{
				font-size:1em;
			}
			
			#footer  .textBold{
				font-size:1.50em;
			}			
			
			#footer a{
				color:#FC0;
			}
