/* Extra Large style sheet for Out and About */
/* URL: www.oaa.co.uk */
/* Created: 13-05-2009 */
/* Last edited: 13-05-2009 */

/* page structure and styling */
	
	#centeredcontent #headWrapper #menuWrapper {
		font-size: 14px;
	}
	
	#headDetails {
		font-size: 22px;
	}

	/*******
	oaa menu
	*******/
	/*******************************************************
 	Presentation CSS that typically needs to be customized
	*******************************************************/
	#oaaMenuH { /* menu wrapper div */
		font-size:12px;
	}

	#oaaMenuH a { /* all links within the menu wrapper */
		font-size:14px;
	}

	#oaaMenuH li li a { /* all item links under the top level */
		font-size:12px;
	}

	#oaaMenuH li li a:hover {
		font-size:12px;
	}

	#oaaMenuH li li li a {
		font-size: 11px;
	}

	#oaaMenuH li li li a:hover {
		font-size:11px;
	}
	
	/* end of head section */
	
	/*content section */
	
	#contentWrapper #centerContent {
		font-size: 22px;
	}
	
	#contentWrapper #leftContent {
		font-size: 14px;
	}
	
	#contentWrapper #centerContent h1 {
		font-size: 24px;
	}
	
	#contentWrapper #rightContent {
		font-size: 14px;
	}
	
	/* end of content section */
	
	/* footer section */
	
	#centeredcontent #footerWrapper #footerBar {
		font-size: 12px;
	}
	
	/* end of footer section */
	