		body {
			margin-top : 10px ; 
			font-size : .85em ; 
		}
		
		#page { 
			width : 780px ; 
			margin-left : auto ; 
			margin-right : auto ; 
			margin-top : 0px ; 
			border : 0px dotted ; 
			position : relative ;  
			background-color : #FFFFFF ; 
		}

		#main { 
			padding-left : 15px ; 
			padding-right : 15px ; 
			margin-top : 0px ; 
			/*height : 500px ;*/
		}


    	.headingsm { 
    		font-size : 1.4em ; color : #000000 ; line-height:110% ;
    	}
    	
    	.customhover 	{
    		color : #FFFFFF ;
			font-size : .8em ;
			font-weight : normal ;
			text-decoration : none ;
			font-family : Arial, Verdana ;
		}
    	
		.customhover a:link {
			font-weight : normal ;
			color : #FFFFFF ;
			text-decoration : none ;
		}
		
		.customhover a:active {
			font-weight : normal ;
			color : #FFFFFF ;
			text-decoration : none ;	
		}
		
		.customhover a:visited {
			font-weight : normal ;
			color : #FFFFFF ;
			text-decoration : none ;
		}
			
		.customhover a:hover {
			color : #F5CE31 ; 
		
		}
		
		.headbutton {
			display : inline ; 
			background-color : #7E7A76 ; 
			text-align : center ; 
			margin-right : 15px ; 
			padding-top : 3px ; 
			padding-bottom : 3px ; 
			position : relative ; 
			text-shadow: black 0.2em 0.2em 0.2em ;
		}


/* redesign stuff below */


		.redesign #info_box {
			position : absolute ; 
			top : 30em ;
			left : 20px ;
			height : 7em ;
			width : 735px ; 
		}
		
		.redesign #info_box div {
			top : 0px ;
			left : 0px ;
			width : 719px ;
			height : 7em ;
			padding : 0px 8px 0px 8px ;
			position : absolute ;
			border : 1px solid ;
		}

		.redesign #info_box p, .redesign #info_box h3 {
			margin-top : 8px ;
			margin-bottom : 0px ;
			font-size : .9em ;
		}

		.redesign #info_box img {
			float : left ; 
			width : 40px ;
			height : 40px ;
			padding : 0px 10px ;
		}

		.redesign #events_box {
			background-color : #FC6 ;
		}
		
		.redesign #project_1_box {
			background-color : #CFF ;
		}
		
		.redesign #project_2_box {
			background-color : #FCC ;
		}
		
		.redesign .more_link {
			text-decoration : underline ;
		}

		.redesign .more_link_container {
			top : 5em ;
			left : 650px ;
			position : absolute ;
			
		}
		
		.redesign h2#features {
			border : 0px ;
			top : 18em ;
			position : absolute ;
		}
		
		.redesign .nav_link	{
			font-size : 1.5em ; 
			color : #468966 ; 
			font-family : Century Gothic ; 
			padding : 27px 23px ;
			display : inline ;
			position : absolute ;
		}
		
		.redesign #nav_links img {
			left : 28.5em ;
			position : absolute ;
			top : 3px ; 
		}
		
		.redesign .nav_link form, .redesign .nav_link form input {
			display : inline ;
		}
		
		.redesign #banner {
			position : absolute ; 
			top : 7.5em ;
			padding : 0 4em ; 
			
		}

