

/*
---------------------------------
Title:		JU 2006 Stylesheets
Author:		J.Wheeler
Created:	05-20-2005

typography	: defines all font properties for entire site
topnav		: defines the top navigation styling and functionality
templates	: 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/shared.css);
@import url(06/pages.css);
@import url(06/forms.css);


/* Global settings
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
}

p#skiplink {
	display: none;
}

form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}


