/*aftm_ssi.css*/
		
			address
			{
				font-size: 10pt;
			}

			body
			{
				background: #A5EAD7 url("../graphics/background.jpg");
				background-repeat: repeat;				
			}

			p
			{
				font-size: 12pt;
			}
			.h1_logo
			{
				float:left;
				text-indent: -9999px;
			}
			

			.logo
			{
				left: 0px;
				top: 0px;
				margin: 20px;
				position: absolute;
				float:left;
				width:150px;
				height: 150px;
			}

			.title
			{
				left: 200px;
				top: 40px;
				position: absolute;
			}

			.text
			{
				margin-top: 0;
				left: 200px;
				width: 650px;
				top: 170px;
				position: absolute;
				float: left;
				margin-top: 10px;
				margin-right: 30px;
				text-align: justify;
			}

			.links
			{
				left: -30px;
				top: 190px;
				position: absolute;
				float: left;
			}
			.left_menu
			{
				list-style-type: none;
			}

			#links
			{
				left: 10px;
				top: 190px;
				position: absolute;
				float: left;
				margin-bottom: 20px;
			}

			
			#minutes
			{
				margin:0;
				padding:0;
				top:600px;
				left:3px;
				position: relative;
			}	
			
			#minutes_top
			{
				background-image: url(../graphics/scroll_web_top.gif);
				/*background-repeat: no-repeat;*/
				width: 180px;
				margin-left: -3px;
				margin-top:40px;
				height: 40px;
				z-index: -1;
			}
			
			#minutes_main
			{
				top: -20px;
				background-image: url(../graphics/scroll_web.gif);
				background-repeat: repeat-y;
				width: 200px;
				margin-left: 1px;
				z-index: 50;
				margin-top: -17px;
				
			}
			#minutes_bottom
			{
				background-image: url(../graphics/scroll_web_bottom.gif);
				/*background-repeat: no-repeat;*/
				width: 180px;
				margin-left: -3px;
				margin-top: -17px;
				height: 37px;		
				z-index: -1;		
			}

			#mm_head
			{
				font-weight: bold;
				font-size: 12pt;
			}
			.mm_year
			{
				font-weight:bold;
				color:maroon;
			}
			.mm_p
			{
				padding: 8px 0 14px 20px;
			}


			.navbar
			{
				display: block;
				color: white;
				background-color: #077F4E;
				border-style: outset;
				border-width: medium;
				border-color: #E5E5E5;
				margin-top: 2px;
				padding: 1px 0px 1px 15px;
				width: 150px;
				text-decoration: none;
   			
   			-moz-border-radius-topleft: 15px;  
   			-webkit-border-top-left-radius: 15px;
   			-moz-border-radius-bottomright: 15px;
   			-webkit-border-bottom-right-radius: 15px; 
   		}

			a.navbar:hover
			{
				border-style: inset;
				border-width: medium;
				color: yellow;
			}

			#home .home, #join .join, #gigs .gigs, #workshops .workshops, #artists .artists, 
			#reel_times .reel_times, #dances .dances, 
			#links2 .links2, #about .about, #asbf_08 .asbf_08, #mwf_09 .mwf_09,#admin .admin,
			#media .media
			{
				background: none;
				color: green;
				font-weight:bold;
				text-decoration: none;
				border-style: outset;				
			}			
	
			a
			{
				color: green;
				/*text-decoration: none;*/
			}

			a:hover
			{
				color: red;
			}	
			

			.required
			{
				color: red; 
				font-size: small;
			}
			#ASBF_logo
			{
				position:absolute;
				left: 710px;
				top: 20px;
				/* text-indent: -9999px;*/
			}
			#col_1
			{
				float: left;
			}
			#col_2
			{
				float: right;
			}
			.announcements
			{
				/*text-shadow: #ECFF97 3px 3px 2px;*/
				color: #FD3700;
			}

