/* 
SDCJC Style Sheet
-------------------------------------------------------
Copyright (c) 2008, Chasetheweb.net

Last Updated: Mark Garczewski */


/* SITE SPECIFIC LAYOUT */




        /* LAYOUT */
			div#layout {
				width: 720px;
				float: right;
				margin-top: 230px;
			}
		
			div#main {
				float: left;
				width: 665px;
				display: inline;
				margin-left: 30px;
				padding: 0px;
				background-color:#FFFFFF;
			}
			
            table#ctl00_ContentPlaceHolderMain_dvVolunteer_cblInterests{
                width: 200px;
            }

            table#ctl00_ContentPlaceHolderMain_dvVolunteer_rblMember{
                width: 200px;
            }

            table#ctl00_ContentPlaceHolderMain_dvVolunteer_rblAttended{
                width: 200px;
            }				
	
			/* LOCAL */
			div#local {
				float: left;
				margin-top: 15px;
				padding-left: 10px;
				width: 191px;
				display: inline; 
			   
			}
			

		 /* SUB1 */
			 div#sub1{
			    display: none;
			  }


		

/* END LAYOUT */



