/* CSS Document 
All items to deal with the menus (top nav, main nav, and footer nav) are in the menu.css
All classes (.class) are in the type.css
All id's (#id) are in the position.css

All main tags (p, blockquote, ul) are in the default.css, the exceptions is if a main tags is paired with a ID or class then you will find them in the previously mentioned css files.

For the menu system if you would like to replace a tag please replace the id="Link" with id="current"

For the recent jobs, volunteer oportunties, and wish list if you would like to display where the viewer is on the days menu please add a class="current" to the anchor tab 

The IE.css file is called on header.asp using conditional comments.  Please make sure each page is calling that IE6 file or IE6 will not work.

*/

/* Imports all the CSS files */
@import url('default.css');
@import url('position.css'); 
@import url('type.css');
@import url('menu.css');

/* Hides your name and tagline to regular browsers but displays them for hearing impared browsers */
.hide {
	text-indent:-9999px;
	display:none;
}