

/*
---------------------------------
Title:		LY 2006 Stylesheets
Author:		M.Evans
Created:	06-2005

typography	: defines all font properties for entire site
topnav		: defines the top navigation styling and functionality
shared		: 2 and 3 column templates shared between pages
forms		: defines forms shared across entire site 
pages		: defines specific styles for any specified page

---------------------------------*/


/* Import styles
---------------------------------*/
@import url(06/typography.css);
@import url(06/topnav.css);
@import url(06/custom/tabs.css);
@import url(06/shared.css);
@import url(06/pages.css);
@import url(06/forms.css);


/* Global settings
---------------------------------*/
body {
	text-align: center;
}

p#skiplink {
	display: none;
}

a img {
	border: none;
}
